summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-11-12 13:48:07 -0800
committerMark Hatle <mark.hatle@xilinx.com>2021-11-15 13:52:07 -0800
commit702f3bead4f4366781eb579f69d97c05858b583f (patch)
tree7b80e83dca4bed2b64eaa2b9b19e16e988287f8a /meta-xilinx-bsp
parentf88814931ca1ed789062dad129a4c2f013bd16fc (diff)
downloadmeta-xilinx-702f3bead4f4366781eb579f69d97c05858b583f.tar.gz
kernel-module-hdmi: Move to 2022 development
Signed-off-by: Mark Hatle <mark.hatle@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 65484fca..0b7d65ac 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 ?= "xlnx_rel_v2021.2" 12BRANCH ?= "master"
13REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" 13REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https"
14SRCREV = "aeb9f2c9a50c5e8dd4245454116c47f841f78825" 14SRCREV = "7199973cb7fa91776335be58e38521b77231e9fe"
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}"