diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-05-02 18:01:14 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-05-02 18:19:07 -0500 |
commit | 4bd51b2617fe6e62901ec6804b56dde004fba583 (patch) | |
tree | 30c3c2db8f3f2b26f3786382006cd7120467b265 /meta-xilinx-core/recipes-kernel/dp | |
parent | c165574c6c74d54fcb994f672f7964bcb85c61a7 (diff) | |
download | meta-xilinx-4bd51b2617fe6e62901ec6804b56dde004fba583.tar.gz |
Move from 2021.2 to 2022.1
Rename recipes from 2021.2 to 2022.1 as necessary.
Move internal references to 2022.1 (layer.conf and local.conf.sample)
Move kernel to 2022.1 branch, as well as various kernel modules.
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-core/recipes-kernel/dp')
-rwxr-xr-x | meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb index 4d8bd265..ae11f694 100755 --- a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb +++ b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb | |||
@@ -4,14 +4,14 @@ SECTION = "kernel/modules" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" |
6 | 6 | ||
7 | XLNX_DP_VERSION = "5.10.0" | 7 | XLNX_DP_VERSION = "5.15.19" |
8 | PV = "${XLNX_DP_VERSION}" | 8 | PV = "${XLNX_DP_VERSION}" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | BRANCH ?= "xlnx_rel_v2021.2" | 12 | BRANCH ?= "xlnx_rel_v2022.1" |
13 | REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" |
14 | SRCREV ?= "46d4790c3d37ad4b878c5a1704df26edb56314f5" | 14 | SRCREV ?= "9a025fdb7134a8af12de8d69f5a428c8284ae9b3" |
15 | 15 | ||
16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
17 | SRC_URI = "${REPO};${BRANCHARG}" | 17 | SRC_URI = "${REPO};${BRANCHARG}" |