summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-02-17 08:48:58 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-02-21 09:23:53 -0800
commita2da8479e3bedeba42b20eaf2fa32a262a7c3c5e (patch)
tree460f90925d59e22c6959024ff24f8bc2de74daca
parenta0c18df44f81874c0c999c0bef1deda3e1303f3e (diff)
downloadmeta-xilinx-a2da8479e3bedeba42b20eaf2fa32a262a7c3c5e.tar.gz
linux-xlnx: Move default branch to latest LTS
New default branch is xlnx_rebase_5.15_LTS. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc
index 429eccbf..adefabea 100644
--- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc
+++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc
@@ -4,7 +4,7 @@ LINUX_VERSION_EXTENSION ?= "-xilinx-${XILINX_RELEASE_VERSION}"
4PV = "${LINUX_VERSION}+git${SRCPV}" 4PV = "${LINUX_VERSION}+git${SRCPV}"
5 5
6# Sources, by default allow for the use of SRCREV pointing to orphaned tags/commits 6# Sources, by default allow for the use of SRCREV pointing to orphaned tags/commits
7KBRANCH ?= "xlnx_rebase_v5.15" 7KBRANCH ?= "xlnx_rebase_v5.15_LTS"
8SRCBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('KBRANCH', True) != '']}" 8SRCBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('KBRANCH', True) != '']}"
9 9
10FILESOVERRIDES:append = ":${XILINX_RELEASE_VERSION}" 10FILESOVERRIDES:append = ":${XILINX_RELEASE_VERSION}"