diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-10 10:10:27 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 10:08:24 -0700 |
commit | 229b84b66aa2eebd3947505a49f5711e5ea96466 (patch) | |
tree | 7b18e1bf1401cb9ebd0ceb5f36767be935229d53 | |
parent | 791726c7bb10d94e517fe0423dc8cb3689424b78 (diff) | |
download | meta-freescale-229b84b66aa2eebd3947505a49f5711e5ea96466.tar.gz |
image_types_fsl.bbclass: Remove overzelous override replacements
Override conversion script got confused here perhaps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | classes/image_types_fsl.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass index 9f76273f..cdd16a66 100644 --- a/classes/image_types_fsl.bbclass +++ b/classes/image_types_fsl.bbclass | |||
@@ -9,7 +9,7 @@ UBOOT_SUFFIX ?= "bin" | |||
9 | MXSBOOT_NAND_ARGS ?= "" | 9 | MXSBOOT_NAND_ARGS ?= "" |
10 | 10 | ||
11 | # U-Boot mxsboot generation for uSD | 11 | # U-Boot mxsboot generation for uSD |
12 | do_image_uboot:mxsboot_sdcard[depends] += "u-boot-mxsboot-native:do_populate_sysroot \ | 12 | do_image_uboot_mxsboot_sdcard[depends] += "u-boot-mxsboot-native:do_populate_sysroot \ |
13 | u-boot:do_deploy" | 13 | u-boot:do_deploy" |
14 | IMAGE_CMD:uboot-mxsboot-sdcard() { | 14 | IMAGE_CMD:uboot-mxsboot-sdcard() { |
15 | mxsboot sd ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.${UBOOT_SUFFIX} \ | 15 | mxsboot sd ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.${UBOOT_SUFFIX} \ |
@@ -19,7 +19,7 @@ IMAGE_CMD:uboot-mxsboot-sdcard() { | |||
19 | } | 19 | } |
20 | 20 | ||
21 | # U-Boot mxsboot generation for NAND | 21 | # U-Boot mxsboot generation for NAND |
22 | do_image_uboot:mxsboot_nand[depends] += "u-boot-mxsboot-native:do_populate_sysroot \ | 22 | do_image_uboot_mxsboot_nand[depends] += "u-boot-mxsboot-native:do_populate_sysroot \ |
23 | u-boot:do_deploy" | 23 | u-boot:do_deploy" |
24 | IMAGE_CMD:uboot-mxsboot-nand() { | 24 | IMAGE_CMD:uboot-mxsboot-nand() { |
25 | mxsboot ${MXSBOOT_NAND_ARGS} nand \ | 25 | mxsboot ${MXSBOOT_NAND_ARGS} nand \ |
@@ -33,7 +33,7 @@ IMAGE_CMD:uboot-mxsboot-nand() { | |||
33 | # image stream built before the wic generation | 33 | # image stream built before the wic generation |
34 | do_image_wic[depends] += " \ | 34 | do_image_wic[depends] += " \ |
35 | ${@bb.utils.contains('IMAGE_FSTYPES', 'uboot-mxsboot-sdcard', \ | 35 | ${@bb.utils.contains('IMAGE_FSTYPES', 'uboot-mxsboot-sdcard', \ |
36 | '${IMAGE_BASENAME}:do_image_uboot:mxsboot_sdcard', '', d)} \ | 36 | '${IMAGE_BASENAME}:do_image_uboot_mxsboot_sdcard', '', d)} \ |
37 | " | 37 | " |
38 | 38 | ||
39 | # We need to apply a fixup inside of the partition table | 39 | # We need to apply a fixup inside of the partition table |