diff options
Diffstat (limited to 'meta-yocto/conf/distro/poky-tiny.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 6fa4c903ae..395c6fbbed 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -37,7 +37,7 @@ DISTRO = "poky-tiny" | |||
37 | # Distro config is evaluated after the machine config, so we have to explicitly | 37 | # Distro config is evaluated after the machine config, so we have to explicitly |
38 | # set the kernel provider to override a machine config. | 38 | # set the kernel provider to override a machine config. |
39 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" | 39 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" |
40 | PREFERRED_VERSION_linux-yocto-tiny = "3.0%" | 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 task-core-boot, but in the future we may need a new task-core-tiny |
43 | #POKY_DEFAULT_EXTRA_RDEPENDS += "task-core-boot" | 43 | #POKY_DEFAULT_EXTRA_RDEPENDS += "task-core-boot" |