native-kernel: emit kernel-abiversion
authorMichael Lauer <mickey@vanille-media.de>
Thu, 5 Aug 2004 10:58:12 +0000 (10:58 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 5 Aug 2004 10:58:12 +0000 (10:58 +0000)
BKrev: 411212c4DW2hmCzXVt0fKAEdxLU0Vw

native/native-kernel.oe

index e69de29..513f3d1 100644 (file)
@@ -0,0 +1,12 @@
+
+PROVIDES = "virtual/kernel"
+
+do_stage() {
+       install -d ${STAGING_KERNEL_DIR}/include/
+       install -m 0755 /usr/include/linux/wireless.h ${STAGING_KERNEL_DIR}/include/wireless.h
+       echo `uname -r` >${STAGING_KERNEL_DIR}/kernel-abiversion
+       echo /usr/src/linux >${STAGING_KERNEL_DIR}/kernel-source
+       echo >${STAGING_KERNEL_DIR}/kernel-ccsuffix
+       echo >${STAGING_KERNEL_DIR}/kernel-ldsuffix
+}
+