From 1c497798af808b6a461a345657d39d3fecd196c4 Mon Sep 17 00:00:00 2001 From: Parth Gajjar Date: Mon, 23 Jan 2023 04:23:19 -0800 Subject: vcu: Update to latest SRCREV and update license chksum Update license file checksum for vcu repos vcu-firmware: chore: update license year chore: replace license chore: update to revision d20221208 chore: update LICENSE vcu-ctrl-sw: Update name of ctrlsw level test application binaries build: add missing no-date-time for recent compiler chore: update to revision d20221208 Revert "Update name of ctrlsw level test application binaries" fix(4222): watchdog error shall have section to complete frame Vcu-omx-il: chore: update to revision d20221208 Signed-off-by: Parth Gajjar Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb | 4 ++-- meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb | 4 ++-- meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-xilinx-core') diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb index 7f81e367..8e40cc91 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb @@ -1,14 +1,14 @@ SUMMARY = "OpenMAX Integration layer for VCU" DESCRIPTION = "OMX IL Libraries,test applications and headers for VCU" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=03a7aef7e6f6a76a59fd9b8ba450b493" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dd1f177bf5d6f4c9fa313f05c7c8ef41" XILINX_VCU_VERSION = "1.0.0" PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" BRANCH ?= "master" REPO ?= "git://github.com/Xilinx/vcu-omx-il.git;protocol=https" -SRCREV = "54ebcd9e8ffab916f136af9c7b343af535d6a614" +SRCREV = "442e0012d3c7422ab2c85563c59b63cf5e6c3eb7" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb index a246a341..510556f0 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb @@ -1,14 +1,14 @@ SUMMARY = "Control Software for VCU" DESCRIPTION = "Control software libraries, test applications and headers provider for VCU" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=03a7aef7e6f6a76a59fd9b8ba450b493" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dd1f177bf5d6f4c9fa313f05c7c8ef41" XILINX_VCU_VERSION = "1.0.0" PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" BRANCH ?= "master" REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" -SRCREV = "2a11b9d4677e5b57a5aa25223e31698a0785f649" +SRCREV = "65d036fde0747a8cb8b694217a84e0a964c31e0d" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" diff --git a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb index 34d7bc79..c16842d3 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb @@ -1,7 +1,7 @@ SUMMARY = "Firmware for VCU" DESCRIPTION = "Firmware binaries provider for VCU" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE;md5=63b45903a9a50120df488435f03cf498" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3d96ffc2b27fb919e2f40a5a702c3dc7" XILINX_VCU_VERSION = "1.0.0" 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" BRANCH ?= "master" REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" -SRCREV = "d59b5f22ea9b6eac7b402c1381b8e49702837064" +SRCREV = "7c4b35c5f5f59f01277dfd9a54e25cb88ddb6ff3" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" -- cgit v1.2.3-54-g00ecf