Write kernel version to output directory

This commit is contained in:
Bruce Leidl 2018-12-31 18:44:48 -05:00
parent 0b0317b659
commit 6c7b9bf523

View File

@ -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
}
#