* [PATCH v2] core-image-basic.bb: Allow user extensions
@ 2013-10-30 16:02 Gary Thomas
0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2013-10-30 16:02 UTC (permalink / raw)
To: openembedded-core
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 file changed, 1 insertion(+)
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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v2] core-image-basic.bb: Allow user extensions
@ 2013-10-30 16:09 Gary Thomas
2013-12-04 12:29 ` Gary Thomas
0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2013-10-30 16:09 UTC (permalink / raw)
To: openembedded-core
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
--
1.7.7.6
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] core-image-basic.bb: Allow user extensions
2013-10-30 16:09 [PATCH v2] core-image-basic.bb: Allow user extensions Gary Thomas
@ 2013-12-04 12:29 ` Gary Thomas
2013-12-04 12:42 ` Paul Eggleton
0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2013-12-04 12:29 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
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
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] core-image-basic.bb: Allow user extensions
2013-12-04 12:29 ` Gary Thomas
@ 2013-12-04 12:42 ` Paul Eggleton
0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-12-04 12:42 UTC (permalink / raw)
To: Gary Thomas; +Cc: openembedded-core
Hi Gary,
On Wednesday 04 December 2013 05:29:28 Gary Thomas wrote:
> 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.
>...
>
> Ping? I know this message made it to the list, just no action.
It was merged some time ago:
http://cgit.openembedded.org/openembedded-core/commit/?id=5faabf398819d40b55c46bc83ae03942d115024b
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-04 12:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 16:09 [PATCH v2] core-image-basic.bb: Allow user extensions Gary Thomas
2013-12-04 12:29 ` Gary Thomas
2013-12-04 12:42 ` Paul Eggleton
-- strict thread matches above, loose matches on Subject: below --
2013-10-30 16:02 Gary Thomas
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.