diff options
| author | Vishal Sagar <vishal.sagar@xilinx.com> | 2021-05-12 22:27:43 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 14:59:25 -0700 |
| commit | 52adeb41aef1b2c12ac35c2abf50d831ecb02689 (patch) | |
| tree | 1935b368680ee1cc3525fab88debe4c54a725d3b /meta-xilinx-bsp | |
| parent | af0dbdbaa8b76d4da7fe12054702773b2b1be212 (diff) | |
| download | meta-xilinx-52adeb41aef1b2c12ac35c2abf50d831ecb02689.tar.gz | |
hdmi: Update commit id for 2021.1
Update the commit id for 2021.1 after adding bare metal driver changes.
Signed-off-by: Vishal Sagar <vishal.sagar@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
cherry-pick: ca4bc107663087eaf2a2380df5a178a1d86948d6
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.bb | 2 |
1 files changed, 1 insertions, 1 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 0036c524..d0ba15e1 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 | |||
| @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" | |||
| 11 | 11 | ||
| 12 | BRANCH ?= "master" | 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 = "007af0d54fdccd7fdd93095511b5a5a886aea30b" | 14 | SRCREV = "24697db95e9b173333e17c4e31c03068e69a9102" |
| 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}" |
