| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
for parse
binutils-2.42 and gstreamer-1.22.12 were pulled in from the latest poky
scarthgap, as of commit dce4163d42f7036ea216b52b9135968d51bec4c1.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
Remove most direct references to WORKDIR.
S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR
${WORKDIR}/package is also incorrect, adjust to ${PKGD}.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add Versal Gen 2 flag to VCU2 specific format
VCU2: Add property for src-sync mode
VCU2: Add properties for adding SEI: sei-pt, sei-bp, sei-rp
VCU2: omxvideo: add tiled formats for decoder output
VCU2: Add additional transfer characteristics supported by OMX code
VCU2: Add Gstreamer properties to Versal Gen 2: enable-aud
VCU2: Add Gstreamer properties to Versal Gen 2
VCU2: Added 32x4 and 64x4 tiled formats support
VCU2: Added newer pixel format support for telluride OMX
omx: Added initial vcu2 IP specific support for Telluride(versal-2) platform
video-format: fix P010_10LE and P012_LE pack issue
|
|
|
|
|
|
|
| |
- chore: update to revision d20241007
- Merge branch 'xilinx' of github.com:Xilinx-Projects/allegro-vcu2-omx-il into xlnx_rel_v2024.2
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
fix: change copyright notice.
Fix: Remove the al5r driver
Signed-off-by: Arno Glim <arno.glim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Add changelog for commit id update.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
|
|
|
|
| |
This reverts commit a1b3f237d2856c0d6b75c811ec1ae0df45d09414.
|
|
|
|
| |
fix(5620): libRefRevision check removed
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
VCU2: Add property for src-sync mode
VCU2: Add properties for adding SEI: sei-pt, sei-bp, sei-rp
VCU2: omxvideo: add tiled formats for decoder output
VCU2: Add additional transfer characteristics supported by OMX code
VCU2: Add Gstreamer properties to Versal Gen 2: enable-aud
VCU2: Add Gstreamer properties to Versal Gen 2
VCU2: Added 32x4 and 64x4 tiled formats support
VCU2: Added newer pixel format support for telluride OMX
omx: Added initial vcu2 IP specific support for Telluride(versal-2) platform
video-format: fix P010_10LE and P012_LE pack issue
|
|
|
|
|
| |
Signed-off-by: Arno Glim <arno.glim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
chore: update to revision d20240701
|
|
|
|
| |
chore: update to revision d20240701
|
|
|
|
| |
chore: update to revision d20240701
|
|
|
|
|
| |
Signed-off-by: Neel Gandhi <neel.gandhi@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
Fix recipe ParseError in meta-xilinx-multimedia layer for poky distroi.
ERROR: ParseError at /scratch/sandeep/yocto/2024.2/yp-ci/sources/poky/../meta-xilinx/meta-xilinx-multimedia/recipes-multimedia/gstreamer/gstreamer-vcu-notebooks_0.1.bb:5: Could not inherit file classes/jupyter-examples.bbclass
ERROR: ParseError at /scratch/sandeep/yocto/2024.2/yp-ci/sources/poky/../meta-xilinx/meta-xilinx-multimedia/recipes-multimedia/gstreamer/gstreamer-vdu-examples_0.1.bb:5: Could not include required file gstreamer-multimedia-notebooks_0.1.inc
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
| |
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
| |
Signed-off-by: Arnog Glim <arno.glim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
All formats, including Xilinx specific, defined in "linux/media-bus-format.h" are included in "libv4l2subdev.c" through "libv4l2subdev.h" -> "linux/v4l2-subdev.h" -> "linux/v4l2-mediabus.h".
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit a6e4b699a9633f7bc931e7c2b2cf9cf37b7243eb)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
MEDIA_BUS_FMT_Y16_1X16 is part of upstream now.[1]
[1] https://github.com/gjasny/v4l-utils/blob/4aee01a027923cab1e40969f56f8ba58d3e6c0d1/include/linux/media-bus-format.h#L99
Signed-off-by: Adrian Fiergolski <Adrian.Fiergolski@fastree3d.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit 03aec2d36be5c918ce537b90a69c711646b4b277)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit af16a4f1470e0fa5b78e387c915692b78cb20e1f)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
| |
Signed-off-by: Hibitha B Raj <hibitha.braj@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
| |
Signed-off-by: Arnog Glim <arno.glim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
Move and rename a subset of the packagegroups from meta-petalinux to
meta-xilinx-core/recipes-core/packagegroups/
Add new meta-xilinx-demos layer
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
Changelog:
h265parse: Revert patch "videoparsers: h265: Be less restrictive between PPS and SPS parsing order"
Signed-off-by: Ashish Kumar Vishwakarma <ashishkumar.vishwakarma@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Signed-off-by : Arno Glim <arno.glim@amd.com>
Changed recipe version from 2024.1 to 2024.2
Changelog:
Support VCU2 kernel driver for 6.6 kernel version
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
Changelog:
mediasrcbin: Updated v4l2-subdev APIs as per v4l-utils v1.26
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
Signed-off-by: Neel Gandhi <neel.gandhi@amd.com>
Disable mediasrcbin, fails to configure.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
omxil in vcu and vdu both require the headers to be in a specific path that
ends in '/include'. Adjust the vcu2 to match this behavior.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
Since vcu2-app and libvcu2-ctrlsw were related, merge them into a single
recipe.
An additional package for the library itself was constructed, otherwise the
standard package split matches much of the original split.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
| |
Signed-off-by: Arno Glim <arno.glim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
Split the package so the libraries end up in a lib package. Everything
else follows standard package split behavior.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
Create a new layer containing all code related to the Mali400 graphics
stack and software. This includes the Mali kernel module / patches,
libglu/libgles code, mesa, wayland, kernel recipe and udev rules. This
layer also includes a dynamic layer for the qt5 bbappends and patches.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
Needs to be ported to a newer Scarthgap compatible version
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
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>
|