mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
kernel.bbclass: Stage System.map with KERNEL_VERSION suffix
Without this, images will fail now that kernel-abiversion is back. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -155,6 +155,7 @@ kernel_do_install() {
|
|||||||
cp -fR ${S}/* $kerneldir
|
cp -fR ${S}/* $kerneldir
|
||||||
fi
|
fi
|
||||||
install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE}
|
install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE}
|
||||||
|
install -m 0644 System.map $kerneldir/System.map-${KERNEL_VERSION}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Clean and remove files not needed for building modules.
|
# Clean and remove files not needed for building modules.
|
||||||
|
|||||||
Reference in New Issue
Block a user