mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00: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
|
if [ ! "${S}" == "${B}" ]; then
|
||||||
cp -fR ${S}/* $kerneldir
|
cp -fR ${S}/* $kerneldir
|
||||||
fi
|
fi
|
||||||
echo "LINUX BUILD TREE COPIED TO SYSROOTS"
|
install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE}
|
||||||
du -hs $kerneldir
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# 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