On Fri, Jul 17, 2015 at 4:17 AM, <[email protected]> wrote: > From: Ting Liu <[email protected]> > > 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..)
This is a moving target; if you want to do something like this please add the final hash here as well. To be honest, I wouldn't mind the git log --oneline here. > 3. run script genboardscfg.py to generate boards.cfg firstly > > Signed-off-by: Ting Liu <[email protected]> > --- > .../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 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
