summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb')
-rw-r--r--meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb b/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb
index a3d247fd..a98d46bb 100644
--- a/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb
+++ b/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "Xilinx HDMI Linux Kernel module"
2DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices" 2DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices"
3SECTION = "kernel/modules" 3SECTION = "kernel/modules"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=61ac10ffd8cd46f9637586205af76cea" 5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=498a38cdcb922b9e987bbbb46e8a9ee5"
6 6
7XLNX_HDMI_VERSION = "5.4.0" 7XLNX_HDMI_VERSION = "5.4.0"
8PV = "${XLNX_HDMI_VERSION}" 8PV = "${XLNX_HDMI_VERSION}"
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
11 11
12BRANCH ?= "rel-v2020.1" 12BRANCH ?= "rel-v2020.1"
13REPO ?= "git://github.com/xilinx/hdmi-modules.git;protocol=https" 13REPO ?= "git://github.com/xilinx/hdmi-modules.git;protocol=https"
14SRCREV ?= "66e6646e1d2903f94e631fdc9257574416dcec38" 14SRCREV ?= "3a6e440b50263a3ed99492aba3e507d7c130355c"
15 15
16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
17SRC_URI = "${REPO};${BRANCHARG}" 17SRC_URI = "${REPO};${BRANCHARG}"