From fed025d090c1040cf91c685110b7c50ed5027e42 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Tue, 27 Jan 2009 11:18:35 -0500 Subject: 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. --- packages/wlan-ng/wlan-ng-modules.inc | 3 +++ packages/wlan-ng/wlan-ng-utils.inc | 3 +++ 2 files changed, 6 insertions(+) (limited to 'packages/wlan-ng') 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" -- cgit v1.2.3