diff options
| author | Vishal Sagar <vishal.sagar@xilinx.com> | 2020-05-18 16:23:49 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-05-18 12:58:28 -0700 |
| commit | 6928659cb126bcb82e0d47ab59e91db73b60c717 (patch) | |
| tree | f44e587cb0194be37f4f679287176987d7ea56e8 /meta-xilinx-bsp | |
| parent | 4dc410c1d2bb6ed77b94bb15b3536c7d6c4db362 (diff) | |
| download | meta-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.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 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 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | BRANCH ?= "rel-v2019.2" | 12 | BRANCH ?= "rel-v2020.1" |
| 13 | REPO ?= "git://github.com/xilinx/hdmi-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/xilinx/hdmi-modules.git;protocol=https" |
| 14 | SRCREV ?= "be354cc3c8889932aabede8cddda0770d77e7843" | 14 | SRCREV ?= "66e6646e1d2903f94e631fdc9257574416dcec38" |
| 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}" |
