aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2009-01-27 11:18:35 -0500
committerCliff Brake <cbrake@bec-systems.com>2009-01-27 13:52:02 -0500
commitfed025d090c1040cf91c685110b7c50ed5027e42 (patch)
tree2c4fd5370f6a130286e915664879b3133a9b90aa
parentc1b8471c3635c2345e569246fbe144c0a3af513b (diff)
downloadopenembedded-fed025d090c1040cf91c685110b7c50ed5027e42.tar.gz
misc kernel module recipes: add note suggesting not using kernel source from work dir
try to discourage people from using KERNEL_SOURCE when writing kernel module recipes. KERNEL_SOURCE is located in the work dir and is not available if rm_work class is used.
-rw-r--r--packages/ark3116/ark3116_0.4.1.bb3
-rw-r--r--packages/char-driver/char-driver.bb3
-rw-r--r--packages/dri/drm-kernel_cvs.bb3
-rw-r--r--packages/geode-drivers/geode-modules.inc3
-rw-r--r--packages/gpio-event/gpio-event.bb3
-rw-r--r--packages/pcmcia-cs/pcmcia-cs_3.2.8.bb3
-rw-r--r--packages/pvrusb2-mci/pvrusb2-mci_20060903.bb3
-rw-r--r--packages/pvrusb2-mci/pvrusb2-mci_20080210.bb3
-rw-r--r--packages/pwc/pwc_10.0.12-rc1.bb3
-rw-r--r--packages/wifistix/wifistix-modules_5.0.16.p0.bb3
-rw-r--r--packages/wlan-ng/wlan-ng-modules.inc3
-rw-r--r--packages/wlan-ng/wlan-ng-utils.inc3
12 files changed, 36 insertions, 0 deletions
diff --git a/packages/ark3116/ark3116_0.4.1.bb b/packages/ark3116/ark3116_0.4.1.bb
index 629c50a3ca..add4e45f97 100644
--- a/packages/ark3116/ark3116_0.4.1.bb
+++ b/packages/ark3116/ark3116_0.4.1.bb
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
DESCRIPTION = "Driver for usb serial cables based upon ArkMicroChips 3116s chip"
HOMEPAGE = "http://avr.auctionant.de/ark3116_linux_driver/"
PRIORITY = "optional"
diff --git a/packages/char-driver/char-driver.bb b/packages/char-driver/char-driver.bb
index e6458b599b..d0d5f84739 100644
--- a/packages/char-driver/char-driver.bb
+++ b/packages/char-driver/char-driver.bb
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
DESCRIPTION = "char-driver and userspace program"
PRIORITY = "optional"
SECTION = "base"
diff --git a/packages/dri/drm-kernel_cvs.bb b/packages/dri/drm-kernel_cvs.bb
index 7e0bddfcdc..9e04cc4d7e 100644
--- a/packages/dri/drm-kernel_cvs.bb
+++ b/packages/dri/drm-kernel_cvs.bb
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see modules.bbclass
+
SECTION = "x11/base"
PR = "r3"
LICENSE = "MIT"
diff --git a/packages/geode-drivers/geode-modules.inc b/packages/geode-drivers/geode-modules.inc
index adaf88594d..d6102baf8d 100644
--- a/packages/geode-drivers/geode-modules.inc
+++ b/packages/geode-drivers/geode-modules.inc
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
# Linux kernel modules OE build files for the AMD Geode GX5535/LX5536
# Copyright (C) 2005-2006, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
diff --git a/packages/gpio-event/gpio-event.bb b/packages/gpio-event/gpio-event.bb
index afb2a77ac1..da436b2b4d 100644
--- a/packages/gpio-event/gpio-event.bb
+++ b/packages/gpio-event/gpio-event.bb
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
DESCRIPTION = "gpio-event driver and userspace program"
PRIORITY = "optional"
SECTION = "base"
diff --git a/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb b/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb
index 018f33550f..d6c166db19 100644
--- a/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb
+++ b/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
DESCRIPTION = "Utilities and system configuration files for the Linux PCMCIA card services"
SECTION = "base"
PRIORITY = "required"
diff --git a/packages/pvrusb2-mci/pvrusb2-mci_20060903.bb b/packages/pvrusb2-mci/pvrusb2-mci_20060903.bb
index 5bd4ea2db9..afd24025d9 100644
--- a/packages/pvrusb2-mci/pvrusb2-mci_20060903.bb
+++ b/packages/pvrusb2-mci/pvrusb2-mci_20060903.bb
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
require pvrusb2-mci2.inc
RRECOMMENDS = "kernel-module-tveeprom \
diff --git a/packages/pvrusb2-mci/pvrusb2-mci_20080210.bb b/packages/pvrusb2-mci/pvrusb2-mci_20080210.bb
index 5bd4ea2db9..afd24025d9 100644
--- a/packages/pvrusb2-mci/pvrusb2-mci_20080210.bb
+++ b/packages/pvrusb2-mci/pvrusb2-mci_20080210.bb
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
require pvrusb2-mci2.inc
RRECOMMENDS = "kernel-module-tveeprom \
diff --git a/packages/pwc/pwc_10.0.12-rc1.bb b/packages/pwc/pwc_10.0.12-rc1.bb
index af1d5f53ab..4292f5c717 100644
--- a/packages/pwc/pwc_10.0.12-rc1.bb
+++ b/packages/pwc/pwc_10.0.12-rc1.bb
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
DESCRIPTION = "Philips USB Webcam driver for Linux that supports VGA resolution"
HOMEPAGE = "http://www.saillard.org/linux/pwc"
PRIORITY = "optional"
diff --git a/packages/wifistix/wifistix-modules_5.0.16.p0.bb b/packages/wifistix/wifistix-modules_5.0.16.p0.bb
index 0eb6877558..26a4c11a6c 100644
--- a/packages/wifistix/wifistix-modules_5.0.16.p0.bb
+++ b/packages/wifistix/wifistix-modules_5.0.16.p0.bb
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
DESCRIPTION = "Linux Driver for Marvel 88W8385 802.11b/g Wifi Module used in Gumstix daughtercards"
SECTION = "base"
PRIORITY = "optional"
diff --git a/packages/wlan-ng/wlan-ng-modules.inc b/packages/wlan-ng/wlan-ng-modules.inc
index 6dbadceca8..585c33919c 100644
--- a/packages/wlan-ng/wlan-ng-modules.inc
+++ b/packages/wlan-ng/wlan-ng-modules.inc
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
DESCRIPTION = "linux-wlan-ng (prism2.x, prism3, pcmcia, pci, usb) driver for 11Mbps wireless lan cards"
HOMEPAGE = "http://www.linux-wlan.org"
SECTION = "kernel/modules"
diff --git a/packages/wlan-ng/wlan-ng-utils.inc b/packages/wlan-ng/wlan-ng-utils.inc
index 72976ce292..3dd25d9d7f 100644
--- a/packages/wlan-ng/wlan-ng-utils.inc
+++ b/packages/wlan-ng/wlan-ng-utils.inc
@@ -1,3 +1,6 @@
+# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is
+# located in the work directory. see module.bbclass
+
DESCRIPTION = "linux-wlan-ng userland utilities"
HOMEPAGE = "http://www.linux-wlan.org"
SECTION = "kernel/userland"