diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> | 2021-06-02 16:21:20 -0600 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 15:01:47 -0700 |
| commit | 8488223af7cbeb53566335dfb15a2e112b957d97 (patch) | |
| tree | 1d36a4ede0be1143fa0d98455a6133003ba6dac8 | |
| parent | 603282e27e3321276b0c7dd585805b9d1cdce291 (diff) | |
| download | meta-xilinx-8488223af7cbeb53566335dfb15a2e112b957d97.tar.gz | |
kernel-module-dp_git.bb: Update branch to 2021.1 and commit id
Update dp-modules branch to 2021.1 and 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 40d2aff3..92e2965f 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 ?= "rel-v2020.2" | 12 | BRANCH ?= "rel-v2021.1" |
| 13 | REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" |
| 14 | SRCREV ?= "f3b3bf11ee30a2bea2b268b935640e2ad525e88f" | 14 | SRCREV ?= "3d9654043ddc6cb6391b46bc9a98e482c98364db" |
| 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}" |
