summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-12-07 11:52:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-09 10:33:25 +0000
commit9cd03ad1c9f7d5d455db8acaa0e0e10300f0cd16 (patch)
tree5c23b7b3b30f4e0e1f3e27adfa1be5d4f146210d /meta
parentfd1ee969c0afb45df43825dc9314b018251f4eb5 (diff)
downloadpoky-9cd03ad1c9f7d5d455db8acaa0e0e10300f0cd16.tar.gz
linux-yocto-dev: use versioned branch as default
The -dev kernel used to only have standard/* branches, which were managed similarly to linux-next. Which means, they are for testing integration of patches, and are rebased as needed (typically on version changes). We now do some leading edge BSP development on the -dev kernel, so the standard/* branches are not deleted, but are instead archived with a version prefix v<kernel version>/standard/* The branch renaming causes problems for maintained releases (they'll jump forward to newer kernels), and for anything that wants to specify a particular commit (-dev is AUTOREV by design). There's no reason why the branches can't start versioned at this point, and that solves both problems. So we switch our default branch to v5.16/standard/base now, and it will be updated with each new version (we bump the version anyway). (From OE-Core rev: 73174b29d414ab0b5921f4fcdf5aebb988f0daf5) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-dev.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index 6b6ea9a7e8..80f62a0412 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -16,7 +16,7 @@ inherit pkgconfig
16# provide this .inc to set specific revisions 16# provide this .inc to set specific revisions
17include recipes-kernel/linux/linux-yocto-dev-revisions.inc 17include recipes-kernel/linux/linux-yocto-dev-revisions.inc
18 18
19KBRANCH = "standard/base" 19KBRANCH ?= "v5.16/standard/base"
20KMETA = "kernel-meta" 20KMETA = "kernel-meta"
21 21
22SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine \ 22SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine \