summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky-tiny.conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-03 11:44:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:53:11 +0100
commit9674b1a4d399f7cb2b979b3cf5131053037603f1 (patch)
tree6a7f55429dbc8f3144175d2665ca45b3c096715a /meta-yocto/conf/distro/poky-tiny.conf
parentad3743d4920e710449c39ac079f33e9bd9cd9848 (diff)
downloadpoky-9674b1a4d399f7cb2b979b3cf5131053037603f1.tar.gz
meta-yocto: fix for task rename
(From meta-yocto rev: da4717580cc06dfc3168acf22fe8e4e2f79f4b95) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/distro/poky-tiny.conf')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 8ae1d85e8a..f3cc87451a 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -39,8 +39,8 @@ DISTRO = "poky-tiny"
39PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" 39PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
40PREFERRED_VERSION_linux-yocto-tiny = "3.2%" 40PREFERRED_VERSION_linux-yocto-tiny = "3.2%"
41 41
42# We can use task-core-boot, but in the future we may need a new task-core-tiny 42# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
43#POKY_DEFAULT_EXTRA_RDEPENDS += "task-core-boot" 43#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"
44# Drop kernel-module-af-packet from RRECOMMENDS 44# Drop kernel-module-af-packet from RRECOMMENDS
45POKY_DEFAULT_EXTRA_RRECOMMENDS = "" 45POKY_DEFAULT_EXTRA_RRECOMMENDS = ""
46 46
@@ -99,7 +99,7 @@ VIRTUAL-RUNTIME_init_manager = "tiny-init"
99VIRTUAL-RUNTIME_keymaps = "" 99VIRTUAL-RUNTIME_keymaps = ""
100 100
101# FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in 101# FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in
102# task-core-base to select modutils-initscripts or not. Similar with "net" and 102# packagegroup-core-base to select modutils-initscripts or not. Similar with "net" and
103# netbase. 103# netbase.
104 104
105# By default we only support ext2 and initramfs. We don't build live as that 105# By default we only support ext2 and initramfs. We don't build live as that