diff options
| author | Vishal Sagar <vishal.sagar@xilinx.com> | 2021-09-21 23:17:04 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 08:21:41 -0700 |
| commit | 4802963913093c41b69a445b119ba705c91d1b9f (patch) | |
| tree | 145678fee7220f827df8a7afef3e505f0e11f2c9 | |
| parent | 3f896ac8f7718b470207cb3ad8e7ed197949147d (diff) | |
| download | meta-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.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 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 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | BRANCH ?= "master" | 12 | BRANCH ?= "xlnx_rel_v2021.2" |
| 13 | REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" |
| 14 | SRCREV = "41d38c895eae91fa12aa1b5c1841f55d6c8c5697" | 14 | SRCREV = "aeb9f2c9a50c5e8dd4245454116c47f841f78825" |
| 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}" |
