From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 93898E002AA; Fri, 27 Jun 2014 07:34:03 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.192.181 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 82027E00288 for ; Fri, 27 Jun 2014 07:33:59 -0700 (PDT) Received: by mail-pd0-f181.google.com with SMTP id v10so4428919pde.26 for ; Fri, 27 Jun 2014 07:33:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=m6BrUrjpxFsnNHJQvMZxmapUH7WLs2yAXVwIMX1jq5U=; b=WuLs2J1xGa6P8BUjZMlq/SkOFotPbxFjSVb384taJAt7YPyiYw7QUkhU99A7nkaUC9 PQri8zJ3y0XZq05K+75e709tJk2/56GWpU3dRzYg7y8LVWZDzhW/wE7JtU9I4oJVWk1g a4ULWES2nOKhr0W9EFX56NNbgShCPxoy8ZpOCe4wlui4TnCKJsGl+iZrW6qiLdd7SwaN 5hUkZb+mOXTdmj+Mf8I8bXo9Y/vYOHNlY9F0rqpf6RAXBJkKeVcdWgODuWQAsHu23a1t +EI2sb0nE8nf5tCX55xVjIgedW9ROz0nMVFxXX7wKkX9lC1mtywKN91aTTZiMzzW5nW2 DLcQ== X-Gm-Message-State: ALoCoQlyfC2suBF3h5C3R/nj0hU5IiofXE7/6C+93SfPtixB96NwPS7g/ZcA4ZJgmG8T1ba6ztHR X-Received: by 10.66.141.76 with SMTP id rm12mr31858964pab.138.1403879638707; Fri, 27 Jun 2014 07:33:58 -0700 (PDT) Received: from [192.168.1.7] (ip98-165-103-37.ph.ph.cox.net. [98.165.103.37]) by mx.google.com with ESMTPSA id si8sm52352920pab.27.2014.06.27.07.33.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Jun 2014 07:33:55 -0700 (PDT) Message-ID: <53AD80D0.8010101@boundarydevices.com> Date: Fri, 27 Jun 2014 07:33:52 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Christoph Settgast , meta-freescale@yoctoproject.org References: <1403865799-14064-1-git-send-email-christoph.settgast@methodpark.de> <1403865799-14064-2-git-send-email-christoph.settgast@methodpark.de> In-Reply-To: <1403865799-14064-2-git-send-email-christoph.settgast@methodpark.de> X-Enigmail-Version: 1.6 Subject: Re: [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Update to aed947536 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 14:34:03 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 > --- > 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