diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-02-13 14:45:34 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-13 14:45:34 -0300 |
| commit | afaa51c09a8f4c12a01788f76151c181ac295d20 (patch) | |
| tree | 7d07a49c130b60923e38c77fb58987e7a9cc3c95 | |
| parent | 070bb60a84302cb77ff7c51f1d72279bb84cd37a (diff) | |
| parent | 01e4861fa51ed0cb24045eb71a1923fea3c9f649 (diff) | |
| download | meta-freescale-afaa51c09a8f4c12a01788f76151c181ac295d20.tar.gz | |
Merge pull request #1418 from mdrodrigo/topic/fix-imx-boot
u-boot-imx: Change the imx bsp override to generic bsp
| -rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2022.04.bb | 10 |
2 files changed, 6 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 71f8b25d6..d0e99d1c6 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
| @@ -65,7 +65,7 @@ SOC_FAMILY = "INVALID" | |||
| 65 | SOC_FAMILY:mx8-generic-bsp = "mx8" | 65 | SOC_FAMILY:mx8-generic-bsp = "mx8" |
| 66 | SOC_FAMILY:mx8m-generic-bsp = "mx8m" | 66 | SOC_FAMILY:mx8m-generic-bsp = "mx8m" |
| 67 | SOC_FAMILY:mx8x-generic-bsp = "mx8x" | 67 | SOC_FAMILY:mx8x-generic-bsp = "mx8x" |
| 68 | SOC_FAMILY:mx8ulp-nxp-bsp = "mx8ulp" | 68 | SOC_FAMILY:mx8ulp-generic-bsp = "mx8ulp" |
| 69 | 69 | ||
| 70 | REV_OPTION ?= "" | 70 | REV_OPTION ?= "" |
| 71 | REV_OPTION:mx8qxp-generic-bsp = \ | 71 | REV_OPTION:mx8qxp-generic-bsp = \ |
diff --git a/recipes-bsp/u-boot/u-boot-imx_2022.04.bb b/recipes-bsp/u-boot/u-boot-imx_2022.04.bb index 21883af81..361473e7d 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2022.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2022.04.bb | |||
| @@ -10,13 +10,13 @@ PROVIDES += "u-boot" | |||
| 10 | inherit uuu_bootloader_tag | 10 | inherit uuu_bootloader_tag |
| 11 | 11 | ||
| 12 | UUU_BOOTLOADER = "" | 12 | UUU_BOOTLOADER = "" |
| 13 | UUU_BOOTLOADER:mx6-nxp-bsp = "${UBOOT_BINARY}" | 13 | UUU_BOOTLOADER:mx6-generic-bsp = "${UBOOT_BINARY}" |
| 14 | UUU_BOOTLOADER:mx7-nxp-bsp = "${UBOOT_BINARY}" | 14 | UUU_BOOTLOADER:mx7-generic-bsp = "${UBOOT_BINARY}" |
| 15 | UUU_BOOTLOADER_TAGGED = "" | 15 | UUU_BOOTLOADER_TAGGED = "" |
| 16 | UUU_BOOTLOADER_TAGGED:mx6-nxp-bsp = "u-boot-tagged.${UBOOT_SUFFIX}" | 16 | UUU_BOOTLOADER_TAGGED:mx6-generic-bsp = "u-boot-tagged.${UBOOT_SUFFIX}" |
| 17 | UUU_BOOTLOADER_TAGGED:mx7-nxp-bsp = "u-boot-tagged.${UBOOT_SUFFIX}" | 17 | UUU_BOOTLOADER_TAGGED:mx7-generic-bsp = "u-boot-tagged.${UBOOT_SUFFIX}" |
| 18 | 18 | ||
| 19 | do_deploy:append:mx8m-nxp-bsp() { | 19 | do_deploy:append:mx8m-generic-bsp() { |
| 20 | # Deploy u-boot-nodtb.bin and fsl-imx8m*-XX.dtb for mkimage to generate boot binary | 20 | # Deploy u-boot-nodtb.bin and fsl-imx8m*-XX.dtb for mkimage to generate boot binary |
| 21 | if [ -n "${UBOOT_CONFIG}" ] | 21 | if [ -n "${UBOOT_CONFIG}" ] |
| 22 | then | 22 | then |
