From: Denys Dmytriyenko <denis@denix.org>
To: reatmon@ti.com
Cc: Praneeth Bajjuri <praneeth@ti.com>,
Denys Dmytriyenko <denys@konsulko.com>,
meta-arago@lists.yoctoproject.org
Subject: Re: [meta-arago][master/kirkstone][PATCH] packagegroup-arago-gst: Disable vpe and ducati plugins
Date: Mon, 1 May 2023 12:55:51 -0400 [thread overview]
Message-ID: <20230501165551.GV9226@denix.org> (raw)
In-Reply-To: <20230501163915.10612-1-reatmon@ti.com>
On Mon, May 01, 2023 at 11:39:15AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> The code for the plugins uses dma allocation code that we add in with a
> patch. Theoretically we no longer need that code and can use some
> upstreamed dma buffer allocation code. The work to rewrite these
> plugins to support the newer gstreamer versions needs to be scheduled.
I'm guessing you are missing this in "ltsprep" and other brandings:
https://git.yoctoproject.org/meta-arago/tree/meta-arago-distro/conf/distro/include/branding-core.inc#n15
But it is a more broader approach, so maybe surgically disabling individual
components and re-enabling "mmip" machine feature in "core" is better...
> In the meantime, disable using these plugins that cause build errors.
>
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
> .../recipes-core/packagegroups/packagegroup-arago-gst.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> 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 e8a639bd..2184ab58 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
> @@ -27,8 +27,8 @@ GSTREAMER_DEPS:append:dra7xx = " \
> "
>
> GSTREAMER_ACCEL_MM = ""
> -GSTREAMER_ACCEL_MM:omap-a15 = "${@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:omap-a15 = "${@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)}"
>
> RDEPENDS:${PN} = "\
> ${GSTREAMER_DEPS} \
> --
> 2.17.1
next prev parent reply other threads:[~2023-05-01 16:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-01 16:39 [meta-arago][master/kirkstone][PATCH] packagegroup-arago-gst: Disable vpe and ducati plugins Ryan Eatmon
2023-05-01 16:55 ` Denys Dmytriyenko [this message]
2023-05-01 18:39 ` Ryan Eatmon
2023-05-01 18:49 ` Denys Dmytriyenko
2023-05-01 19:08 ` Ryan Eatmon
2023-05-01 19:10 ` Denys Dmytriyenko
2023-05-01 19:14 ` Ryan Eatmon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230501165551.GV9226@denix.org \
--to=denis@denix.org \
--cc=denys@konsulko.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=praneeth@ti.com \
--cc=reatmon@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.