diff options
| author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-07 12:47:32 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-09 09:42:33 -0600 |
| commit | 5a6149c0ff164bff26b6bddba81f3124c7a775b6 (patch) | |
| tree | dc078b86d8cf8d6e528d4d13571d10fc33bd4c88 /meta-xilinx-core | |
| parent | d9e81fef17d5b3d300786d0bd27274faa093ee0c (diff) | |
| download | meta-xilinx-5a6149c0ff164bff26b6bddba81f3124c7a775b6.tar.gz | |
Updated SRCREV of vcu-firmware for 2024.1_8707
chore: update to revision d20240111
chore: update to revision d20231213
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2024.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2024.1.bb index f80aff27..d12f36eb 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2024.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2024.1.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Firmware for VCU" | 1 | SUMMARY = "Firmware for VCU" |
| 2 | DESCRIPTION = "Firmware binaries provider for VCU" | 2 | DESCRIPTION = "Firmware binaries provider for VCU" |
| 3 | LICENSE = "Proprietary" | 3 | LICENSE = "Proprietary" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=52eb1e8f27e0e189b175c7d75f028cc6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9bef8aa9d1eba8aca1b7dffdef500262" |
| 5 | 5 | ||
| 6 | XILINX_VCU_VERSION = "1.0.0" | 6 | XILINX_VCU_VERSION = "1.0.0" |
| 7 | PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" | 7 | PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" |
| @@ -10,7 +10,7 @@ S = "${WORKDIR}/git" | |||
| 10 | 10 | ||
| 11 | BRANCH ?= "master" | 11 | BRANCH ?= "master" |
| 12 | REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" | 12 | REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" |
| 13 | SRCREV = "5382db287f02c0d95f2b7ee5f00b4d825915a01b" | 13 | SRCREV = "3f2e63c4709340575d252ad2af59b3bef17a9916" |
| 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}" |
