summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorParth Gajjar <parth.gajjar@amd.com>2023-01-23 04:23:19 -0800
committerMark Hatle <mark.hatle@amd.com>2023-02-01 14:21:15 -0600
commit1c497798af808b6a461a345657d39d3fecd196c4 (patch)
treec56587ee116b49ba2fb2f44da5c2ac2d041d2b94 /meta-xilinx-core
parent64951f7f8769f93b412a26c30d844ac3101b1efb (diff)
downloadmeta-xilinx-1c497798af808b6a461a345657d39d3fecd196c4.tar.gz
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 <parth.gajjar@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb4
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb4
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb4
3 files changed, 6 insertions, 6 deletions
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 @@
1SUMMARY = "OpenMAX Integration layer for VCU" 1SUMMARY = "OpenMAX Integration layer for VCU"
2DESCRIPTION = "OMX IL Libraries,test applications and headers for VCU" 2DESCRIPTION = "OMX IL Libraries,test applications and headers for VCU"
3LICENSE = "Proprietary" 3LICENSE = "Proprietary"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=03a7aef7e6f6a76a59fd9b8ba450b493" 4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dd1f177bf5d6f4c9fa313f05c7c8ef41"
5 5
6XILINX_VCU_VERSION = "1.0.0" 6XILINX_VCU_VERSION = "1.0.0"
7PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" 7PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}"
8 8
9BRANCH ?= "master" 9BRANCH ?= "master"
10REPO ?= "git://github.com/Xilinx/vcu-omx-il.git;protocol=https" 10REPO ?= "git://github.com/Xilinx/vcu-omx-il.git;protocol=https"
11SRCREV = "54ebcd9e8ffab916f136af9c7b343af535d6a614" 11SRCREV = "442e0012d3c7422ab2c85563c59b63cf5e6c3eb7"
12 12
13BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 13BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
14SRC_URI = "${REPO};${BRANCHARG}" 14SRC_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 @@
1SUMMARY = "Control Software for VCU" 1SUMMARY = "Control Software for VCU"
2DESCRIPTION = "Control software libraries, test applications and headers provider for VCU" 2DESCRIPTION = "Control software libraries, test applications and headers provider for VCU"
3LICENSE = "Proprietary" 3LICENSE = "Proprietary"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=03a7aef7e6f6a76a59fd9b8ba450b493" 4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dd1f177bf5d6f4c9fa313f05c7c8ef41"
5 5
6XILINX_VCU_VERSION = "1.0.0" 6XILINX_VCU_VERSION = "1.0.0"
7PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" 7PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}"
8 8
9BRANCH ?= "master" 9BRANCH ?= "master"
10REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" 10REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https"
11SRCREV = "2a11b9d4677e5b57a5aa25223e31698a0785f649" 11SRCREV = "65d036fde0747a8cb8b694217a84e0a964c31e0d"
12 12
13BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 13BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
14SRC_URI = "${REPO};${BRANCHARG}" 14SRC_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 @@
1SUMMARY = "Firmware for VCU" 1SUMMARY = "Firmware for VCU"
2DESCRIPTION = "Firmware binaries provider for VCU" 2DESCRIPTION = "Firmware binaries provider for VCU"
3LICENSE = "Proprietary" 3LICENSE = "Proprietary"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=63b45903a9a50120df488435f03cf498" 4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3d96ffc2b27fb919e2f40a5a702c3dc7"
5 5
6XILINX_VCU_VERSION = "1.0.0" 6XILINX_VCU_VERSION = "1.0.0"
7PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" 7PV = "${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
11BRANCH ?= "master" 11BRANCH ?= "master"
12REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" 12REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https"
13SRCREV = "d59b5f22ea9b6eac7b402c1381b8e49702837064" 13SRCREV = "7c4b35c5f5f59f01277dfd9a54e25cb88ddb6ff3"
14 14
15BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 15BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
16SRC_URI = "${REPO};${BRANCHARG}" 16SRC_URI = "${REPO};${BRANCHARG}"