diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-08-19 07:06:15 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 08:18:05 -0700 |
commit | 7edefa907d28ed91567d2bc6ad89913322098e08 (patch) | |
tree | f31a370c64629046e4a27e7c29183030e601b41e /meta-xilinx-bsp | |
parent | cce88c77aa9df96e9618f00e7a51b97b1672a576 (diff) | |
download | meta-xilinx-7edefa907d28ed91567d2bc6ad89913322098e08.tar.gz |
linux-xlnx.inc: Fix reference to kernel branch
The reference was not used in any xilinx code, however external recipes
may have relied on this value and loaded the wrong kernel.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r-- | meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc index 5069aa3e..f581e83b 100644 --- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc | |||
@@ -4,7 +4,7 @@ LINUX_VERSION_EXTENSION ?= "-xilinx-${XILINX_RELEASE_VERSION}" | |||
4 | PV = "${LINUX_VERSION}+git${SRCPV}" | 4 | PV = "${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 |
7 | KBRANCH ?= "xlnx_rebase_v5.4" | 7 | KBRANCH ?= "xlnx_rebase_v5.10" |
8 | SRCBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('KBRANCH', True) != '']}" | 8 | SRCBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('KBRANCH', True) != '']}" |
9 | 9 | ||
10 | FILESOVERRIDES_append = ":${XILINX_RELEASE_VERSION}" | 10 | FILESOVERRIDES_append = ":${XILINX_RELEASE_VERSION}" |