diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-01-27 11:18:35 -0500 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-01-27 13:52:02 -0500 |
commit | fed025d090c1040cf91c685110b7c50ed5027e42 (patch) | |
tree | 2c4fd5370f6a130286e915664879b3133a9b90aa /packages/wifistix | |
parent | c1b8471c3635c2345e569246fbe144c0a3af513b (diff) |
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.
Diffstat (limited to 'packages/wifistix')
-rw-r--r-- | packages/wifistix/wifistix-modules_5.0.16.p0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" |