diff options
Diffstat (limited to 'meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb')
| -rw-r--r-- | meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb b/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb index 440e521b..d7208257 100644 --- a/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb +++ b/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb | |||
| @@ -9,9 +9,9 @@ PV = "${XILINX_VCU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" | |||
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | BRANCH ?= "release-2019.2" | 12 | BRANCH ?= "release-2020.1" |
| 13 | REPO ?= "git://github.com/xilinx/vcu-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/xilinx/vcu-modules.git;protocol=https" |
| 14 | SRCREV ?= "d4b46f2ee10e5d13609ca982d8d8bae662468837" | 14 | SRCREV ?= "38827a9172cfb1f0243547c04b2babc045d411ee" |
| 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}" |
