From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A86F9E0053A; Mon, 30 Jun 2014 06:41:44 -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: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.192.173 listed in list.dnswl.org] Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 59745E00507 for ; Mon, 30 Jun 2014 06:41:35 -0700 (PDT) Received: by mail-pd0-f173.google.com with SMTP id r10so8275648pdi.4 for ; Mon, 30 Jun 2014 06:41:34 -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=TsVl4DK8TdPo4ieFdyXCMjHZBjl9zRLLAngel3Xyvgc=; b=YxFpZelNkC9lPhT4sTjjHXbf3eO8V5Dhl1nMfcfzGVeRETFitZa2Edj35WW0k1PpJ8 /+pN1mlr6p51MgRS0AHni8RPRv++Nnbc00Lv4Tj3wvg7AMf/8v3d/tZRJY5vNq2uRjpt +vPmx35D/e1Uu7cVJC9iuvnrIQDkomQ5nBRYFPGC9H7Wxg8yT0JQ7Mbf0r9nflWhmSLL DRZMbxzaIempyibTz4OKJqAe3nLI05RStj92xPYzWvRVKgTlz+tYRlfvpK0f+yieLPV4 SexenV4N6/QGkk3uyaPCDoN3HhoBQLCAdAsdVN5n0aXmljCRaKY+ciI88OKwvKWJoOye FN8Q== X-Gm-Message-State: ALoCoQnDsZKgRw8HtnW3AdTD9bgX5yKT48ER50dJRA+Dqq9KXjmuMOZEFoY7B9bhA9Mq+S0R5YlV X-Received: by 10.68.213.74 with SMTP id nq10mr52146235pbc.4.1404135694695; Mon, 30 Jun 2014 06:41:34 -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 ln2sm100023820pab.35.2014.06.30.06.41.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Jun 2014 06:41:33 -0700 (PDT) Message-ID: <53B16908.8080504@boundarydevices.com> Date: Mon, 30 Jun 2014 06:41:28 -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: <53AF16F3.5000008@boundarydevices.com> <1404120643-13968-1-git-send-email-christoph.settgast@methodpark.de> In-Reply-To: <1404120643-13968-1-git-send-email-christoph.settgast@methodpark.de> X-Enigmail-Version: 1.6 Subject: Re: [meta-fsl-arm-extra][PATCH v2] 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: Mon, 30 Jun 2014 13:41:44 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thanks Christoph. On 06/30/2014 02:30 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 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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..b39d963 100644 > --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > @@ -4,7 +4,7 @@ DEPENDS = "u-boot-mkimage-native" > > PV = "v2014.01+git${SRCPV}" > > -SRCREV = "6d00ef4bba6fdfa7897cba631df6c0781992b847" > +SRCREV = "aed9475361820a65e37ed936c833322cbbc0f2b5" > SRCBRANCH = "v2014.04-20140419" > SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" > Acked-by: Eric Nelson