All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add HEVC ARM decoder and its gst plugin for keystone
@ 2016-03-11 22:02 Hongmei Gou
  2016-03-11 22:02 ` [PATCH 1/3] hevc-arm-decoder: add support for keystone platforms Hongmei Gou
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hongmei Gou @ 2016-03-11 22:02 UTC (permalink / raw)
  To: meta-arago

Hongmei Gou (3):
  hevc-arm-decoder: add support for keystone platforms
  gstreamer1.0-plugins-hevc: add support for keystone platforms
  packagegroup-arago-gst*: add gstreamer1.0-plugins-hevc for keystone

 .../packagegroups/packagegroup-arago-gst-sdk-target.bb           | 6 +++++-
 .../recipes-core/packagegroups/packagegroup-arago-gst.bb         | 6 +++++-
 .../gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb              | 9 ++++-----
 .../hevc-arm-decoder/hevc-arm-decoder_01.00.00.01.bb             | 4 ++--
 4 files changed, 16 insertions(+), 9 deletions(-)

-- 
1.9.1



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

* [PATCH 1/3] hevc-arm-decoder: add support for keystone platforms
  2016-03-11 22:02 [PATCH 0/3] Add HEVC ARM decoder and its gst plugin for keystone Hongmei Gou
@ 2016-03-11 22:02 ` Hongmei Gou
  2016-03-11 22:02 ` [PATCH 2/3] gstreamer1.0-plugins-hevc: " Hongmei Gou
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Hongmei Gou @ 2016-03-11 22:02 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../hevc-arm-decoder/hevc-arm-decoder_01.00.00.01.bb                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-multimedia/hevc-arm-decoder/hevc-arm-decoder_01.00.00.01.bb b/meta-arago-extras/recipes-multimedia/hevc-arm-decoder/hevc-arm-decoder_01.00.00.01.bb
index c871177..d5f438f 100644
--- a/meta-arago-extras/recipes-multimedia/hevc-arm-decoder/hevc-arm-decoder_01.00.00.01.bb
+++ b/meta-arago-extras/recipes-multimedia/hevc-arm-decoder/hevc-arm-decoder_01.00.00.01.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "ARM HEVC Decoder with Unit Test Application"
 HOMEPAGE = "https://gforge.ti.com/gf/project/am_multimedia/"
 LICENSE = "TI-TSPA"
 LIC_FILES_CHKSUM := "file://Inc/exp_pp_h265decoder.h;beginline=1;endline=27;md5=51a0ae5cca603a21186bf6ff458f3be9"
-PR = "r0"
+PR = "r1"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "dra7xx"
+COMPATIBLE_MACHINE = "dra7xx|keystone"
 
 SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/1280/7770/REL.HEVC.D.ARM.OBJ.${PV}.tar.gz;name=hevc-arm-decoder"
 
-- 
1.9.1



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

* [PATCH 2/3] gstreamer1.0-plugins-hevc: add support for keystone platforms
  2016-03-11 22:02 [PATCH 0/3] Add HEVC ARM decoder and its gst plugin for keystone Hongmei Gou
  2016-03-11 22:02 ` [PATCH 1/3] hevc-arm-decoder: add support for keystone platforms Hongmei Gou
@ 2016-03-11 22:02 ` Hongmei Gou
  2016-03-11 22:02 ` [PATCH 3/3] packagegroup-arago-gst*: add gstreamer1.0-plugins-hevc for keystone Hongmei Gou
  2016-03-15 14:48 ` [PATCH 0/3] Add HEVC ARM decoder and its gst plugin " Gou, Hongmei
  3 siblings, 0 replies; 5+ messages in thread
From: Hongmei Gou @ 2016-03-11 22:02 UTC (permalink / raw)
  To: meta-arago

* Bump SRCREV to get Makefile fix
* Remove non-necessary DEPENDS gstreamer1.0-plugins-bad
* Remove PACKAGE_ARCH as the plugin is common for compatible machines

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb              | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb
index d32ad20..cd93955 100644
--- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb
@@ -3,19 +3,18 @@ HOMEPAGE = "https://git.ti.com/processor-sdk/gst-plugin-hevc"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2827f94fc0a1adeff4d9702e97ce2979"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "dra7xx"
+COMPATIBLE_MACHINE = "dra7xx|keystone"
 
 SRC_URI = "git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git"
-SRCREV = "5e2658b71536dffac6fc09e14ca91114795cfc7a"
+SRCREV = "e4ea007d0ddeb95ae01742293454ef3c87a6e84c"
 
 S = "${WORKDIR}/git"
 
-DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad hevc-arm-decoder"
+DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base hevc-arm-decoder"
 
 inherit autotools-brokensep pkgconfig gettext
 
-PR = "r4"
+PR = "r5"
 
 do_configure() {
         cd ${S}
-- 
1.9.1



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

* [PATCH 3/3] packagegroup-arago-gst*: add gstreamer1.0-plugins-hevc for keystone
  2016-03-11 22:02 [PATCH 0/3] Add HEVC ARM decoder and its gst plugin for keystone Hongmei Gou
  2016-03-11 22:02 ` [PATCH 1/3] hevc-arm-decoder: add support for keystone platforms Hongmei Gou
  2016-03-11 22:02 ` [PATCH 2/3] gstreamer1.0-plugins-hevc: " Hongmei Gou
@ 2016-03-11 22:02 ` Hongmei Gou
  2016-03-15 14:48 ` [PATCH 0/3] Add HEVC ARM decoder and its gst plugin " Gou, Hongmei
  3 siblings, 0 replies; 5+ messages in thread
From: Hongmei Gou @ 2016-03-11 22:02 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb | 6 +++++-
 .../recipes-core/packagegroups/packagegroup-arago-gst.bb            | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb
index c76a2e1..8a331e4 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst-sdk-target.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to build and install header and libs in sdk"
 LICENSE = "MIT"
-PR = "r11"
+PR = "r12"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -26,6 +26,10 @@ GST_1X_DEPS_append_dra7xx = " \
     gstreamer1.0-plugins-hevc-dev \
 "
 
+GST_1X_DEPS_append_keystone = " \
+    gstreamer1.0-plugins-hevc-dev \
+"
+
 RDEPENDS_${PN} = " \
     ${@base_conditional('GST_PROVIDER', '0.10', "${GST_010_DEPS}", "${GST_1X_DEPS}", d)} \
 "
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 ff71236..0ba7423 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to add gstreamer and gstreamer plugins"
 LICENSE = "MIT"
-PR = "r14"
+PR = "r15"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -32,6 +32,10 @@ GST_1X_DEPS_append_dra7xx = " \
     gstreamer1.0-plugins-hevc \
 "
 
+GST_1X_DEPS_append_keystone = " \
+    gstreamer1.0-plugins-hevc \
+"
+
 GST_PLUGINS_PREFIX = "${@base_conditional('GST_PROVIDER', '0.10', 'gst-plugins', 'gstreamer1.0-plugins', d)}"
 
 GSTREAMER_ACCEL_MM = ""
-- 
1.9.1



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

* Re: [PATCH 0/3] Add HEVC ARM decoder and its gst plugin for keystone
  2016-03-11 22:02 [PATCH 0/3] Add HEVC ARM decoder and its gst plugin for keystone Hongmei Gou
                   ` (2 preceding siblings ...)
  2016-03-11 22:02 ` [PATCH 3/3] packagegroup-arago-gst*: add gstreamer1.0-plugins-hevc for keystone Hongmei Gou
@ 2016-03-15 14:48 ` Gou, Hongmei
  3 siblings, 0 replies; 5+ messages in thread
From: Gou, Hongmei @ 2016-03-15 14:48 UTC (permalink / raw)
  To: meta-arago

Ping

> -----Original Message-----
> From: Gou, Hongmei
> Sent: Friday, March 11, 2016 5:02 PM
> To: meta-arago@arago-project.org
> Cc: Gou, Hongmei
> Subject: [meta-arago] [PATCH 0/3] Add HEVC ARM decoder and its gst plugin
> for keystone
> 
> Hongmei Gou (3):
>   hevc-arm-decoder: add support for keystone platforms
>   gstreamer1.0-plugins-hevc: add support for keystone platforms
>   packagegroup-arago-gst*: add gstreamer1.0-plugins-hevc for keystone
> 
>  .../packagegroups/packagegroup-arago-gst-sdk-target.bb           | 6 +++++-
>  .../recipes-core/packagegroups/packagegroup-arago-gst.bb         | 6 +++++-
>  .../gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb              | 9 ++++-----
>  .../hevc-arm-decoder/hevc-arm-decoder_01.00.00.01.bb             | 4 ++--
>  4 files changed, 16 insertions(+), 9 deletions(-)
> 
> --
> 1.9.1



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

end of thread, other threads:[~2016-03-15 14:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-11 22:02 [PATCH 0/3] Add HEVC ARM decoder and its gst plugin for keystone Hongmei Gou
2016-03-11 22:02 ` [PATCH 1/3] hevc-arm-decoder: add support for keystone platforms Hongmei Gou
2016-03-11 22:02 ` [PATCH 2/3] gstreamer1.0-plugins-hevc: " Hongmei Gou
2016-03-11 22:02 ` [PATCH 3/3] packagegroup-arago-gst*: add gstreamer1.0-plugins-hevc for keystone Hongmei Gou
2016-03-15 14:48 ` [PATCH 0/3] Add HEVC ARM decoder and its gst plugin " Gou, Hongmei

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.