mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
kernel.bbclass: save kernel image name into $kerneldir
Save the kernel image name into sysroot so it can be used during image build if need. This is used by O.S. Systems products and probably useful to others. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
d0d016e117
commit
e2ab1ff691
|
|
@ -133,6 +133,12 @@ kernel_do_install() {
|
|||
|
||||
echo "${KERNEL_VERSION}" > $kerneldir/kernel-abiversion
|
||||
|
||||
#
|
||||
# Store kernel image name to allow use during image generation
|
||||
#
|
||||
|
||||
echo "${KERNEL_IMAGE_BASE_NAME}" >$kerneldir/kernel-image-name
|
||||
|
||||
#
|
||||
# Copy the entire source tree. In case an external build directory is
|
||||
# used, copy the build directory over first, then copy over the source
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user