diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-07-17 12:37:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-18 09:23:07 +0200 |
commit | c1952180fe80b5769d12f8247ab3d652d2d5c053 (patch) | |
tree | e7f7cb82faaeb6ee0c013528038d3c4308372588 /meta-oe/classes | |
parent | 9972fff42086ebaa9221f5ddfc33f62b5b2c421f (diff) | |
download | meta-openembedded-c1952180fe80b5769d12f8247ab3d652d2d5c053.tar.gz |
kernel.bbclass: add deploy link to KERNEL_IMAGETYPE
It's common to provide a non-machine-suffixed link in DEPLOY_DIR_IMAGE, so
let's be consistent and do so here as well.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/classes')
-rw-r--r-- | meta-oe/classes/kernel.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass index 433dd30b6..248cd2803 100644 --- a/meta-oe/classes/kernel.bbclass +++ b/meta-oe/classes/kernel.bbclass | |||
@@ -541,6 +541,7 @@ kernel_do_deploy() { | |||
541 | cd ${DEPLOYDIR} | 541 | cd ${DEPLOYDIR} |
542 | rm -f ${KERNEL_IMAGE_SYMLINK_NAME}.bin | 542 | rm -f ${KERNEL_IMAGE_SYMLINK_NAME}.bin |
543 | ln -sf ${KERNEL_IMAGE_BASE_NAME}.bin ${KERNEL_IMAGE_SYMLINK_NAME}.bin | 543 | ln -sf ${KERNEL_IMAGE_BASE_NAME}.bin ${KERNEL_IMAGE_SYMLINK_NAME}.bin |
544 | ln -sf ${KERNEL_IMAGE_BASE_NAME}.bin ${KERNEL_IMAGETYPE} | ||
544 | 545 | ||
545 | cp ${COREBASE}/meta/files/deploydir_readme.txt ${DEPLOYDIR}/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt | 546 | cp ${COREBASE}/meta/files/deploydir_readme.txt ${DEPLOYDIR}/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt |
546 | } | 547 | } |