misc kernel module recipes: add note suggesting not using kernel source from work dir
authorCliff Brake <cbrake@bec-systems.com>
Tue, 27 Jan 2009 16:18:35 +0000 (11:18 -0500)
committerCliff Brake <cbrake@bec-systems.com>
Tue, 27 Jan 2009 18:52:02 +0000 (13:52 -0500)
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.

12 files changed:
packages/ark3116/ark3116_0.4.1.bb
packages/char-driver/char-driver.bb
packages/dri/drm-kernel_cvs.bb
packages/geode-drivers/geode-modules.inc
packages/gpio-event/gpio-event.bb
packages/pcmcia-cs/pcmcia-cs_3.2.8.bb
packages/pvrusb2-mci/pvrusb2-mci_20060903.bb
packages/pvrusb2-mci/pvrusb2-mci_20080210.bb
packages/pwc/pwc_10.0.12-rc1.bb
packages/wifistix/wifistix-modules_5.0.16.p0.bb
packages/wlan-ng/wlan-ng-modules.inc
packages/wlan-ng/wlan-ng-utils.inc

index 629c50a..add4e45 100644 (file)
@@ -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"
index e6458b5..d0d5f84 100644 (file)
@@ -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"
index 7e0bddf..9e04cc4 100644 (file)
@@ -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"
index adaf885..d6102ba 100644 (file)
@@ -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)
index afb2a77..da436b2 100644 (file)
@@ -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"
index 018f335..d6c166d 100644 (file)
@@ -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"
index 5bd4ea2..afd2402 100644 (file)
@@ -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 \
index 5bd4ea2..afd2402 100644 (file)
@@ -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 \
index af1d5f5..4292f5c 100644 (file)
@@ -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"
index 0eb6877..26a4c11 100644 (file)
@@ -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"
index 6dbadce..585c339 100644 (file)
@@ -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"
index 72976ce..3dd25d9 100644 (file)
@@ -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"