* [PATCH] Remove redundant reference to "task-self-hosted" from self-hosted-image.bb
@ 2012-03-29 22:42 Robert P. J. Day
2012-04-04 16:53 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-03-29 22:42 UTC (permalink / raw)
To: OE Core mailing list
This recipe already includes "task-self-hosted" in the IMAGE_INSTALL
line:
IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted"
so there's no apparent need to include it again further down.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb
index 5aa670d..f1f3e57 100644
--- a/meta/recipes-core/images/self-hosted-image.bb
+++ b/meta/recipes-core/images/self-hosted-image.bb
@@ -6,10 +6,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
PR = "r6"
-CORE_IMAGE_EXTRA_INSTALL = "\
- task-self-hosted \
- "
-
IMAGE_FEATURES += "x11-mini package-management"
# Ensure there's enough space to do a core-image-minimal build, with rm_work enabled
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Remove redundant reference to "task-self-hosted" from self-hosted-image.bb
2012-03-29 22:42 [PATCH] Remove redundant reference to "task-self-hosted" from self-hosted-image.bb Robert P. J. Day
@ 2012-04-04 16:53 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-04-04 16:53 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 03/29/2012 03:42 PM, Robert P. J. Day wrote:
>
> This recipe already includes "task-self-hosted" in the IMAGE_INSTALL
> line:
>
> IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted"
>
> so there's no apparent need to include it again further down.
>
> Signed-off-by: Robert P. J. Day<rpjday@crashcourse.ca>
>
> ---
>
> diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb
> index 5aa670d..f1f3e57 100644
> --- a/meta/recipes-core/images/self-hosted-image.bb
> +++ b/meta/recipes-core/images/self-hosted-image.bb
> @@ -6,10 +6,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
>
> PR = "r6"
>
> -CORE_IMAGE_EXTRA_INSTALL = "\
> - task-self-hosted \
> - "
> -
> IMAGE_FEATURES += "x11-mini package-management"
>
> # Ensure there's enough space to do a core-image-minimal build, with rm_work enabled
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-04 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-29 22:42 [PATCH] Remove redundant reference to "task-self-hosted" from self-hosted-image.bb Robert P. J. Day
2012-04-04 16:53 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox