[OE-core] [PATCH] Revert "kernel.bbclass: add deploy link to KERNEL_IMAGETYPE"

Andreas Oberritter obi at opendreambox.org
Tue Mar 19 19:40:41 UTC 2013


This is confusing behaviour in multi-machine builds, where the
symlink always points to the kernel of the machine built last.

This reverts commit c1c8d2f3cffc540380c0a5fcdda48d64cbec333a.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 meta/classes/kernel.bbclass |    1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index d57d1f5..6422ed7 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -349,7 +349,6 @@ kernel_do_deploy() {
 	cd ${DEPLOYDIR}
 	rm -f ${KERNEL_IMAGE_SYMLINK_NAME}.bin
 	ln -sf ${KERNEL_IMAGE_BASE_NAME}.bin ${KERNEL_IMAGE_SYMLINK_NAME}.bin
-	ln -sf ${KERNEL_IMAGE_BASE_NAME}.bin ${KERNEL_IMAGETYPE}
 
 	cp ${COREBASE}/meta/files/deploydir_readme.txt ${DEPLOYDIR}/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
 	cd -
-- 
1.7.10.4





More information about the Openembedded-core mailing list