summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2017-11-20 11:17:34 -0800
committerAndrei Gherzan <andrei@gherzan.com>2018-01-31 20:38:58 +0000
commitdfa7f00bab4fadcf048e338420e724d777de938b (patch)
tree967b4af2ffced9ac21a1e1a0ac3b82124f9789fd
parent1c9986257e29f3f62567572dd1f26e4f22e274c3 (diff)
downloadmeta-raspberrypi-dfa7f00bab4fadcf048e338420e724d777de938b.tar.gz
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>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc2
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
159do_compile_append_raspberrypi3-64() { 157do_compile_append_raspberrypi3-64() {