mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 07:16:02 +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:
parent
61743ca888
commit
81dc1b554b
@ -155,6 +155,7 @@ kernel_do_install() {
|
||||
cp -fR ${S}/* $kerneldir
|
||||
fi
|
||||
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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user