From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2428DE00801 for ; Thu, 13 Feb 2014 10:40:04 -0800 (PST) Received: by mail-pa0-f54.google.com with SMTP id fa1so11071735pad.41 for ; Thu, 13 Feb 2014 10:40:04 -0800 (PST) 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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=idv3f+7yzqQGtrWjwLZvtFqCdo/bdqCnoSbin6I87Pg=; b=BxG4JhHM1RYosWMCLMBy0lbSkkMV1rioiwqRLpA67kVLTb5pTW5f3VocyNNDxLLGwS WJoD8puLHvA+zV0vYxClLYzPOKOEqiH+Qd5+deci2R/ip7SzXsfyQAKFW5aA9sO7CRax X83IIDf5AiANNctIuKKywL/W3LSbc8tKUusapIKPfBNH08z+ajAGVX1mhP1Ax9Z2Q71y o5GymyDhvTXe8i6oc1h6Gz86JukaarZ/VZ0TYpn1UJa3FuLpOrzhrqmRP2p/TLQ8yh27 KARVr8pLpi9ixiiBjs/QT7QJjnsDcu/BPtjSslEvmCF5Bsi8fuQWm8Upez5k5K/270Mu 4tdA== X-Gm-Message-State: ALoCoQkSZLgXVvAJC5s9G1P7sRgiGiizwsRfYC3VQZokpqOsUcnI6eL9Ox7NsvwXWMQCi414Yfw1 X-Received: by 10.68.76.68 with SMTP id i4mr3421023pbw.73.1392316804389; Thu, 13 Feb 2014 10:40:04 -0800 (PST) Received: from [192.168.0.53] ([63.226.49.26]) by mx.google.com with ESMTPSA id x5sm8948684pbw.26.2014.02.13.10.40.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Feb 2014 10:40:03 -0800 (PST) Message-ID: <52FD1179.6000403@boundarydevices.com> Date: Thu, 13 Feb 2014 11:39:53 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1392316629-2461-1-git-send-email-eric.nelson@boundarydevices.com> In-Reply-To: <1392316629-2461-1-git-send-email-eric.nelson@boundarydevices.com> Subject: Re: [meta-fsl-arm][PATCH] image_types_fsl: explicitly state the origin of boot scripts 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: Thu, 13 Feb 2014 18:40:05 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi all, On 02/13/2014 11:37 AM, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > classes/image_types_fsl.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass > index 443abf7..3510452 100644 > --- a/classes/image_types_fsl.bbclass > +++ b/classes/image_types_fsl.bbclass > @@ -145,7 +145,7 @@ generate_imx_sdcard () { > src=`echo $item | awk -F':' '{ print $1 }'` > dst=`echo $item | awk -F':' '{ print $2 }'` > > - mcopy -i ${WORKDIR}/boot.img -s $src ::/$dst > + mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/$src ::/$dst > done > I wasn't able to find how this changed, but it seems better to have an explicit reference to the source of this operation. Regards, Eric