[oe-commits] Koen Kooi : kernel.bbclass: restore kernel-abiversion file

git version control git at git.openembedded.org
Wed Jun 22 15:41:55 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: c6c282daa0cfd6459a31a001c53e724f54c89d9d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c6c282daa0cfd6459a31a001c53e724f54c89d9d

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Jun 22 16:17:45 2011 +0200

kernel.bbclass: restore kernel-abiversion file

This fixes external module recipes that need $KERNEL_VERSION. It got removed by

	commit a9d41062e24a6b99661b3a5256f369b557433607
	Author: Darren Hart <dvhart at linux.intel.com>
	Date:   Tue Mar 8 17:09:10 2011 -0800

		kernel/bbclass: rework kernel and module classes to allow for building out-of-tree modules

seemingly as an oversight.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/classes/kernel.bbclass |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass
index 7498c2c..743ca68 100644
--- a/meta-oe/classes/kernel.bbclass
+++ b/meta-oe/classes/kernel.bbclass
@@ -135,6 +135,12 @@ kernel_do_install() {
 	install -d $kerneldir
 
 	#
+	# Store the kernel version in sysroots for module-base.bbclass
+	#
+
+	echo "${KERNEL_VERSION}" > $kerneldir/kernel-abiversion
+
+	#
 	# Copy the entire source tree. In case an external build directory is
 	# used, copy the build directory over first, then copy over the source
 	# dir. This ensures the original Makefiles are used and not the





More information about the Openembedded-commits mailing list