diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.13.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.13.bb b/meta/recipes-kernel/linux/linux-yocto_5.13.bb index 66384d8f7d..74699d03ae 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.13.bb | |||
@@ -25,6 +25,16 @@ SRCREV_machine_qemumips64 ?= "b74fe3dcca0653609fcb75aad883b1db07619081" | |||
25 | SRCREV_machine ?= "b1cead8d98582ca687f93e06438543b97144e5bf" | 25 | SRCREV_machine ?= "b1cead8d98582ca687f93e06438543b97144e5bf" |
26 | SRCREV_meta ?= "ceb5fa598d08902fe2934c041875aa92d9a6fa19" | 26 | SRCREV_meta ?= "ceb5fa598d08902fe2934c041875aa92d9a6fa19" |
27 | 27 | ||
28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | ||
29 | # get the <version>/base branch, which is pure upstream -stable, and the same | ||
30 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | ||
31 | # normal PREFERRED_VERSION settings. | ||
32 | BBCLASSEXTEND = "devupstream:target" | ||
33 | DEFAULT_PREFERENCE_class-devupstream = "-1" | ||
34 | SRCREV_class-devupstream = "62fb9874f5da54fdb243003b386128037319b219" | ||
35 | PN_class-devupstream = "linux-yocto-upstream" | ||
36 | KBRANCH_class-devupstream = "v5.13/base" | ||
37 | |||
28 | # remap qemuarm to qemuarma15 for the 5.8 kernel | 38 | # remap qemuarm to qemuarma15 for the 5.8 kernel |
29 | # KMACHINE_qemuarm ?= "qemuarma15" | 39 | # KMACHINE_qemuarm ?= "qemuarma15" |
30 | 40 | ||