[yocto] [meta-poky][PATCH] poky-tiny: Use linux-yocto-tiny for qemux86 only
Khem Raj
raj.khem at gmail.com
Thu Apr 14 11:56:16 PDT 2016
This is not working for other BSPs yet and we cant
use poky-tiny profile for them. So make it qemux86
specific for now
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
meta-poky/conf/distro/poky-tiny.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index c6a9086..7a429fe 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -36,7 +36,7 @@ TCLIBC = "musl"
# Distro config is evaluated after the machine config, so we have to explicitly
# set the kernel provider to override a machine config.
-PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
+PREFERRED_PROVIDER_virtual/kernel_qemux86 = "linux-yocto-tiny"
PREFERRED_VERSION_linux-yocto-tiny ?= "4.4%"
# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
--
1.9.1
More information about the yocto
mailing list