diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-11-02 16:18:35 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-02 17:25:45 -0700 |
| commit | 479fff2377956dfd3360da17cbfc992575e950db (patch) | |
| tree | 08209eab3cb5667cdcc962ed0e07f27288343fa1 | |
| parent | 34f76755869c650f77d0d5cb1d6a297661deaf56 (diff) | |
| download | meta-xilinx-479fff2377956dfd3360da17cbfc992575e950db.tar.gz | |
kernel-module-dp: Version the unversioned _git
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rwxr-xr-x | meta-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" | |||
| 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.10.0" |
| 8 | PV = "${XLNX_DP_VERSION}" | 8 | PV = "${XLNX_DP_VERSION}+xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
