diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-08-15 16:19:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 16:19:09 -0300 |
commit | 33346da645634b6c5a9ef549cef0ca3795c5c8f6 (patch) | |
tree | 638026e074abd00428eba3f0f4707d1d6dfd4514 | |
parent | 9aee46be3a1bd102a754534a656e499df6205f34 (diff) | |
parent | bbc65d387fe8a5ff712d592381b96e620a513f7f (diff) | |
download | meta-freescale-33346da645634b6c5a9ef549cef0ca3795c5c8f6.tar.gz |
Merge pull request #1896 from nxp-upstream/imx-boot
imx-boot: inherit from uboot-config rather than uboot-sign
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index 631217daf..3f5b2c65d 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-only" | |||
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
8 | SECTION = "BSP" | 8 | SECTION = "BSP" |
9 | 9 | ||
10 | inherit use-imx-security-controller-firmware uboot-sign | 10 | inherit use-imx-security-controller-firmware uboot-config |
11 | 11 | ||
12 | DEPENDS += " \ | 12 | DEPENDS += " \ |
13 | u-boot \ | 13 | u-boot \ |
@@ -85,11 +85,7 @@ MKIMAGE_EXTRA_ARGS:imx95-19x19-verdin ?= " \ | |||
85 | ${MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp} \ | 85 | ${MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp} \ |
86 | QSPI_HEADER=./scripts/fspi_header_133" | 86 | QSPI_HEADER=./scripts/fspi_header_133" |
87 | 87 | ||
88 | do_uboot_assemble_fitimage:prepend:imx-generic-bsp() { | 88 | UBOOT_DTB_BINARY ?= "u-boot.dtb" |
89 | for config in ${UBOOT_MACHINE}; do | ||
90 | mkdir -p ${B}/${config} | ||
91 | done | ||
92 | } | ||
93 | 89 | ||
94 | compile_mx8m() { | 90 | compile_mx8m() { |
95 | bbnote 8MQ/8MM/8MN/8MP boot binary build | 91 | bbnote 8MQ/8MM/8MN/8MP boot binary build |
@@ -118,6 +114,7 @@ compile_mx8m() { | |||
118 | cp ${DEPLOY_DIR_IMAGE}/${UBOOT_NAME_EXTRA} ${BOOT_STAGING}/u-boot.bin | 114 | cp ${DEPLOY_DIR_IMAGE}/${UBOOT_NAME_EXTRA} ${BOOT_STAGING}/u-boot.bin |
119 | 115 | ||
120 | } | 116 | } |
117 | |||
121 | compile_mx8() { | 118 | compile_mx8() { |
122 | bbnote 8QM boot binary build | 119 | bbnote 8QM boot binary build |
123 | cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${SC_FIRMWARE_NAME} ${BOOT_STAGING}/scfw_tcm.bin | 120 | cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${SC_FIRMWARE_NAME} ${BOOT_STAGING}/scfw_tcm.bin |