diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-10-11 07:36:06 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-11-02 00:29:54 -0700 |
commit | 1b5d08fe02d64fef6161dd79ecf20e890ec62a23 (patch) | |
tree | 8e32d8e6723cabf69f4a461b9f7a08649d5ed4be /meta-xilinx-bsp | |
parent | 7bc633de3e900a8aebe8a096338d665332db8b0a (diff) | |
download | meta-xilinx-1b5d08fe02d64fef6161dd79ecf20e890ec62a23.tar.gz |
vcu: Move to latest on 2021.2 release branch
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r-- | meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb | 2 | ||||
-rw-r--r-- | meta-xilinx-bsp/recipes-multimedia/vcu/vcu-firmware.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb b/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb index 402f3712..0a5ab35e 100644 --- a/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb +++ b/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb | |||
@@ -8,7 +8,7 @@ PV = "${XILINX_VCU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" | |||
8 | 8 | ||
9 | BRANCH ?= "xlnx_rel_v2021.2" | 9 | BRANCH ?= "xlnx_rel_v2021.2" |
10 | REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" | 10 | REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" |
11 | SRCREV = "3ae40aa1167f98be5e0cb3c23065d29860929b79" | 11 | SRCREV = "372f702dc2983f42d219ce37000eae4b0515ec85" |
12 | 12 | ||
13 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 13 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
14 | SRC_URI = "${REPO};${BRANCHARG}" | 14 | SRC_URI = "${REPO};${BRANCHARG}" |
diff --git a/meta-xilinx-bsp/recipes-multimedia/vcu/vcu-firmware.bb b/meta-xilinx-bsp/recipes-multimedia/vcu/vcu-firmware.bb index 5c3b0338..2c4fc780 100644 --- a/meta-xilinx-bsp/recipes-multimedia/vcu/vcu-firmware.bb +++ b/meta-xilinx-bsp/recipes-multimedia/vcu/vcu-firmware.bb | |||
@@ -10,7 +10,7 @@ S = "${WORKDIR}/git" | |||
10 | 10 | ||
11 | BRANCH ?= "xlnx_rel_v2021.2" | 11 | BRANCH ?= "xlnx_rel_v2021.2" |
12 | REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" | 12 | REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" |
13 | SRCREV = "46f26a8fc8c660e247ab029aafcd951c400dd090" | 13 | SRCREV = "17ef70e3a52b972f2c1f821f7b20d2f7af003711" |
14 | 14 | ||
15 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 15 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
16 | SRC_URI = "${REPO};${BRANCHARG}" | 16 | SRC_URI = "${REPO};${BRANCHARG}" |