Write kernel version to output directory
This commit is contained in:
parent
0b0317b659
commit
6c7b9bf523
@ -36,6 +36,7 @@ S = "${WORKDIR}/linux-${LINUX_VERSION}"
|
||||
do_deploy_append() {
|
||||
rm ${DEPLOYDIR}/bzImage
|
||||
ln -sf bzImage-initramfs${KERNEL_IMAGE_BASE_NAME}.bin ${DEPLOYDIR}/bzImage
|
||||
echo "${PV}" > ${DEPLOYDIR}/kernel.version
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user