diff options
author | Virendra Nakaskar <Virendra.Nakaskar2@amd.com> | 2023-12-29 00:32:02 -0800 |
---|---|---|
committer | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-01-03 10:02:12 -0700 |
commit | 18afb9efd7447fd807d1f74de9f595dd5e388805 (patch) | |
tree | 759d45287991d829563da324c2ad3817482f3918 | |
parent | 337c59376e435eda5c8e254346f08065851a54fa (diff) | |
download | meta-xilinx-18afb9efd7447fd807d1f74de9f595dd5e388805.tar.gz |
Updating VDU license file checksum
libvdu-omxil change:
vdu: add HEVC index and type
fix: add missing ToStringValue
feat(app): device selection
chore: update to revision d20230724
libvdu-ctrlsw change:
fix: add missing mask
chore: update to revision d20230724
Support for reserved memory with start address not aligned on 2GB
Revert "Adding support for vdu-auto-instance
vdu-firmware change:
chore: update to revision d20230724
Support for reserved memory with start address not aligned on 2GB
Signed-off-by: Virendra Nakaskar <Virendra.Nakaskar2@amd.com>
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb index 9a542e78..0f193e06 100644 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Control Software for VDU" | 1 | SUMMARY = "Control Software for VDU" |
2 | DESCRIPTION = "Control software libraries, test applications and headers provider for VDU" | 2 | DESCRIPTION = "Control software libraries, test applications and headers provider for VDU" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=aaf483d309243c4596f6373eb9c8325f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ef69c2bb405668101824f0b644631e2e" |
5 | 5 | ||
6 | XILINX_VDU_VERSION = "1.0.0" | 6 | XILINX_VDU_VERSION = "1.0.0" |
7 | PV =. "${XILINX_VDU_VERSION}-xilinx-v" | 7 | PV =. "${XILINX_VDU_VERSION}-xilinx-v" |
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2024.1.bb index 06aa2f11..d37af28d 100644 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2024.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2024.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "OpenMAX Integration layer for VDU" | 1 | SUMMARY = "OpenMAX Integration layer for VDU" |
2 | DESCRIPTION = "OMX IL Libraries,test application and headers for VDU" | 2 | DESCRIPTION = "OMX IL Libraries,test application and headers for VDU" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=aaf483d309243c4596f6373eb9c8325f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ef69c2bb405668101824f0b644631e2e" |
5 | 5 | ||
6 | XILINX_VDU_VERSION = "1.0.0" | 6 | XILINX_VDU_VERSION = "1.0.0" |
7 | PV =. "${XILINX_VDU_VERSION}-xilinx-v" | 7 | PV =. "${XILINX_VDU_VERSION}-xilinx-v" |
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2024.1.bb index 7595c082..a38d2919 100644 --- a/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2024.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2024.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Firmware for VDU" | 1 | SUMMARY = "Firmware for VDU" |
2 | DESCRIPTION = "Firmware binaries provider for VDU" | 2 | DESCRIPTION = "Firmware binaries provider for VDU" |
3 | LICENSE = "Proprietary" | 3 | LICENSE = "Proprietary" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c5784f63397086d836580d8785d1deb9" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=097505cd2ff7f3f5d84f42aeea950823" |
5 | 5 | ||
6 | XILINX_VDU_VERSION = "1.0.0" | 6 | XILINX_VDU_VERSION = "1.0.0" |
7 | PV =. "${XILINX_VDU_VERSION}-xilinx-v" | 7 | PV =. "${XILINX_VDU_VERSION}-xilinx-v" |