diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> | 2021-03-04 15:19:37 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 14:48:17 -0700 |
| commit | ff04a485735a4379ecb688ea75398151383618d5 (patch) | |
| tree | e984820a164b185729cc045629ba686f395b71ec | |
| parent | a78bc8ba43a6d07191a53c85049f0365239f7ac2 (diff) | |
| download | meta-xilinx-ff04a485735a4379ecb688ea75398151383618d5.tar.gz | |
kernel-module-dp: Update commit id and branch for 2020.2
Update dp modules branch from master to rel-v2020.2 and associated
release commit id.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| -rwxr-xr-x | meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb b/meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb index e5356d86..e7e6b467 100755 --- a/meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb +++ b/meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb | |||
| @@ -9,9 +9,9 @@ PV = "${XLNX_DP_VERSION}" | |||
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | BRANCH ?= "master" | 12 | BRANCH ?= "rel-v2020.2" |
| 13 | REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" |
| 14 | SRCREV ?= "a3a7dfe17cf610fd4186b11638e1ce6b78dc958a" | 14 | SRCREV ?= "f3b3bf11ee30a2bea2b268b935640e2ad525e88f" |
| 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}" |
