Hi Marco, On 03/19/2015 11:35 AM, Otavio Salvador wrote: > On Thu, Mar 19, 2015 at 3:32 PM, Eric Nelson > <[email protected]> wrote: > > <snip> > >> Fixing this is also easy (as shown below). >> >> I'm testing now, but don't have a clean tree, so my machine is >> spinning while building a toolchain... >>
Are you in a position to test this? >> From ff6488e154fabec07ca37bed7ec86371c92c0a9a Mon Sep 17 00:00:00 2001 >> From: Eric Nelson <[email protected]> >> Date: Thu, 19 Mar 2015 11:19:19 -0700 >> Subject: [PATCH] u-boot-script-boundary: use nitrogen6x boot script for >> MACHINE imx6qsabrelite >> >> Signed-off-by: Eric Nelson <[email protected]> >> --- >> recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb >> b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb >> index fbb5bc2..27d58d3 100644 >> --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb >> +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb >> @@ -13,6 +13,7 @@ S = "${WORKDIR}/git" >> inherit deploy >> >> BOOTSCRIPT ?= "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt" One line needs to be added to u-boot-script-boundary_git.bb: BOOTSCRIPT_imx6qsabrelite ?= "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto.txt" -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
