All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][review-request 1/2] toaster.bbclass: the license.manifest is located in DEPLOY_DIR
@ 2014-03-27  9:57 Cristiana Voicu
  2014-03-31 16:11 ` Damian, Alexandru
  0 siblings, 1 reply; 2+ messages in thread
From: Cristiana Voicu @ 2014-03-27  9:57 UTC (permalink / raw)
  To: toaster

Replaced DEPLOY_DIR_IMAGE with DEPLOY_DIR

[YOCTO #6051]
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][review-request 1/2] toaster.bbclass: the license.manifest is located in DEPLOY_DIR
  2014-03-27  9:57 [PATCH][review-request 1/2] toaster.bbclass: the license.manifest is located in DEPLOY_DIR Cristiana Voicu
@ 2014-03-31 16:11 ` Damian, Alexandru
  0 siblings, 0 replies; 2+ messages in thread
From: Damian, Alexandru @ 2014-03-31 16:11 UTC (permalink / raw)
  To: Cristiana Voicu; +Cc: toaster

[-- Attachment #1: Type: text/plain, Size: 1352 bytes --]

Taken in, thank you.

Alex


On Thu, Mar 27, 2014 at 9:57 AM, Cristiana Voicu
<cristiana.voicu@intel.com>wrote:

> Replaced DEPLOY_DIR_IMAGE with DEPLOY_DIR
>
> [YOCTO #6051]
> Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
> ---
>  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

[-- Attachment #2: Type: text/html, Size: 2256 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-31 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-27  9:57 [PATCH][review-request 1/2] toaster.bbclass: the license.manifest is located in DEPLOY_DIR Cristiana Voicu
2014-03-31 16:11 ` Damian, Alexandru

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.