From dfa7f00bab4fadcf048e338420e724d777de938b Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Mon, 20 Nov 2017 11:17:34 -0800 Subject: 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 --- recipes-kernel/linux/linux-raspberrypi.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index beb4b87..040cf88 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc @@ -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() { -- cgit v1.2.3-54-g00ecf