diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 2 |
1 files changed, 0 insertions, 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() { | |||
152 | # Remove all modified configs and add the rest to .config | 152 | # Remove all modified configs and add the rest to .config |
153 | sed -e "${CONF_SED_SCRIPT}" < '${B}/.config.patched' >> '${B}/.config' | 153 | sed -e "${CONF_SED_SCRIPT}" < '${B}/.config.patched' >> '${B}/.config' |
154 | rm -f ${B}/.config.patched | 154 | rm -f ${B}/.config.patched |
155 | |||
156 | yes '' | oe_runmake oldconfig | ||
157 | } | 155 | } |
158 | 156 | ||
159 | do_compile_append_raspberrypi3-64() { | 157 | do_compile_append_raspberrypi3-64() { |