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/gpio-event/gpio-event.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/gpio-event/gpio-event.bb') 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" -- cgit v1.2.3