Message ID | 1403865799-14064-2-git-send-email-christoph.settgast@methodpark.de |
---|---|
State | Changes Requested, archived |
Delegated to: | Otavio Salvador |
Headers | show |
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 ade4d5a..22a4a61 100644 --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb @@ -4,8 +4,8 @@ DEPENDS = "u-boot-mkimage-native" PV = "v2014.01+git${SRCPV}" -SRCREV = "6d00ef4bba6fdfa7897cba631df6c0781992b847" -SRCBRANCH = "v2014.04-20140419" +SRCREV = "aed9475361820a65e37ed936c833322cbbc0f2b5" +SRCBRANCH = "production" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git"
Thanks Christoph, On 06/27/2014 03:43 AM, Christoph Settgast wrote: > This fixes quoting in a setenv. The wrong quoting was > preventing the device from booting. > > Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de> > --- > recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > 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 ade4d5a..22a4a61 100644 > --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > @@ -4,8 +4,8 @@ DEPENDS = "u-boot-mkimage-native" > > PV = "v2014.01+git${SRCPV}" > > -SRCREV = "6d00ef4bba6fdfa7897cba631df6c0781992b847" > -SRCBRANCH = "v2014.04-20140419" Note that we'll need to pull this patch into branch v2014.04-20140419 in order to keep things stable. The 'production' branch name reflects updates to what we're shipping at any point in time, and it will move to 2014.07 very soon, which will break this recipe. > +SRCREV = "aed9475361820a65e37ed936c833322cbbc0f2b5" > +SRCBRANCH = "production" > SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" > > S = "${WORKDIR}/git" > I'll do that this morning and shoot you a note when it's done. Regards, Eric
Hello Eric,
On Fri, Jun 27, 2014 at 11:33 AM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> I'll do that this morning and shoot you a note when it's done.
It is not clear to me if I should apply this patch or not. Can you clarify?
Hi Otavio, On 06/28/2014 11:54 AM, Otavio Salvador wrote: > Hello Eric, > > On Fri, Jun 27, 2014 at 11:33 AM, Eric Nelson > <eric.nelson@boundarydevices.com> wrote: >> I'll do that this morning and shoot you a note when it's done. > > It is not clear to me if I should apply this patch or not. Can you clarify? > Not without a minor change (s/production/v2014.04-20140419/) in the SRCBRANCH. Otherwise the 'production' branch will break things when we go to 2014.07. With that update, things are good though. Regards, Eric
This fixes quoting in a setenv. The wrong quoting was preventing the device from booting. Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de> --- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)