All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3
@ 2016-06-13 12:45 Karthik Ramanan
  2016-06-13 12:45 ` [PATCH 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3 Karthik Ramanan
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Karthik Ramanan @ 2016-06-13 12:45 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../gstreamer1.0-plugins-bad_1.6.3.bbappend        | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend

diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
new file mode 100644
index 0000000..79d4aa9
--- /dev/null
+++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
@@ -0,0 +1,23 @@
+PACKAGECONFIG = "faad"
+
+PACKAGECONFIG_append_omap-a15 = " ${@base_contains('DISTRO_FEATURES','wayland','wayland','',d)}"
+
+DEPENDS_append_omap-a15 = " \
+    libdce \
+    libdrm \
+"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+BRANCH ?= "master"
+
+SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0-plugins-bad.git;protocol=git;branch=${BRANCH} \
+          "
+
+S = "${WORKDIR}/git"
+
+SRCREV = "6c0aa1c20dae00ecfe8b4ca382274db3ea42f1e0"
+
+PR = "r11"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3
  2016-06-13 12:45 [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Karthik Ramanan
@ 2016-06-13 12:45 ` Karthik Ramanan
  2016-06-20 21:10   ` Denys Dmytriyenko
  2016-06-13 12:45 ` [PATCH 3/3] gstreamer1.0: Switch " Karthik Ramanan
  2016-06-20 21:09 ` [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Denys Dmytriyenko
  2 siblings, 1 reply; 10+ messages in thread
From: Karthik Ramanan @ 2016-06-13 12:45 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb         | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
index 11ec8f9..7b24eeb 100644
--- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
@@ -4,7 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 
 require gstreamer1.0-plugins-ti.inc
 
-PR = "${INC_PR}.4"
-SRCREV = "b2afa71ef76518ef8d368c6669c94d823e7972ba"
+PR = "${INC_PR}.11"
+SRCREV = "be329c73f19f48faec3d2c323532ba1ec1d22395"
 
-SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git"
+BRANCH ?= "master"
+
+SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git;branch=${BRANCH} \
+          "
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/3] gstreamer1.0: Switch to GST 1.6.3
  2016-06-13 12:45 [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Karthik Ramanan
  2016-06-13 12:45 ` [PATCH 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3 Karthik Ramanan
@ 2016-06-13 12:45 ` Karthik Ramanan
  2016-06-20 21:11   ` Denys Dmytriyenko
  2016-06-20 21:09 ` [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Denys Dmytriyenko
  2 siblings, 1 reply; 10+ messages in thread
From: Karthik Ramanan @ 2016-06-13 12:45 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 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"
+
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)}"
 
 RDEPENDS_${PN} = "\
     ${GSTREAMER_DEPS} \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3
  2016-06-13 12:45 [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Karthik Ramanan
  2016-06-13 12:45 ` [PATCH 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3 Karthik Ramanan
  2016-06-13 12:45 ` [PATCH 3/3] gstreamer1.0: Switch " Karthik Ramanan
@ 2016-06-20 21:09 ` Denys Dmytriyenko
  2016-06-21  1:11   ` Karthik Ramanan
  2 siblings, 1 reply; 10+ messages in thread
From: Denys Dmytriyenko @ 2016-06-20 21:09 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

On Mon, Jun 13, 2016 at 06:15:34PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../gstreamer1.0-plugins-bad_1.6.3.bbappend        | 23 ++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
> 
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
> new file mode 100644
> index 0000000..79d4aa9
> --- /dev/null
> +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
> @@ -0,0 +1,23 @@
> +PACKAGECONFIG = "faad"
> +
> +PACKAGECONFIG_append_omap-a15 = " ${@base_contains('DISTRO_FEATURES','wayland','wayland','',d)}"
> +
> +DEPENDS_append_omap-a15 = " \
> +    libdce \
> +    libdrm \
> +"

What about am3 and am4 support?


> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +BRANCH ?= "master"
> +
> +SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0-plugins-bad.git;protocol=git;branch=${BRANCH} \
> +          "
> +
> +S = "${WORKDIR}/git"
> +
> +SRCREV = "6c0aa1c20dae00ecfe8b4ca382274db3ea42f1e0"
> +
> +PR = "r11"
> +
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

What's the need for this? ^^^

-- 
Denys


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3
  2016-06-13 12:45 ` [PATCH 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3 Karthik Ramanan
@ 2016-06-20 21:10   ` Denys Dmytriyenko
  2016-06-21  1:12     ` Karthik Ramanan
  0 siblings, 1 reply; 10+ messages in thread
From: Denys Dmytriyenko @ 2016-06-20 21:10 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

On Mon, Jun 13, 2016 at 06:15:35PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb         | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
> index 11ec8f9..7b24eeb 100644
> --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
> +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
> @@ -4,7 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
>  
>  require gstreamer1.0-plugins-ti.inc
>  
> -PR = "${INC_PR}.4"
> -SRCREV = "b2afa71ef76518ef8d368c6669c94d823e7972ba"
> +PR = "${INC_PR}.11"
> +SRCREV = "be329c73f19f48faec3d2c323532ba1ec1d22395"
>  
> -SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git"
> +BRANCH ?= "master"
> +
> +SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git;branch=${BRANCH} \
> +          "
> +
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

What is the need for this? ^^^

-- 
Denys


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 3/3] gstreamer1.0: Switch to GST 1.6.3
  2016-06-13 12:45 ` [PATCH 3/3] gstreamer1.0: Switch " Karthik Ramanan
@ 2016-06-20 21:11   ` Denys Dmytriyenko
  2016-06-21  1:15     ` Karthik Ramanan
  0 siblings, 1 reply; 10+ messages in thread
From: Denys Dmytriyenko @ 2016-06-20 21:11 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

On Mon, Jun 13, 2016 at 06:15:36PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  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?


> 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?


>  RDEPENDS_${PN} = "\
>      ${GSTREAMER_DEPS} \

-- 
Denys


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3
  2016-06-20 21:09 ` [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Denys Dmytriyenko
@ 2016-06-21  1:11   ` Karthik Ramanan
  0 siblings, 0 replies; 10+ messages in thread
From: Karthik Ramanan @ 2016-06-21  1:11 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

Denys,


On 21-Jun-16 2:39 AM, Denys Dmytriyenko wrote:
> On Mon, Jun 13, 2016 at 06:15:34PM +0530, Karthik Ramanan wrote:
>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>> ---
>>   .../gstreamer1.0-plugins-bad_1.6.3.bbappend        | 23 ++++++++++++++++++++++
>>   1 file changed, 23 insertions(+)
>>   create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
>>
>> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
>> new file mode 100644
>> index 0000000..79d4aa9
>> --- /dev/null
>> +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
>> @@ -0,0 +1,23 @@
>> +PACKAGECONFIG = "faad"
>> +
>> +PACKAGECONFIG_append_omap-a15 = " ${@base_contains('DISTRO_FEATURES','wayland','wayland','',d)}"
>> +
>> +DEPENDS_append_omap-a15 = " \
>> +    libdce \
>> +    libdrm \
>> +"
> What about am3 and am4 support?
Actually, I don't have a board setup to validate on am3 and am4. I'm 
wondering if this could be adapted by someone.
>
>
>> +PACKAGE_ARCH = "${MACHINE_ARCH}"
>> +
>> +BRANCH ?= "master"
>> +
>> +SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0-plugins-bad.git;protocol=git;branch=${BRANCH} \
>> +          "
>> +
>> +S = "${WORKDIR}/git"
>> +
>> +SRCREV = "6c0aa1c20dae00ecfe8b4ca382274db3ea42f1e0"
>> +
>> +PR = "r11"
>> +
>> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> What's the need for this? ^^^
This is a place holder to allow us to overlay private patches in the future.
>



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3
  2016-06-20 21:10   ` Denys Dmytriyenko
@ 2016-06-21  1:12     ` Karthik Ramanan
  0 siblings, 0 replies; 10+ messages in thread
From: Karthik Ramanan @ 2016-06-21  1:12 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

[-- Attachment #1: Type: text/plain, Size: 1461 bytes --]

Denys,

On 21-Jun-16 2:40 AM, Denys Dmytriyenko wrote:
> On Mon, Jun 13, 2016 at 06:15:35PM +0530, Karthik Ramanan wrote:
>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>> ---
>>   .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb         | 11 ++++++++---
>>   1 file changed, 8 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
>> index 11ec8f9..7b24eeb 100644
>> --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
>> +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
>> @@ -4,7 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
>>   
>>   require gstreamer1.0-plugins-ti.inc
>>   
>> -PR = "${INC_PR}.4"
>> -SRCREV = "b2afa71ef76518ef8d368c6669c94d823e7972ba"
>> +PR = "${INC_PR}.11"
>> +SRCREV = "be329c73f19f48faec3d2c323532ba1ec1d22395"
>>   
>> -SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git"
>> +BRANCH ?= "master"
>> +
>> +SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git;branch=${BRANCH} \
>> +          "
>> +
>> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> What is the need for this? ^^^
>
This is a place holder to allow us to overlay private patches in the future.


[-- Attachment #2: Type: text/html, Size: 23352 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 3/3] gstreamer1.0: Switch to GST 1.6.3
  2016-06-20 21:11   ` Denys Dmytriyenko
@ 2016-06-21  1:15     ` Karthik Ramanan
  2016-06-24 14:37       ` Denys Dmytriyenko
  0 siblings, 1 reply; 10+ messages in thread
From: Karthik Ramanan @ 2016-06-21  1:15 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

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 <a0393906@ti.com>
>> ---
>>   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?
>
>
>> 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.
>
>
>>   RDEPENDS_${PN} = "\
>>       ${GSTREAMER_DEPS} \



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 3/3] gstreamer1.0: Switch to GST 1.6.3
  2016-06-21  1:15     ` Karthik Ramanan
@ 2016-06-24 14:37       ` Denys Dmytriyenko
  0 siblings, 0 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2016-06-24 14:37 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

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 <a0393906@ti.com>
> >>---
> >>  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} \
> 


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-06-24 14:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-13 12:45 [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Karthik Ramanan
2016-06-13 12:45 ` [PATCH 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3 Karthik Ramanan
2016-06-20 21:10   ` Denys Dmytriyenko
2016-06-21  1:12     ` Karthik Ramanan
2016-06-13 12:45 ` [PATCH 3/3] gstreamer1.0: Switch " Karthik Ramanan
2016-06-20 21:11   ` Denys Dmytriyenko
2016-06-21  1:15     ` Karthik Ramanan
2016-06-24 14:37       ` Denys Dmytriyenko
2016-06-20 21:09 ` [PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3 Denys Dmytriyenko
2016-06-21  1:11   ` Karthik Ramanan

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.