summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-core: Move multimedia components to meta-xilinx-multimediaMark Hatle2024-11-215-148/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-multimedia: Create new sublayerJohn Toomey2024-11-2113-399/+0
| | | | | | | | | Create a new meta-xilinx-multimedia suplayer containing all of the multimedia related recipes including those for the Xilinx specific fork of GStreamer. Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* various: WORKDIR/UNPACKDIR changesMark Hatle2024-06-108-11/+11
| | | | | | | | | | | | Recently oe-core implemented an architetural change that WORKDIR is no longer to be used as a dumping group for miscellaneous files. link: https://lists.openembedded.org/g/openembedded-architecture/topic/cleanup_of_workdir_by/105739556 oe-core: e022d62ba917 ("base/bitbake.conf: Introduce UNPACKDIR") Based on changes submitted by Trevor Woerner <twoerner@gmail.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'xilinx/rel-v2024.1' into master_2024.1Mark Hatle2024-05-211-1/+1
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* \ Merge remote-tracking branch 'xilinx/master' into master_2024.1Mark Hatle2024-05-2136-1271/+50
|\ \ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | vcu/vdu: Sync VCU and VDU to make mainenance easierMark Hatle2024-05-197-23/+23
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | libvcu-ctrlsw: Rename from libvcu-xlnxMark Hatle2024-05-192-2/+5
| | | | | | | | | | | | | | | | | | Rename to better reflect what the package is. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | libvcu-omxil: Rename from libomxil-xlnxMark Hatle2024-05-191-0/+4
| | | | | | | | | | | | | | | | | | Rename to better reflect what the package is. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | vdu vcu: Remove COMPATIBLE_MACHINE, set PACKAGE_ARCH uniformlyMark Hatle2024-05-196-20/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since each of these recipes uses MACHINE_FEATURES... ...we no longer should be using COMPATIBLE_MACHINE. ...we should be setting PACKAGE_ARCH = MACHINE_ARCH. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | vdu-firmware: Remove older versions, update version string of current versionMark Hatle2024-05-192-44/+0
| | | | | | | | | | | | | | | | | | Use the version mentioned in the commit to help version this recipe. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | libvdu-omxil: Remove old versions, rename current versionMark Hatle2024-05-194-111/+55
| | | | | | | | | | | | | | | | | | | | | Use the core/core_version.mk as an indication of the correct version number for this component. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | libvcu-ctrlsw: Remove older versions rename latestMark Hatle2024-05-192-49/+0
| | | | | | | | | | | | | | | | | | | | | The release notes indicates the latest version is 1.0.73. Use this as the version number, as calling everything 1.0.0 isn't useful. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | kernel-module-vdu: Remove older versionsMark Hatle2024-05-192-44/+0
| | | | | | | | | | | | | | | | | | Remove the older versions, the current version will build with older kernels. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | vcu-firmware: Remove older versionsMark Hatle2024-05-194-124/+5
| | | | | | | | | | | | | | | | | | | | | | | | Match libvcu version, removing older versions. The version number of 20230530 comes from the repository changelog. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | libvcu-xlnx: Remove obsolete versionsMark Hatle2024-05-195-195/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | No reason to keep older versions. Note before the version was listed as 1.0.0, but looking at the release notes it's clear this is actually version 1.0.74. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | kernel-module-vcu: Remove older versionsMark Hatle2024-05-194-119/+1
| | | | | | | | | | | | | | | | | | | | | | | | There is no need for multiple version, the latest version supports many older kernels. Version is being set to 2023.2, as keeping the string at 1.0.0 is meaningless, since every version released has been 1.0.0. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | libomxil-xlnx: Remove obsolete versionsMark Hatle2024-05-194-156/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no reason to keep the older versions, as the current version remains the same API, just with fixes. Note before the version was set to 1.0.0, but the various version files inside the source indicate it's really 1.1.2. Adjust the naming to match and make it clear this is the xilinx fork and which release. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | recipes: Drop SRCPV usageMark Hatle2024-05-1824-24/+24
| | | | | | | | | | | | | | | | | | SRCPV is no longer needed, Simply various usages. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master_2024.1Mark Hatle2024-05-031-1/+1
|\ \ \ | | |/ | |/| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | vdu-ctrl-sw : Updated SRCREV for 2024.1_4667Sivaprasad Addepalli2024-04-251-1/+1
| | | | | | | | | | | | Fixed buildpath QA warning
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master_2024.1Mark Hatle2024-04-272-2/+2
|\| | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Fixed: Warnings related to QA issue: obsolete licenses GPLv2 [obsolete-license]Virendra Nakaskar2024-04-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed Warning related obsolete licenses GPLv2 WARNING: kernel-module-vdu-1.0.0-xilinx-v2024.1+gitAUTOINC+25773344ce-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] Signed-off-by: Virendra Nakaskar <Virendra.Nakaskar2@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-04-168-8/+8
|\| | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Switch from master to xlnx_rel_v2024.1 branchMark Hatle2024-04-108-8/+8
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-03-278-8/+8
|\| | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | vdu-firmware : Updated SRCREV for 2024.1_7367Sivaprasad Addepalli2024-03-271-1/+1
| | | | | | | | | | | | | | | fix: 10 bits HEVC and AVC streams chore: update to revision d20240216
| * | vdu-ctrl-sw : Updated SRCREV for 2024.1_1747Sivaprasad Addepalli2024-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix: 10 bits HEVC and AVC streams Acked-for-series: Varunkumar Allagadapa <varunkumar.allagadapa@amd.com> chore: add missing errorCode fix: context fix: add missing nDeviceIndex increment chore: update to revision 20240216 Revert "chore fix compilation issue"
| * | vcu-omx-il : Updated SRCREV for 2024.1_5391Sivaprasad Addepalli2024-03-261-1/+1
| | | | | | | | | | | | fix: Force sample pack mode setting
| * | vdu-modules : Updated SRCREV for 2024.1_5407Sivaprasad Addepalli2024-03-261-1/+1
| | | | | | | | | | | | Modified al5d log message to use VDU instead of VCU
| * | vdu-omx-il : Updated SRCREV for 2024.1_7223Sivaprasad Addepalli2024-03-261-1/+1
| | | | | | | | | | | | chore: update to revision d20240216
| * | vcu-ctrl-sw : Updated SRCREV for 2024.1_2159Sivaprasad Addepalli2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | fix: Force sample pack mode packed xv for > 8bits Acked-for-series: Varunkumar Allagadapa <varunkumar.allagadapa@amd.com> fix: add missing nDeviceIndex increment chore: update to revision d20240216
| * | vcu-omx-il : Updated SRCREV for 2024.1_4619Sivaprasad Addepalli2024-03-231-1/+1
| | | | | | | | | | | | chore: update to revision d20240216
| * | vcu-firmware : Updated SRCREV for 2024.1_4795Sivaprasad Addepalli2024-03-221-1/+1
| | | | | | | | | | | | chore: update to revision d20240216
| * | vcu-modules : Updated SRCREV for 2024.1_3583Sivaprasad Addepalli2024-03-201-1/+1
| | | | | | | | | | | | dmaproxy: Use DMA_TO_DEV in dma_map_page API for destination buffer
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-03-2624-32/+524
|\| | | |/ |/| | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * vdu: Remove COMPATIBLE_MACHINE entryMark Hatle2024-02-2912-48/+0
| | | | | | | | | | | | | | The vdu components all require the MACHINE_FEATURE of 'vdu', so COMPATIBLE_MACHINE is not necessary. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * vcu-ctrl-sw : Updated SRCREV for 2024.1_3859Sivaprasad Addepalli2024-02-291-1/+1
| | | | | | | | chore(ctrlsw): update to revision d70f0d5674f9565dc8c62591ec569e64746809d0
| * vcu-firmware : Updated SRCREV for 2024.1_5011Sivaprasad Addepalli2024-02-291-1/+1
| | | | | | | | chore(firmware): update to revision d70f0d5674f9565dc8c62591ec569e64746809d0
| * Updated SRCREV and License checksum for vdu 2024.1Hibitha B Raj2024-02-122-4/+4
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV of vdu-omx-il for 2024.1_9331Siva Addepalli2024-02-091-2/+2
| | | | | | | | | | | | | | | | chore!: update to revision d20240111 chore: update to revision d20231213 Added missing header files for Yocto project master(gcc 13.2) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV of vcu-omx-il for 2024.1_9303Siva Addepalli2024-02-091-2/+2
| | | | | | | | | | | | | | chore!: update to revision d20240111 chore: update to revision d20231213 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV of vcu-firmware for 2024.1_8707Siva Addepalli2024-02-091-2/+2
| | | | | | | | | | | | chore: update to revision d20240111 chore: update to revision d20231213 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV of vcu-ctrl-sw for 2024.1_4379Siva Addepalli2024-02-091-2/+2
| | | | | | | | | | | | chore: update to revision d20240111 chore: update to revision d20231213 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV of vdu-modules for 2024.1_7259Siva Addepalli2024-01-101-1/+1
| | | | | | | | | | VDU: make driver compatible with 6.6 kernel version Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
| * Updated SRCREV of vdu-firmware for 2024.1Hibitha B Raj2024-01-101-1/+1
| | | | | | | | | | Signed-off-by: Hibitha B Raj <hibitha.braj@amd.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
| * Updated SRCREV of vcu-modules for 2024.1_5787Siva Addepalli2024-01-061-1/+1
| | | | | | | | | | VCU: make driver compatible with 6.6 kernel version Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updating VDU license file checksumVirendra Nakaskar2024-01-033-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * Updated SRCREV of vdu-ctrl-sw for 2024.1_4811Siva Addepalli2024-01-031-1/+1
| | | | | | | | | | | | | | | | | | fix: add missing mask chore: update to revision d20230724 Support for reserved memory with start address not aligned on 2GB reintegration Revert Adding support for vdu-auto-instance Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
| * Updated SRCREV of vdu-omx-il for 2024.1_7951Siva Addepalli2024-01-031-1/+1
| | | | | | | | | | | | | | | | | | vdu: add HEVC index and type fix: add missing ToStringValue feat(app): device selection chore: update to revision d20230724 Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
| * Updated SRCREV of vdu-modules for 2024.1_9315Siva Addepalli2024-01-031-1/+1
| | | | | | | | | | fix: xilinx implementation of add_memory Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>