summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-11-02 16:18:35 -0500
committerMark Hatle <mark.hatle@amd.com>2022-11-02 17:25:45 -0700
commit479fff2377956dfd3360da17cbfc992575e950db (patch)
tree08209eab3cb5667cdcc962ed0e07f27288343fa1
parent34f76755869c650f77d0d5cb1d6a297661deaf56 (diff)
downloadmeta-xilinx-479fff2377956dfd3360da17cbfc992575e950db.tar.gz
kernel-module-dp: Version the unversioned _git
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rwxr-xr-xmeta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2022.2.bb (renamed from meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb)2
1 files changed, 1 insertions, 1 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_2022.2.bb
index e9bf459e..dda6ec31 100755
--- a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb
+++ b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2022.2.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" 5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a"
6 6
7XLNX_DP_VERSION = "5.10.0" 7XLNX_DP_VERSION = "5.10.0"
8PV = "${XLNX_DP_VERSION}" 8PV = "${XLNX_DP_VERSION}+xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11