diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-11-02 19:36:43 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-02 19:36:46 -0700 |
| commit | 23cb5362f02d02b4c12cc7205760ea6e680e5aa4 (patch) | |
| tree | 29ed305fbf549cafedf3f2549a719d7b9c7d0913 | |
| parent | 4844bb6668ef6b3fb94830bfd54bfa04205595b3 (diff) | |
| download | meta-xilinx-23cb5362f02d02b4c12cc7205760ea6e680e5aa4.tar.gz | |
linux-xlnx: Add the LINUX_VERSION_EXTENSION to the PV
This makes it clear a particular kernel version is related to a particular
Xilinx release. For example, 5.15.36 becomes 5.15.36-xilinx-v2022.2.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc | 2 |
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 796dfcb8..618eefc2 100644 --- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc +++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # This version extension should match CONFIG_LOCALVERSION in defconfig | 1 | # This version extension should match CONFIG_LOCALVERSION in defconfig |
| 2 | LINUX_VERSION_EXTENSION ?= "-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}" | 2 | LINUX_VERSION_EXTENSION ?= "-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}" |
| 3 | PV = "${LINUX_VERSION}+git${SRCPV}" | 3 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" |
| 4 | 4 | ||
| 5 | # Sources, by default allow for the use of SRCREV pointing to orphaned tags/commits | 5 | # Sources, by default allow for the use of SRCREV pointing to orphaned tags/commits |
| 6 | KBRANCH ?= "xlnx_rebase_v5.15_LTS" | 6 | KBRANCH ?= "xlnx_rebase_v5.15_LTS" |
