summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Sagar <vishal.sagar@xilinx.com>2021-09-21 23:17:04 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-28 08:21:41 -0700
commit4802963913093c41b69a445b119ba705c91d1b9f (patch)
tree145678fee7220f827df8a7afef3e505f0e11f2c9
parent3f896ac8f7718b470207cb3ad8e7ed197949147d (diff)
downloadmeta-xilinx-4802963913093c41b69a445b119ba705c91d1b9f.tar.gz
kernel-module-hdmi_git.bb : Update for 2021.2 release branch and commit id
The patch updates the branch and commit id for 2021.2 release of the hdmi-modules repo. Signed-off-by: Vishal Sagar <vishal.sagar@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-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 bf29b38a..bf097c3d 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
@@ -9,9 +9,9 @@ PV = "${XLNX_HDMI_VERSION}"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12BRANCH ?= "master" 12BRANCH ?= "xlnx_rel_v2021.2"
13REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" 13REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https"
14SRCREV = "41d38c895eae91fa12aa1b5c1841f55d6c8c5697" 14SRCREV = "aeb9f2c9a50c5e8dd4245454116c47f841f78825"
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}"