summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/multimedia-layer/recipes-multimedia/pipewire
Commit message (Collapse)AuthorAgeFilesLines
* pipewire: Exclude gstreamer from PACKAGECONFIG list for i.MX 6, 7, 8 and 93backport-1964-to-scarthgapJun Zhu2024-10-081-1/+4
| | | | | | | | | libcamera gst video source has the limition to co-work with pipewire gst video source. NXP i.MX 95 HW will well support libcamera gst video source, and the related pipewire gst video source should be enabled. Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit f5c65f2ab9e326d73816c3cecb2efb513ed6a6f6)
* pipewire: Add libcamera back to PACKAGECONFIG for i.MX 95Jun Zhu2024-09-301-1/+0
| | | | | Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit db4b09b8bd9f82c7c7bbfd035970bec9bf11d211)
* pipewire: Fix move to dynamic-layersTom Hochstein2024-04-241-0/+41
| | | | | Fixes: e70b160 ("pipewire: untie bbappend from meta-multimedia") Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com>
* pipewire: untie bbappend from meta-multimediaOleksandr Suvorov2024-04-241-0/+14
Move the recipe append to dynamic-layers. This allows one to use meta-freescale without meta-multimedia layer. Fixes: f2575b7e ("recipes-multimedia: Upgrade to NXP release 6.6.3_1.0.0") Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>