mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 10:18:23 +01:00
Fix regression: mainline defconfig files are not used
Mainline defconfig files from recipes-kernel/linux/linux-mainline directories are not merged into the final kernel config. As a result, build ends up with some default ARM kernel w/o Allwinner support. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
This commit is contained in:
parent
df468d72d7
commit
19eb07a9f6
@ -111,6 +111,9 @@ do_configure_prepend() {
|
||||
kernel_conf_variable CMDLINE \"${CMDLINE_NFSROOT_USB} ${CMDLINE_DEBUG}\"
|
||||
fi
|
||||
|
||||
sed -e "${CONF_SED_SCRIPT}" \
|
||||
< '${WORKDIR}/defconfig' >>'${B}/.config'
|
||||
|
||||
yes '' | oe_runmake -C ${S} O=${B} oldconfig
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user