summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/distro/poky.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index fd0a9360af..e3398b6e5d 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -15,6 +15,9 @@ SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
15 15
16EXTRAOPKGCONFIG = "poky-feed-config-opkg" 16EXTRAOPKGCONFIG = "poky-feed-config-opkg"
17 17
18DISTRO_EXTRA_RDEPENDS += "task-core-boot"
19DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet"
20
18QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" 21QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
19# Other QEMU_TARGETS "mips64 mips64el sh4" 22# Other QEMU_TARGETS "mips64 mips64el sh4"
20 23