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:
parent
db8ed174f5
commit
9c2567021e
|
|
@ -47,6 +47,10 @@ do_configure_prepend() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_deploy_append() {
|
||||||
|
ln -sf ${KERNEL_IMAGE_BASE_NAME}.bin ${KERNEL_IMAGE_SYMLINK_NAME}
|
||||||
|
}
|
||||||
|
|
||||||
# install nedded headers for imx-test compilation
|
# install nedded headers for imx-test compilation
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
# bounds.h may be used by a module and is currently missing
|
# bounds.h may be used by a module and is currently missing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue