All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/krogoth][PATCH] packagegroup-arago-tisdk-multimedia*: add hevc-arm-decoder for keystone
@ 2017-03-07 16:32 Hongmei Gou
  2017-03-09 17:29 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Hongmei Gou @ 2017-03-07 16:32 UTC (permalink / raw)
  To: meta-arago

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

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb
index 3c72bf0..6f3b559 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to build and install header and libs into sdk"
 LICENSE = "MIT"
-PR = "r10"
+PR = "r11"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -18,7 +18,11 @@ MULTIMEDIA_append_ti33x = " barcode-roi-dev"
 MULTIMEDIA_append_ti43x = " barcode-roi-dev"
 MULTIMEDIA_append_omap-a15 = " barcode-roi-dev"
 
-MULTIMEDIA_append_keystone = " barcode-roi-dev"
+MULTIMEDIA_append_keystone = " \
+    hevc-arm-decoder-dev \
+    hevc-arm-decoder-staticdev \
+    barcode-roi-dev \
+"
 
 RDEPENDS_${PN} = "\
     ${MULTIMEDIA} \
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 cb143b8..d850e0f 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
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to add multimedia related packages"
 LICENSE = "MIT"
-PR = "r20"
+PR = "r21"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -10,7 +10,9 @@ MULTIMEDIA = " \
     amsdk-av-files \
 "
 
-MULTIMEDIA_keystone = ""
+MULTIMEDIA_append_keystone = " \
+    hevc-arm-decoder \
+"
 
 MULTIMEDIA_append_ti43x = " \
     dual-camera-demo \
-- 
1.9.1



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

* Re: [morty/krogoth][PATCH] packagegroup-arago-tisdk-multimedia*: add hevc-arm-decoder for keystone
  2017-03-07 16:32 [morty/krogoth][PATCH] packagegroup-arago-tisdk-multimedia*: add hevc-arm-decoder for keystone Hongmei Gou
@ 2017-03-09 17:29 ` Denys Dmytriyenko
  2017-03-09 21:33   ` Gou, Hongmei
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-03-09 17:29 UTC (permalink / raw)
  To: Hongmei Gou; +Cc: meta-arago

On Tue, Mar 07, 2017 at 11:32:56AM -0500, Hongmei Gou wrote:
> Signed-off-by: Hongmei Gou <h-gou@ti.com>
> ---
>  .../packagegroup-arago-tisdk-multimedia-sdk-target.bb             | 8 ++++++--
>  .../packagegroups/packagegroup-arago-tisdk-multimedia.bb          | 6 ++++--
>  2 files changed, 10 insertions(+), 4 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb
> index 3c72bf0..6f3b559 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to build and install header and libs into sdk"
>  LICENSE = "MIT"
> -PR = "r10"
> +PR = "r11"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -18,7 +18,11 @@ MULTIMEDIA_append_ti33x = " barcode-roi-dev"
>  MULTIMEDIA_append_ti43x = " barcode-roi-dev"
>  MULTIMEDIA_append_omap-a15 = " barcode-roi-dev"
>  
> -MULTIMEDIA_append_keystone = " barcode-roi-dev"
> +MULTIMEDIA_append_keystone = " \
> +    hevc-arm-decoder-dev \
> +    hevc-arm-decoder-staticdev \
> +    barcode-roi-dev \
> +"
>  
>  RDEPENDS_${PN} = "\
>      ${MULTIMEDIA} \
> 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 cb143b8..d850e0f 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
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to add multimedia related packages"
>  LICENSE = "MIT"
> -PR = "r20"
> +PR = "r21"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -10,7 +10,9 @@ MULTIMEDIA = " \
>      amsdk-av-files \
>  "
>  
> -MULTIMEDIA_keystone = ""
> +MULTIMEDIA_append_keystone = " \

This would also pull amsdk-av-files from above - is it expected?


> +    hevc-arm-decoder \
> +"
>  
>  MULTIMEDIA_append_ti43x = " \
>      dual-camera-demo \
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [morty/krogoth][PATCH] packagegroup-arago-tisdk-multimedia*: add hevc-arm-decoder for keystone
  2017-03-09 17:29 ` Denys Dmytriyenko
@ 2017-03-09 21:33   ` Gou, Hongmei
  0 siblings, 0 replies; 3+ messages in thread
From: Gou, Hongmei @ 2017-03-09 21:33 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Thursday, March 09, 2017 12:29 PM
> To: Gou, Hongmei
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [morty/krogoth][PATCH] packagegroup-arago-
> tisdk-multimedia*: add hevc-arm-decoder for keystone
> 
> On Tue, Mar 07, 2017 at 11:32:56AM -0500, Hongmei Gou wrote:
> > Signed-off-by: Hongmei Gou <h-gou@ti.com>
> > ---
> >  .../packagegroup-arago-tisdk-multimedia-sdk-target.bb             | 8 ++++++--
> >  .../packagegroups/packagegroup-arago-tisdk-multimedia.bb          | 6 ++++-
> -
> >  2 files changed, 10 insertions(+), 4 deletions(-)
> >
> > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> arago-tisdk-multimedia-sdk-target.bb b/meta-arago-distro/recipes-
> core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb
> > index 3c72bf0..6f3b559 100644
> > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> tisdk-multimedia-sdk-target.bb
> > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> arago-tisdk-multimedia-sdk-target.bb
> > @@ -1,6 +1,6 @@
> >  DESCRIPTION = "Task to build and install header and libs into sdk"
> >  LICENSE = "MIT"
> > -PR = "r10"
> > +PR = "r11"
> >
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >
> > @@ -18,7 +18,11 @@ MULTIMEDIA_append_ti33x = " barcode-roi-dev"
> >  MULTIMEDIA_append_ti43x = " barcode-roi-dev"
> >  MULTIMEDIA_append_omap-a15 = " barcode-roi-dev"
> >
> > -MULTIMEDIA_append_keystone = " barcode-roi-dev"
> > +MULTIMEDIA_append_keystone = " \
> > +    hevc-arm-decoder-dev \
> > +    hevc-arm-decoder-staticdev \
> > +    barcode-roi-dev \
> > +"
> >
> >  RDEPENDS_${PN} = "\
> >      ${MULTIMEDIA} \
> > 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 cb143b8..d850e0f 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
> > @@ -1,6 +1,6 @@
> >  DESCRIPTION = "Task to add multimedia related packages"
> >  LICENSE = "MIT"
> > -PR = "r20"
> > +PR = "r21"
> >
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >
> > @@ -10,7 +10,9 @@ MULTIMEDIA = " \
> >      amsdk-av-files \
> >  "
> >
> > -MULTIMEDIA_keystone = ""
> > +MULTIMEDIA_append_keystone = " \
> 
> This would also pull amsdk-av-files from above - is it expected?

Yes, this is expected since running hevc-arm-decoder on keystone needs the input video file from "amsdk-av-files".

> 
> 
> > +    hevc-arm-decoder \
> > +"
> >
> >  MULTIMEDIA_append_ti43x = " \
> >      dual-camera-demo \
> > --
> > 1.9.1
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2017-03-09 21:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-07 16:32 [morty/krogoth][PATCH] packagegroup-arago-tisdk-multimedia*: add hevc-arm-decoder for keystone Hongmei Gou
2017-03-09 17:29 ` Denys Dmytriyenko
2017-03-09 21:33   ` 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.