On Tue, Jun 21, 2016 at 06:45:20AM +0530, Karthik Ramanan wrote:
> Denys,
>
> On 21-Jun-16 2:41 AM, Denys Dmytriyenko wrote:
> >On Mon, Jun 13, 2016 at 06:15:36PM +0530, Karthik Ramanan wrote:
> >>Signed-off-by: Karthik Ramanan <[email protected]>
> >>---
> >> meta-arago-distro/conf/distro/include/arago-prefs.inc | 8
> >> ++++++++
> >> .../recipes-core/packagegroups/packagegroup-arago-gst.bb | 2 +-
> >> 2 files changed, 9 insertions(+), 1 deletion(-)
> >>
> >>diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> >>b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> >>index 14a7c8a..ce0814f 100644
> >>--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> >>+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> >>@@ -66,3 +66,11 @@ PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
> >> PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx"
> >> PREFERRED_PROVIDER_wpa-supplicant_ti43x = "wpa-supplicant-wl18xx"
> >> PREFERRED_PROVIDER_wpa-supplicant_omap-a15 = "wpa-supplicant-wl18xx"
> >>+
> >>+PREFERRED_VERSION_gstreamer1.0 = "1.6.3"
> >>+PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.6.3"
> >>+PREFERRED_VERSION_gstreamer1.0-libav = "1.6.3"
> >>+PREFERRED_VERSION_gstreamer1.0-plugins-good = "1.6.3"
> >>+PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.6.3"
> >>+PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.6.3"
> >Will this break am3 and am4 support by patch #1?
> I'm not really sure, perhaps we should add the machine specific
> PREFERRED_VERSION until the am3 and am4 support is worked out?
Most of those are not machine-specific packages, so it would be troublesome to
have both 1.2.3 and 1.6.3 versions built for our platforms...
> >>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 d34051e..161430c 100644
> >>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
> >>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
> >>@@ -27,7 +27,7 @@ GSTREAMER_DEPS_append_keystone = " \
> >> 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_append_dra7xx =
> >>"${@bb.utils.contains('MACHINE_FEATURES', 'mmip', "
> >>gstreamer1.0-plugins-vpe", '', d)}"
> >Will this be added later or is it going away?
> We are still evaluating and also there is more recipe updates
> required for bug fixes on GST 1.6, so some more patches will come in
> for GStreamer and at which point we can decide on the vpe plugin.
> Let us keep it until that time.
This is Ok for now.
> >> RDEPENDS_${PN} = "\
> >> ${GSTREAMER_DEPS} \
>
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago