diff options
author | Mark Hatle <mark.hatle@amd.com> | 2022-11-02 16:16:51 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-10 15:04:42 -0800 |
commit | ccb4b7b687299ea22bf59b230e0c605f6abcc76e (patch) | |
tree | 19a23e7232db16f07bbb92ce843f8d8334fd6979 | |
parent | 1b6deebbf60d6772aae8eae04418a7c82865c05a (diff) | |
download | meta-xilinx-ccb4b7b687299ea22bf59b230e0c605f6abcc76e.tar.gz |
kernel-module-hdmi: Version the unversioned _git
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2022.2.bb (renamed from meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2022.2.bb index e94812da..c1f66013 100644 --- a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb +++ b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2022.2.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b34277fe156508fd5a650609dc36d1fe" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b34277fe156508fd5a650609dc36d1fe" |
6 | 6 | ||
7 | XLNX_HDMI_VERSION = "5.15.19" | 7 | XLNX_HDMI_VERSION = "5.15.19" |
8 | PV = "${XLNX_HDMI_VERSION}" | 8 | PV = "${XLNX_HDMI_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 | ||