linux-raspberrypi: remove custom oldconfig command

This command is done (with more correct flags) in kernel.bbclass's
kernel_do_configure. Since we inherit that and prepend to it, we don't
need to run it ourselves, as we end up just running it twice.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
This commit is contained in:
Martin Kelly
2017-11-20 11:17:34 -08:00
committed by Andrei Gherzan
parent 1c9986257e
commit dfa7f00bab

View File

@@ -152,8 +152,6 @@ do_configure_prepend() {
# Remove all modified configs and add the rest to .config
sed -e "${CONF_SED_SCRIPT}" < '${B}/.config.patched' >> '${B}/.config'
rm -f ${B}/.config.patched
yes '' | oe_runmake oldconfig
}
do_compile_append_raspberrypi3-64() {