| Message ID | 20251107214128.1491466-5-afd@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master,1/5] tisdk-core-bundle: Make DTB filter work with DRA7xx HS EVM | expand |
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb index f309dc4a..5240b459 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb @@ -20,7 +20,7 @@ GSTREAMER_DEPS:append:arago = " gstreamer1.0-libav" GSTREAMER_ACCEL_MM = "" #GSTREAMER_ACCEL_MM:am57xx = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', "gstreamer1.0-plugins-ducati", '', d)}" -#GSTREAMER_ACCEL_MM:append:dra7xx = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', " gstreamer1.0-plugins-vpe", '', d)}" +#GSTREAMER_ACCEL_MM:append:am57xx = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', " gstreamer1.0-plugins-vpe", '', d)}" RDEPENDS:${PN} = "\ ${GSTREAMER_DEPS} \ diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb index 95be18ba..54c7c4c9 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb @@ -15,7 +15,7 @@ UTILS = " \ UTILS:append:ti33x = " can-utils-dev" UTILS:append:ti43x = " can-utils-dev" -UTILS:append:dra7xx = " can-utils-dev \ +UTILS:append:am57xx = " can-utils-dev \ elfutils-dev \ elfutils-staticdev \ " @@ -26,7 +26,7 @@ UTILS:append:k3 = "\ " EXTRA_LIBS = "" -EXTRA_LIBS:append:dra7xx = " libulm-dev \ +EXTRA_LIBS:append:am57xx = " libulm-dev \ libulm-staticdev \ gdbserver-c6x-dev \ " diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb index 54690317..b292502f 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb @@ -20,7 +20,7 @@ MULTIMEDIA:append:arago = " ffmpeg mpv" MULTIMEDIA:omapl138 = "" -MULTIMEDIA:append:dra7xx = " \ +MULTIMEDIA:append:am57xx = " \ vis \ "
The AM57xx SoC family include dra7x.inc and so also have dra7xx set, this means anything build for DRA7xx would also be built for AM57xx. DRA7x support is being removed so set these to filter based on 'am57xx' so that AM57xx board images will continue to contain these packages after the dra7x.inc file is removed. Signed-off-by: Andrew Davis <afd@ti.com> --- .../recipes-core/packagegroups/packagegroup-arago-gst.bb | 2 +- .../packagegroup-arago-tisdk-addons-sdk-target.bb | 4 ++-- .../packagegroups/packagegroup-arago-tisdk-multimedia.bb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)