From 845d13da5e6ad17bdf75797da11722db74ef0871 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 27 Apr 2013 12:43:58 +0200 Subject: compat-wireless: exclude from world * depends on config options which are not enabled in qemu* MACHINEs by default Signed-off-by: Martin Jansa --- meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-oe/recipes-kernel') diff --git a/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc b/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc index 41f673ac84..398142601e 100644 --- a/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc +++ b/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc @@ -6,6 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d7810fab7487fb0aad327b76f1be7cd7" RDEPENDS_${PN} = "wireless-tools" INC_PR = "r1" +# depends on config options which are not enabled in qemu* MACHINEs by default +# config.mk:25: *** "ERROR: your kernel has CONFIG_CFG80211=y, you should have it CONFIG_CFG80211=m if you want to use this thing.". Stop. +EXCLUDE_FROM_WORLD = "1" + COMPAT_WIRELESS_VERSION = "${PV}-1" SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" -- cgit 1.2.3-korg