summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb (renamed from recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
index 3e519e2..17c470d 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
@@ -19,7 +19,7 @@ inherit deploy
19 19
20SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \ 20SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \
21 file://0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch" 21 file://0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch"
22SRCREV = "659b6a23a8b1f3026200bc6352dbacef53f4dcb1" 22SRCREV = "6ba8eedbcdc4b063f59a63e6288b938af739e8ad"
23 23
24python () { 24python () {
25 if d.getVar("TCMODE", True) == "external-fsl": 25 if d.getVar("TCMODE", True) == "external-fsl":
@@ -65,6 +65,7 @@ do_compile () {
65 UBOOT_MACHINES=${UBOOT_MACHINE} 65 UBOOT_MACHINES=${UBOOT_MACHINE}
66 fi 66 fi
67 67
68 python ./tools/genboardscfg.py
68 for board in ${UBOOT_MACHINES}; do 69 for board in ${UBOOT_MACHINES}; do
69 if ! grep -wq $board ${S}/boards.cfg;then 70 if ! grep -wq $board ${S}/boards.cfg;then
70 echo "WARNING: $board not supported in boards.cfg" 71 echo "WARNING: $board not supported in boards.cfg"