mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
kernel.bbclass: fix spacing to reduce delta between oe-core and meta-oe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
committed by
Koen Kooi
parent
408b046b59
commit
d0d016e117
@@ -189,11 +189,10 @@ kernel_do_configure() {
|
|||||||
if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then
|
if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then
|
||||||
cp "${WORKDIR}/defconfig" "${B}/.config"
|
cp "${WORKDIR}/defconfig" "${B}/.config"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
yes '' | oe_runmake oldconfig
|
yes '' | oe_runmake oldconfig
|
||||||
|
|
||||||
if [ ! -z "${INITRAMFS_IMAGE}" ]; then
|
if [ ! -z "${INITRAMFS_IMAGE}" ]; then
|
||||||
for img in cpio.gz cpio.lzo cpio.lzma cpio.xz ; do
|
for img in cpio.gz cpio.lzo cpio.lzma cpio.xz; do
|
||||||
if [ -e "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.$img" ]; then
|
if [ -e "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.$img" ]; then
|
||||||
cp "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.$img" initramfs.$img
|
cp "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.$img" initramfs.$img
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user