meta-digi-arm: Create an extra kernel symlink.

Create a symlink on the deploy folder that matches the standard uboot
name for the kernel.

Fixes partially https://jira.digi.com/browse/DEL-283

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-03-04 16:54:09 +01:00
parent db8ed174f5
commit 9c2567021e
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ do_configure_prepend() {
fi
}
do_deploy_append() {
ln -sf ${KERNEL_IMAGE_BASE_NAME}.bin ${KERNEL_IMAGE_SYMLINK_NAME}
}
# install nedded headers for imx-test compilation
do_install_append() {
# bounds.h may be used by a module and is currently missing