diff options
Diffstat (limited to 'meta-yocto/conf/distro/poky-tiny.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 6 |
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" | |||
39 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" | 39 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" |
40 | PREFERRED_VERSION_linux-yocto-tiny = "3.2%" | 40 | PREFERRED_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 |
45 | POKY_DEFAULT_EXTRA_RRECOMMENDS = "" | 45 | POKY_DEFAULT_EXTRA_RRECOMMENDS = "" |
46 | 46 | ||
@@ -99,7 +99,7 @@ VIRTUAL-RUNTIME_init_manager = "tiny-init" | |||
99 | VIRTUAL-RUNTIME_keymaps = "" | 99 | VIRTUAL-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 |