From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 540A2E00C0F for ; Mon, 31 Mar 2014 09:11:31 -0700 (PDT) Received: by mail-lb0-f179.google.com with SMTP id p9so5900288lbv.38 for ; Mon, 31 Mar 2014 09:11:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=xeeuYkSbsq5OQ2lgDbdwMhd38r6y67NDFwBHlzyHaFc=; b=GyoDq47DysUamf0bVhvRYCYYtVV+LWh89884VbmSNP4cWRk8nLaMrdUUcTL1+OKaeA Z2svF7iaaGifjN9xMrWtTLzESq5IxOqbkMcNSOpChVYPXNYgXGjQna7/iD2a4IWAkLN2 2KawydXJPJVD/fiBgRTnSDyIHUaadSkL5NKigW7awqlTFST8R8qSY0R799rcIe6YcwxO RifPVPntZ7mffo5DpX09VqCLq/H9xaoOSgxdMvVW75QK6/0Zwcj5YNifWunjL0jmHyz2 nd8jZI/wkYvZOoa7XfTicL/IRm+qXTj9ehDslLwBxot9PBVNFPVrGxRiFYsXWYoAvZha lbAg== X-Gm-Message-State: ALoCoQlwvOeCjSxF8EtcP80lcy35ouyKDtJ1LshHiLhvVI9sMVqFeMAXwQQKVZjc/eY+Lysc2RUw X-Received: by 10.152.234.130 with SMTP id ue2mr19495181lac.0.1396282290546; Mon, 31 Mar 2014 09:11:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.80.106 with HTTP; Mon, 31 Mar 2014 09:11:09 -0700 (PDT) In-Reply-To: <1395914252-26132-1-git-send-email-cristiana.voicu@intel.com> References: <1395914252-26132-1-git-send-email-cristiana.voicu@intel.com> From: "Damian, Alexandru" Date: Mon, 31 Mar 2014 17:11:09 +0100 Message-ID: To: Cristiana Voicu Cc: "toaster@yoctoproject.org" Subject: Re: [PATCH][review-request 1/2] toaster.bbclass: the license.manifest is located in DEPLOY_DIR X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 16:11:32 -0000 Content-Type: multipart/alternative; boundary=001a113484bcef383a04f5e94d30 --001a113484bcef383a04f5e94d30 Content-Type: text/plain; charset=UTF-8 Taken in, thank you. Alex On Thu, Mar 27, 2014 at 9:57 AM, Cristiana Voicu wrote: > Replaced DEPLOY_DIR_IMAGE with DEPLOY_DIR > > [YOCTO #6051] > Signed-off-by: Cristiana Voicu > --- > meta/classes/toaster.bbclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass > index f55a4d7..9fb2cec 100644 > --- a/meta/classes/toaster.bbclass > +++ b/meta/classes/toaster.bbclass > @@ -299,10 +299,10 @@ python toaster_buildhistory_dump() { > # dump information related to license manifest path > > python toaster_licensemanifest_dump() { > - deploy_dir_image = d.getVar('DEPLOY_DIR_IMAGE', True); > + deploy_dir = d.getVar('DEPLOY_DIR', True); > image_name = d.getVar('IMAGE_NAME', True); > > - data = { 'deploy_dir_image' : deploy_dir_image, 'image_name' : > image_name } > + data = { 'deploy_dir' : deploy_dir, 'image_name' : image_name } > > bb.event.fire(bb.event.MetadataEvent("LicenseManifestPath", data), d) > } > -- > 1.7.9.5 > > -- > _______________________________________________ > toaster mailing list > toaster@yoctoproject.org > https://lists.yoctoproject.org/listinfo/toaster > -- Alex Damian Yocto Project SSG / OTC --001a113484bcef383a04f5e94d30 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Taken in, thank you.

Alex


On Thu, Mar 27, 2014 at 9:57 AM, Cristia= na Voicu <cristiana.voicu@intel.com> wrote:
Replaced DEPLOY_DIR_IMAGE with DEPLOY_DIR

[YOCTO #6051]
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
=C2=A0meta/classes/toaster.bbclass | =C2=A0 =C2=A04 ++--
=C2=A01 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass index f55a4d7..9fb2cec 100644
--- a/meta/classes/toaster.bbclass
+++ b/meta/classes/toaster.bbclass
@@ -299,10 +299,10 @@ python toaster_buildhistory_dump() {
=C2=A0# dump information related to license manifest path

=C2=A0python toaster_licensemanifest_dump() {
- =C2=A0 =C2=A0deploy_dir_image =3D d.getVar('DEPLOY_DIR_IMAGE', Tr= ue);
+ =C2=A0 =C2=A0deploy_dir =3D d.getVar('DEPLOY_DIR', True);
=C2=A0 =C2=A0 =C2=A0image_name =3D d.getVar('IMAGE_NAME', True);
- =C2=A0 =C2=A0data =3D { 'deploy_dir_image' : deploy_dir_image, &#= 39;image_name' : image_name }
+ =C2=A0 =C2=A0data =3D { 'deploy_dir' : deploy_dir, 'image_nam= e' : image_name }

=C2=A0 =C2=A0 =C2=A0bb.event.fire(bb.event.MetadataEvent("LicenseManif= estPath", data), d)
=C2=A0}
--
1.7.9.5

--
_______________________________________________
toaster mailing list
toaster@yoctoproject.org https://lists.yoctoproject.org/listinfo/toaster



--
Alex Damian
Yocto Project
SSG / OTC=C2=A0
<= /div>
--001a113484bcef383a04f5e94d30--