From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/3] core-image-minimal-dev: base on core-image-minimal
Date: Mon, 9 Jul 2012 18:03:08 +0100 [thread overview]
Message-ID: <e46cfd0472f229904ab79d02ffc5aa0152039008.1341853333.git.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <cover.1341853333.git.paul.eggleton@linux.intel.com>
In-Reply-To: <cover.1341853333.git.paul.eggleton@linux.intel.com>
When core-image-minimal has been updated in the past, we have on several
occasions missed applying those updates to this recipe, so let's just
base it directly on core-image-minimal and completely avoid that problem
in future.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-core/images/core-image-minimal-dev.bb | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/meta/recipes-core/images/core-image-minimal-dev.bb b/meta/recipes-core/images/core-image-minimal-dev.bb
index 67c7790..4e9cb35 100644
--- a/meta/recipes-core/images/core-image-minimal-dev.bb
+++ b/meta/recipes-core/images/core-image-minimal-dev.bb
@@ -1,18 +1,10 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
+require core-image-minimal.bb
+
DESCRIPTION = "A small image just capable of allowing a device to boot and \
is suitable for development work."
-IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}"
-
IMAGE_FEATURES += "dev-pkgs"
-IMAGE_LINGUAS = " "
-
-LICENSE = "MIT"
-
-inherit core-image
-
-# remove not needed ipkg informations
-ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
--
1.7.9.5
next prev parent reply other threads:[~2012-07-09 17:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-09 17:03 [PATCH 0/3] Misc tidy-ups Paul Eggleton
2012-07-09 17:03 ` [PATCH 1/3] libgsmd - remove Paul Eggleton
2012-07-09 17:03 ` Paul Eggleton [this message]
2012-07-09 17:03 ` [PATCH 3/3] core-image-*: remove copyright notices Paul Eggleton
2012-07-10 18:06 ` [PATCH 0/3] Misc tidy-ups Saul Wold
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=e46cfd0472f229904ab79d02ffc5aa0152039008.1341853333.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox