All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandru Vaduva <vaduvajanalexandru@yahoo.com>
To: Adrian Dudau <adrian.dudau@enea.com>,
	 "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: [meta-cgl][PATCH 2/2] distro: Move IMAGE_CLASSES inheritance
Date: Wed, 11 May 2016 15:17:46 +0000 (UTC)	[thread overview]
Message-ID: <951737827.495345.1462979866245.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <1462874748-57412-2-git-send-email-adrian.dudau@enea.com>

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

Hello Adi, Cannot this two patches be redone by:               removingfrom  "[PATCH 1/2] Added devicemanager multipath support for root file system" the line "+IMAGE_CLASSES+= "image_types_uboot""               onlykeeping in "[PATCH 2/2] distro: Move IMAGE_CLASSES inheritance"  the line from " poky-cgl.conf".
 Thanks,Alex V. 

    On Tuesday, May 10, 2016 1:06 PM, Adrian Dudau <adrian.dudau@enea.com> wrote:
 

 The IMAGE_CLASSES variable affects all images, so it must be defined at
distro level. Move it from the core-image-cgl-initramfs where it has no
effect into the distro definition.

Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
---
 meta-cgl-common/conf/distro/poky-cgl.conf          | 2 ++
 meta-cgl-common/images/core-image-cgl-initramfs.bb | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-cgl-common/conf/distro/poky-cgl.conf b/meta-cgl-common/conf/distro/poky-cgl.conf
index aff5dec..1fd453e 100644
--- a/meta-cgl-common/conf/distro/poky-cgl.conf
+++ b/meta-cgl-common/conf/distro/poky-cgl.conf
@@ -3,3 +3,5 @@ require conf/distro/poky-lsb.conf
 DISTRO = "poky-cgl"
 
 DISTRO_FEATURES_append = " pam selinux"
+
+IMAGE_CLASSES += "image_types_uboot"
diff --git a/meta-cgl-common/images/core-image-cgl-initramfs.bb b/meta-cgl-common/images/core-image-cgl-initramfs.bb
index 845fa07..881f517 100644
--- a/meta-cgl-common/images/core-image-cgl-initramfs.bb
+++ b/meta-cgl-common/images/core-image-cgl-initramfs.bb
@@ -14,7 +14,6 @@ IMAGE_LINGUAS = ""
 LICENSE = "MIT"
 
 IMAGE_FSTYPES = "cpio.gz.u-boot"
-IMAGE_CLASSES += "image_types_uboot"
 inherit core-image
 
 IMAGE_ROOTFS_SIZE = "8192"
-- 
1.9.1

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




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

  reply	other threads:[~2016-05-11 15:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-10 10:05 [meta-cgl][PATCH 1/2] Added device manager multipath support for root file system Adrian Dudau
2016-05-10 10:05 ` [meta-cgl][PATCH 2/2] distro: Move IMAGE_CLASSES inheritance Adrian Dudau
2016-05-11 15:17   ` Alexandru Vaduva [this message]
2016-05-11 15:15 ` [meta-cgl][PATCH 1/2] Added device manager multipath support for root file system Alexandru Vaduva
2016-06-02  9:44   ` Adrian Dudau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=951737827.495345.1462979866245.JavaMail.yahoo@mail.yahoo.com \
    --to=vaduvajanalexandru@yahoo.com \
    --cc=adrian.dudau@enea.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.