[meta-freescale] [meta-fsl-ppc][PATCH 05/16] u-boot-qoriq: update to revision v2015.01-630-g6ba8eed

b28495 at freescale.com b28495 at freescale.com
Fri Jul 17 00:17:41 PDT 2015


From: Ting Liu <ting.liu at freescale.com>

Changes:
1. Rebased on git://git.denx.de/u-boot.git v2015.01-487-gab92da9
2. Applied another 143 FSL/backported patches (git log ab92da9..)
3. run script genboardscfg.py to generate boards.cfg firstly

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 .../u-boot/{u-boot-qoriq_2014.07.bb => u-boot-qoriq_2015.01.bb}        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename recipes-bsp/u-boot/{u-boot-qoriq_2014.07.bb => u-boot-qoriq_2015.01.bb} (98%)

diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
similarity index 98%
rename from recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb
rename to 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
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \
 	file://0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch"
-SRCREV = "659b6a23a8b1f3026200bc6352dbacef53f4dcb1"
+SRCREV = "6ba8eedbcdc4b063f59a63e6288b938af739e8ad"
 
 python () {
     if d.getVar("TCMODE", True) == "external-fsl":
@@ -65,6 +65,7 @@ do_compile () {
         UBOOT_MACHINES=${UBOOT_MACHINE}
     fi
 
+    python ./tools/genboardscfg.py
     for board in ${UBOOT_MACHINES}; do
         if ! grep -wq $board ${S}/boards.cfg;then
             echo "WARNING: $board not supported in boards.cfg"
-- 
1.9.1



More information about the meta-freescale mailing list