mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-09 21:11:16 +00:00
multi-kernel.inc: repeat do_configure after do_compileconfigs
Populate default defconfig into .config and process with oldconfig target Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -95,6 +95,8 @@ do_compileconfigs () {
|
|||||||
|
|
||||||
# Restore the regular 'defconfig'
|
# Restore the regular 'defconfig'
|
||||||
cp ${WORKDIR}/defconfig.save ${WORKDIR}/defconfig
|
cp ${WORKDIR}/defconfig.save ${WORKDIR}/defconfig
|
||||||
|
cd ${S}
|
||||||
|
do_configure
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user