[oe-commits] Martin Jansa : compat-wireless: exclude from world

git at git.openembedded.org git at git.openembedded.org
Thu May 2 13:01:02 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: 0957300e7bf41a6a4693f14ae677bcf34def1473
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0957300e7bf41a6a4693f14ae677bcf34def1473

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Apr 27 12:43:58 2013 +0200

compat-wireless: exclude from world

* depends on config options which are not enabled in qemu* MACHINEs by default

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../compat-wireless/compat-wireless.inc            |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc b/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc
index 41f673a..3981426 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]}"
 





More information about the Openembedded-commits mailing list