mirror of
https://github.com/agherzan/meta-raspberrypi.git
synced 2025-12-06 06:19:11 +00:00
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:
committed by
Andrei Gherzan
parent
1c9986257e
commit
dfa7f00bab
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user