diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-11-12 13:48:07 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-11-15 13:52:07 -0800 |
| commit | 702f3bead4f4366781eb579f69d97c05858b583f (patch) | |
| tree | 7b80e83dca4bed2b64eaa2b9b19e16e988287f8a | |
| parent | f88814931ca1ed789062dad129a4c2f013bd16fc (diff) | |
| download | meta-xilinx-702f3bead4f4366781eb579f69d97c05858b583f.tar.gz | |
kernel-module-hdmi: Move to 2022 development
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb | 4 |
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 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | BRANCH ?= "xlnx_rel_v2021.2" | 12 | BRANCH ?= "master" |
| 13 | REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" |
| 14 | SRCREV = "aeb9f2c9a50c5e8dd4245454116c47f841f78825" | 14 | SRCREV = "7199973cb7fa91776335be58e38521b77231e9fe" |
| 15 | 15 | ||
| 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 17 | SRC_URI = "${REPO};${BRANCHARG}" | 17 | SRC_URI = "${REPO};${BRANCHARG}" |
