summaryrefslogtreecommitdiffstats
path: root/classes/imx-boot-container.bbclass
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-01-18 19:54:46 -0300
committerGitHub <noreply@github.com>2022-01-18 19:54:46 -0300
commitf7f1da7c95325feb96e1cb0f7bc205261374b818 (patch)
tree16a1950a913b848c5a7ec56ccc12eb2dac7b5cea /classes/imx-boot-container.bbclass
parentedb9ede43de3e70c4fea79bf4254d3ff550741a8 (diff)
parent399f542a2d26237770eb5013c698990b7417a403 (diff)
downloadmeta-freescale-f7f1da7c95325feb96e1cb0f7bc205261374b818.tar.gz
Merge pull request #950 from zandrey/upgrade-u-boot-fslc
Upgrade u-boot-fslc to v2022.01
Diffstat (limited to 'classes/imx-boot-container.bbclass')
-rw-r--r--classes/imx-boot-container.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/imx-boot-container.bbclass b/classes/imx-boot-container.bbclass
index 3ffa7cbd..19b43312 100644
--- a/classes/imx-boot-container.bbclass
+++ b/classes/imx-boot-container.bbclass
@@ -85,7 +85,6 @@ do_deploy:append() {
85 j=$(expr $j + 1); 85 j=$(expr $j + 1);
86 if [ $j -eq $i ] 86 if [ $j -eq $i ]
87 then 87 then
88 install -m 0644 ${B}/${config}/u-boot.itb ${DEPLOYDIR}/u-boot.itb-${MACHINE}-${type}
89 install -m 0644 ${B}/${config}/flash.bin ${DEPLOYDIR}/flash.bin-${MACHINE}-${type} 88 install -m 0644 ${B}/${config}/flash.bin ${DEPLOYDIR}/flash.bin-${MACHINE}-${type}
90 # When there's more than one word in UBOOT_CONFIG, 89 # When there's more than one word in UBOOT_CONFIG,
91 # this will overwrite the links created in 90 # this will overwrite the links created in
@@ -94,7 +93,6 @@ do_deploy:append() {
94 # word in UBOOT_CONFIG. This is also how all other 93 # word in UBOOT_CONFIG. This is also how all other
95 # artifacts handled by oe-core's u-boot.inc are 94 # artifacts handled by oe-core's u-boot.inc are
96 # treated. 95 # treated.
97 ln -sf u-boot.itb-${MACHINE}-${type} u-boot.itb
98 ln -sf flash.bin-${MACHINE}-${type} flash.bin 96 ln -sf flash.bin-${MACHINE}-${type} flash.bin
99 fi 97 fi
100 done 98 done