[oe-commits] org.oe.dev kernel bbclass: have modules.tgz have the same version and packages and deployed images (PV) instead of pulling it out of the makefile (KERNEL_VERSION)

koen commit oe at amethyst.openembedded.net
Tue Apr 15 20:58:45 UTC 2008


kernel bbclass: have modules.tgz have the same version and packages and deployed images (PV) instead of pulling it out of the makefile (KERNEL_VERSION)
* before: 
    836K    modules-2.6.25-rc8-davinci1-r1-davinci-sffsdr.tgz
    1.4M    uImage-2.6.24+2.6.25-rc8-r1-davinci-sffsdr.bin
* after:
    836K    modules-2.6.24+2.6.25-rc8-r1-davinci-sffsdr.tgz
    1.4M    uImage-2.6.24+2.6.25-rc8-r1-davinci-sffsdr.bin

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ba1cc115258819253285134673a52a8eb476e80a
ViewMTN: http://monotone.openembedded.org/revision/info/ba1cc115258819253285134673a52a8eb476e80a
Files:
1
classes/kernel.bbclass
Diffs:

#
# mt diff -rb8d314e8bafeeea7eff4d0c92e8a55670967d6c8 -rba1cc115258819253285134673a52a8eb476e80a
#
#
#
# patch "classes/kernel.bbclass"
#  from [a2023556ff7f2b754b62219b795ef6bf47185281]
#    to [0e7bc22f0cbc8ab0efe1c7ffb69e9171f99a8b21]
#
============================================================
--- classes/kernel.bbclass	a2023556ff7f2b754b62219b795ef6bf47185281
+++ classes/kernel.bbclass	0e7bc22f0cbc8ab0efe1c7ffb69e9171f99a8b21
@@ -470,7 +470,7 @@ do_deploy() {
 	install -d ${DEPLOY_DIR_IMAGE}
 	install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
 	package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
-	tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${KERNEL_VERSION}-${PR}-${MACHINE}.tgz -C ${D} lib
+	tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${PV}-${PR}-${MACHINE}.tgz -C ${D} lib
 
 	if test "x${KERNEL_IMAGETYPE}" = "xuImage" ; then 
 		if test -e arch/${ARCH}/boot/compressed/vmlinux ; then






More information about the Openembedded-commits mailing list