mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
kernel.bbclass: Stage System.map with KERNEL_VERSION suffix
Without this, images will fail now that kernel-abiversion is back. (From OE-Core rev: 3dbe49b13e7513e449f13515591d02a7d2f560ae) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -143,6 +143,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.
|
||||
|
||||
Reference in New Issue
Block a user