All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [meta-baryon] [PATCH 4/4] baryon-image: use IMAGE_INSTALL instead of CORE_IMAGE_EXTRA_INSTALL
Date: Wed, 11 Jul 2012 18:52:00 +0100	[thread overview]
Message-ID: <726d107359a835914b2221659c8f9cf4c7d3f75d.1342029029.git.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <cover.1342029029.git.paul.eggleton@linux.intel.com>
In-Reply-To: <cover.1342029029.git.paul.eggleton@linux.intel.com>

CORE_IMAGE_EXTRA_INSTALL is really intended to be used from local.conf
and not in custom image recipes, so we should not be using it here. As a
bonus, adding to IMAGE_INSTALL instead allows the image recipe to be
compatible with the edison release.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 recipes-extended/images/baryon-image.bb |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes-extended/images/baryon-image.bb b/recipes-extended/images/baryon-image.bb
index 663c80d..dc6b197 100644
--- a/recipes-extended/images/baryon-image.bb
+++ b/recipes-extended/images/baryon-image.bb
@@ -1,6 +1,8 @@
 IMAGE_FEATURES = "nfs-server package-management ssh-server-dropbear debug-tweaks"
 
-CORE_IMAGE_EXTRA_INSTALL = "samba procps mdadm e2fsprogs-mke2fs util-linux \
+inherit core-image
+
+IMAGE_INSTALL += "samba procps mdadm e2fsprogs-mke2fs util-linux \
                      webmin \
                      webmin-module-status \
                      webmin-module-proc \
@@ -23,4 +25,3 @@ CORE_IMAGE_EXTRA_INSTALL = "samba procps mdadm e2fsprogs-mke2fs util-linux \
                      mediatomb \
                      proftpd"
 
-inherit core-image
-- 
1.7.9.5



  parent reply	other threads:[~2012-07-11 17:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 17:51 [meta-baryon] [PATCH 0/4] Baryon build fixes Paul Eggleton
2012-07-11 17:51 ` [meta-baryon] [PATCH 1/4] faad2: split out staticdev files Paul Eggleton
2012-07-11 17:51 ` [meta-baryon] [PATCH 2/4] faac: " Paul Eggleton
2012-07-11 17:51 ` [meta-baryon] [PATCH 3/4] samba: merge with meta-oe Paul Eggleton
2012-07-11 17:52 ` Paul Eggleton [this message]
2012-07-13 16:32 ` [meta-baryon] [PATCH 0/4] Baryon build fixes Paul Eggleton

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=726d107359a835914b2221659c8f9cf4c7d3f75d.1342029029.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.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.