]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
linux-yocto: remove redundant devupstream assignments
authorRoss Burton <ross@burtonini.com>
Tue, 15 Mar 2022 16:23:45 +0000 (16:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Mar 2022 10:27:22 +0000 (10:27 +0000)
These are set by devupstream, so they don't need to be set in the recipe.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto_5.15.bb

index 9a147023e83f960231bbedb62ea90f42dc27e6f8..6965df13bba0f202791c895f135460fb041a09d2 100644 (file)
@@ -30,7 +30,6 @@ SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95"
 # meta SRCREV as the linux-yocto-standard builds. Select your version using the
 # normal PREFERRED_VERSION settings.
 BBCLASSEXTEND = "devupstream:target"
-DEFAULT_PREFERENCE:class-devupstream = "-1"
 SRCREV_machine:class-devupstream ?= "8993e6067f263765fd26edabf3e3012e3ec4d81e"
 PN:class-devupstream = "linux-yocto-upstream"
 KBRANCH:class-devupstream = "v5.15/base"