mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-04 05:04:39 +02:00
kernel.bbclass: mini sync with oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -148,8 +148,7 @@ kernel_do_install() {
|
||||
if [ ! "${S}" == "${B}" ]; then
|
||||
cp -fR ${S}/* $kerneldir
|
||||
fi
|
||||
echo "LINUX BUILD TREE COPIED TO SYSROOTS"
|
||||
du -hs $kerneldir
|
||||
install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE}
|
||||
|
||||
#
|
||||
# Clean and remove files not needed for building modules.
|
||||
|
||||
Reference in New Issue
Block a user