From: Gary Thomas <gary@mlbassoc.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v2] core-image-basic.bb: Allow user extensions
Date: Wed, 04 Dec 2013 05:29:28 -0700 [thread overview]
Message-ID: <529F2028.3080702@mlbassoc.com> (raw)
In-Reply-To: <1383149365-30556-1-git-send-email-gary@mlbassoc.com>
On 2013-10-30 10:09, Gary Thomas wrote:
> Allow the user to provide additional packages to this image.
> This lets core-image-basic behave like all other core-image*
> recipes (which do support CORE_IMAGE_EXTRA_INSTALL), as well
> as match the documentation which suggests this as the mode to
> extend any core-image* image.
>
> v2 - drop redundant setting of CORE_IMAGE_EXTRA_INSTALL
>
> Signed-off-by: Gary Thomas <gary@mlbassoc.com>
> ---
> meta/recipes-extended/images/core-image-basic.bb | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-extended/images/core-image-basic.bb b/meta/recipes-extended/images/core-image-basic.bb
> index 091f57d..d599e72 100644
> --- a/meta/recipes-extended/images/core-image-basic.bb
> +++ b/meta/recipes-extended/images/core-image-basic.bb
> @@ -6,6 +6,7 @@ IMAGE_FEATURES += "splash ssh-server-openssh"
> IMAGE_INSTALL = "\
> packagegroup-core-boot \
> packagegroup-core-basic \
> + ${CORE_IMAGE_EXTRA_INSTALL} \
> "
>
> inherit core-image
>
Ping? I know this message made it to the list, just no action.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2013-12-04 12:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-30 16:09 [PATCH v2] core-image-basic.bb: Allow user extensions Gary Thomas
2013-12-04 12:29 ` Gary Thomas [this message]
2013-12-04 12:42 ` Paul Eggleton
-- strict thread matches above, loose matches on Subject: below --
2013-10-30 16:02 Gary Thomas
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=529F2028.3080702@mlbassoc.com \
--to=gary@mlbassoc.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 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.