| Submitter | Saul Wold |
|---|---|
| Date | Jan. 25, 2013, 11:47 p.m. |
| Message ID | <1359157635-2082-1-git-send-email-sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/43441/ |
| State | New |
| Headers | show |
Comments
On 01/25/2013 03:47 PM, 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. > Thank you Saul! > 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 >
Patch
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
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(-)