Template:OS Overview Build Column: Difference between revisions
From Variscite Wiki
No edit summary Tag: Reverted |
No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{#vardefine:HAB_STR|{{#ifexpr: {{#rpos:{{#var:SOC_FAMILY}}|imx8m}} < 0 | Advanced High Assurance Boot (AHAB) | High Assurance Boot (HAB) }}}} <!-- | {{#vardefine:HAB_STR|{{#ifexpr: {{#rpos:{{#var:SOC_FAMILY}}|imx8m}} < 0 | Advanced High Assurance Boot (AHAB) | High Assurance Boot (HAB) }}}} <!-- | ||
-->{{#vardefine: | Set YOCTO_SUPPORT_SECURE_BOOT to the existing value if already defined (e.g., from YPC), | ||
-->{{SoftBox | otherwise default to 'yes'. | ||
--> {{#vardefine:YOCTO_SUPPORT_SECURE_BOOT|{{#var:YOCTO_SUPPORT_SECURE_BOOT|yes}}}} <!-- | |||
If YOCTO_VERSION is less than 3.1 (Dunfell), override YOCTO_SUPPORT_SECURE_BOOT to 'no'. | |||
This disables the secure boot link for older Yocto releases. | |||
--> {{#ifexpr:{{#var:YOCTO_VERSION|0}}<3.1|{{#vardefine:YOCTO_SUPPORT_SECURE_BOOT|no}}}} <!-- | |||
Set YOCTO_SUPPORT_OPTEE to the existing value if already defined (e.g. from YPC), | |||
otherwise default to 'yes'. | |||
--> {{#vardefine:YOCTO_SUPPORT_OPTEE|{{#var:YOCTO_SUPPORT_OPTEE|yes}}}} <!-- | |||
If YOCTO_VERSION is less than 4.0 (Kirkstone), override YOCTO_SUPPORT_OPTEE to 'no'. | |||
This disables the OP-TEE link for older Yocto releases. | |||
--> {{#ifexpr:{{#var:YOCTO_VERSION|0}}<4.0|{{#vardefine:YOCTO_SUPPORT_OPTEE|no}}}} <!-- | |||
--> {{SoftBox | |||
|title=Build | |title=Build | ||
|content= | |content= | ||
Line 20: | Line 31: | ||
* [[Yocto_Linux_logo|Replace the Linux logo]] | * [[Yocto_Linux_logo|Replace the Linux logo]] | ||
{{#ifeq: {{#var:YOCTO_NAME}} | Nanbield || | {{#ifeq: {{#var:YOCTO_NAME}} | Nanbield || | ||
{{#ifeq: {{#var:YOCTO_SUPPORT_OPTEE}} | yes |* {{Varlink|IMX8 OPTEE |{{#var:RELEASE_LINK}}|OP-TEE}}}} | |||
{{#ifeq: {{#var: | {{#ifeq: {{#var:YOCTO_SUPPORT_SECURE_BOOT}} | yes |* {{Varlink|High Assurance Boot MX8 |{{#var:RELEASE_LINK}}|Secure Boot / {{#var:HAB_STR}}}}}} | ||
}} | }} | ||
* {{Varlink|SWUpdate Guide |{{#var:RELEASE_LINK}}|SWUpdate Guide}} | * {{Varlink|SWUpdate Guide |{{#var:RELEASE_LINK}}|SWUpdate Guide}} |
Latest revision as of 19:50, 28 March 2025
Build
- Build Yocto, Linux and U-Boot
- Release Notes
- Setting a Development Environment
- Build Yocto from source code
- Yocto common build errors
- Customizing U-Boot
- Customizing the Linux kernel
- Toolchain installation for out of Yocto builds
- Build U-Boot from source code
- Build the Linux kernel from source code
- Installing Yocto binaries to eMMC via SD card
- Installing Yocto binaries to eMMC via Ethernet
- U-Boot features
- Adding packages to Yocto
- Replace the Linux logo