classes/module_strip: remove
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 12 Dec 2013 16:07:04 +0000 (16:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Dec 2013 23:09:15 +0000 (23:09 +0000)
This class has been empty since 2010, so we shouldn't need it anymore. A
check of common layers suggests there shouldn't be any references to it
outside of OE-Core.

(From OE-Core rev: 3c4557df95e3c60ef938c53f00bb1d7f765fe0ef)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass
meta/classes/module-base.bbclass
meta/classes/module_strip.bbclass [deleted file]

index 24ac778..5fef446 100644 (file)
@@ -1,4 +1,4 @@
-inherit linux-kernel-base module_strip kernel-module-split
+inherit linux-kernel-base kernel-module-split
 
 PROVIDES += "virtual/kernel"
 DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native depmodwrapper-cross"
index 1589a90..9537ba9 100644 (file)
@@ -1,5 +1,3 @@
-inherit module_strip
-
 inherit kernel-arch
 
 export OS = "${TARGET_OS}"
diff --git a/meta/classes/module_strip.bbclass b/meta/classes/module_strip.bbclass
deleted file mode 100644 (file)
index e69de29..0000000