* [OE-core] [PATCH v2] poky-tiny: Update for DISTRO_FEATURES_INITMAN
@ 2013-01-28 19:10 Saul Wold
0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2013-01-28 19:10 UTC (permalink / raw)
To: poky@yoctoproject.org, dvhart
This patch accounts for the addition of DISTRO_FEATURES_INITMAN which
sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta-yocto/conf/distro/poky-tiny.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky-tiny.conf
b/meta-yocto/conf/distro/poky-tiny.conf
index 347280a..1ae8242 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -84,6 +84,7 @@ DISTRO_FEATURES_NET = "ipv4"
DISTRO_FEATURES_USB = "usbhost"
#DISTRO_FEATURES_USBGADGET = "usbgadget"
#DISTRO_FEATURES_WIFI = "wifi"
+DISTRO_FEATURES_INITMAN = "tiny-init"
DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
${DISTRO_FEATURES_NET} \
@@ -96,7 +97,6 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
# Use tmpdevfs and the busybox runtime services
VIRTUAL-RUNTIME_dev_manager = ""
VIRTUAL-RUNTIME_login_manager = ""
-VIRTUAL-RUNTIME_init_manager = "tiny-init"
VIRTUAL-RUNTIME_keymaps = ""
# FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in
--
1.7.9.5
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply related [flat|nested] 3+ messages in thread* [OE-core] [PATCH v2] poky-tiny: Update for DISTRO_FEATURES_INITMAN
@ 2013-01-28 19:10 Saul Wold
2013-01-28 20:29 ` Darren Hart
0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2013-01-28 19:10 UTC (permalink / raw)
To: poky >> "poky@yoctoproject.org", dvhart
This patch accounts for the addition of DISTRO_FEATURES_INITMAN which
sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta-yocto/conf/distro/poky-tiny.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky-tiny.conf
b/meta-yocto/conf/distro/poky-tiny.conf
index 347280a..1ae8242 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -84,6 +84,7 @@ DISTRO_FEATURES_NET = "ipv4"
DISTRO_FEATURES_USB = "usbhost"
#DISTRO_FEATURES_USBGADGET = "usbgadget"
#DISTRO_FEATURES_WIFI = "wifi"
+DISTRO_FEATURES_INITMAN = "tiny-init"
DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
${DISTRO_FEATURES_NET} \
@@ -96,7 +97,6 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
# Use tmpdevfs and the busybox runtime services
VIRTUAL-RUNTIME_dev_manager = ""
VIRTUAL-RUNTIME_login_manager = ""
-VIRTUAL-RUNTIME_init_manager = "tiny-init"
VIRTUAL-RUNTIME_keymaps = ""
# FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in
--
1.7.9.5
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [OE-core] [PATCH v2] poky-tiny: Update for DISTRO_FEATURES_INITMAN
2013-01-28 19:10 Saul Wold
@ 2013-01-28 20:29 ` Darren Hart
0 siblings, 0 replies; 3+ messages in thread
From: Darren Hart @ 2013-01-28 20:29 UTC (permalink / raw)
To: Saul Wold; +Cc: poky >> "poky@yoctoproject.org"
On 01/28/2013 11:10 AM, Saul Wold wrote:
> This patch accounts for the addition of DISTRO_FEATURES_INITMAN which
> sets the VIRTUAL_RUNTIME_init_manager, so that does not need to be set.
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
> ---
> meta-yocto/conf/distro/poky-tiny.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-yocto/conf/distro/poky-tiny.conf
> b/meta-yocto/conf/distro/poky-tiny.conf
> index 347280a..1ae8242 100644
> --- a/meta-yocto/conf/distro/poky-tiny.conf
> +++ b/meta-yocto/conf/distro/poky-tiny.conf
> @@ -84,6 +84,7 @@ DISTRO_FEATURES_NET = "ipv4"
> DISTRO_FEATURES_USB = "usbhost"
> #DISTRO_FEATURES_USBGADGET = "usbgadget"
> #DISTRO_FEATURES_WIFI = "wifi"
> +DISTRO_FEATURES_INITMAN = "tiny-init"
> DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
> ${DISTRO_FEATURES_NET} \
> @@ -96,7 +97,6 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
> # Use tmpdevfs and the busybox runtime services
> VIRTUAL-RUNTIME_dev_manager = ""
> VIRTUAL-RUNTIME_login_manager = ""
> -VIRTUAL-RUNTIME_init_manager = "tiny-init"
> VIRTUAL-RUNTIME_keymaps = ""
> # FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in
>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-28 20:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 19:10 [OE-core] [PATCH v2] poky-tiny: Update for DISTRO_FEATURES_INITMAN Saul Wold
-- strict thread matches above, loose matches on Subject: below --
2013-01-28 19:10 Saul Wold
2013-01-28 20:29 ` Darren Hart
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.