summaryrefslogtreecommitdiff
path: root/classes/kernel.oeclass
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-17 05:22:30 +0000
committerChris Larson <clarson@kergoth.com>2004-11-17 05:22:30 +0000
commitb70c0bb25fdf6e631a86cccd9278f9613bbb1420 (patch)
treeaa7d892b4283195934b724534ccbd60aa8f60233 /classes/kernel.oeclass
parentda743b3be46d9e48f9d18a5c23386e87923edccf (diff)
Add an oeclass to strip kernel modules (strip -g, remove only debug info).
BKrev: 419ae016aT3ZI4qkcz6Ru3zmvWTKFQ
Diffstat (limited to 'classes/kernel.oeclass')
-rw-r--r--classes/kernel.oeclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/kernel.oeclass b/classes/kernel.oeclass
index 922ea2cf41..da279c0489 100644
--- a/classes/kernel.oeclass
+++ b/classes/kernel.oeclass
@@ -1,3 +1,5 @@
+inherit module_strip
+
PROVIDES += "virtual/kernel"
DEPENDS += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX} update-modules"