diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-12-09 16:21:21 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:06 -0600 |
commit | 7e618b7a983d7fb37e29e36777b81c32045bfb89 (patch) | |
tree | 5e97b063f08c0ff28691e2c37ae48ee25455e2df | |
parent | 9f7d59306d07d9a17edd5fa75987cb6bda9ac831 (diff) | |
download | meta-xilinx-7e618b7a983d7fb37e29e36777b81c32045bfb89.tar.gz |
packagegroup-xilinx-gstreamer: Move some items to meta-xilinx-multimedia
The following items don't exist in a regular Yocto Project configurtion, only
enable if meta-xilinx-multimedia is available:
gst-shark
gstd
gst-perf
gstreamer1.0-omx
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-core/packagegroups/packagegroup-xilinx-gstreamer.bb | 4 | ||||
-rw-r--r-- | meta-xilinx-multimedia/packagegroup-xilinx-gstreamer.bbappend | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/meta-xilinx-core/recipes-core/packagegroups/packagegroup-xilinx-gstreamer.bb b/meta-xilinx-core/recipes-core/packagegroups/packagegroup-xilinx-gstreamer.bb index 26aa26a2..c5dc2228 100644 --- a/meta-xilinx-core/recipes-core/packagegroups/packagegroup-xilinx-gstreamer.bb +++ b/meta-xilinx-core/recipes-core/packagegroups/packagegroup-xilinx-gstreamer.bb | |||
@@ -12,10 +12,6 @@ GSTREAMER_PACKAGES = " \ | |||
12 | gstreamer1.0-plugins-good \ | 12 | gstreamer1.0-plugins-good \ |
13 | gstreamer1.0-plugins-bad \ | 13 | gstreamer1.0-plugins-bad \ |
14 | gstreamer1.0-rtsp-server \ | 14 | gstreamer1.0-rtsp-server \ |
15 | gst-shark \ | ||
16 | gstd \ | ||
17 | gst-perf \ | ||
18 | gstreamer1.0-omx \ | ||
19 | " | 15 | " |
20 | 16 | ||
21 | RDEPENDS:${PN} = "${GSTREAMER_PACKAGES}" | 17 | RDEPENDS:${PN} = "${GSTREAMER_PACKAGES}" |
diff --git a/meta-xilinx-multimedia/packagegroup-xilinx-gstreamer.bbappend b/meta-xilinx-multimedia/packagegroup-xilinx-gstreamer.bbappend new file mode 100644 index 00000000..13b87cb9 --- /dev/null +++ b/meta-xilinx-multimedia/packagegroup-xilinx-gstreamer.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | GSTREAMER_PACKAGES += " \ | ||
2 | gst-perf \ | ||
3 | gst-shark \ | ||
4 | gstd \ | ||
5 | gstreamer1.0-omx \ | ||
6 | " | ||