summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorVishal Sagar <vishal.sagar@xilinx.com>2020-05-18 16:23:49 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-05-18 12:58:28 -0700
commit6928659cb126bcb82e0d47ab59e91db73b60c717 (patch)
treef44e587cb0194be37f4f679287176987d7ea56e8 /meta-xilinx-bsp
parent4dc410c1d2bb6ed77b94bb15b3536c7d6c4db362 (diff)
downloadmeta-xilinx-6928659cb126bcb82e0d47ab59e91db73b60c717.tar.gz
kernel-module-hdmi: Update for 2020.1 release
Update the branch and commit id for rel-v2020.1 Signed-off-by: Vishal Sagar <vishal.sagar@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-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 6354ba00..a3d247fd 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 ?= "rel-v2019.2" 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 ?= "be354cc3c8889932aabede8cddda0770d77e7843" 14SRCREV ?= "66e6646e1d2903f94e631fdc9257574416dcec38"
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}"