All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Alliance for Open Media: new library
@ 2020-10-05  9:50 Lim Siew Hoon
  2020-10-05 12:41 ` [oe] " Ross Burton
  2020-10-05 16:34 ` Khem Raj
  0 siblings, 2 replies; 5+ messages in thread
From: Lim Siew Hoon @ 2020-10-05  9:50 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yong, Jonathan <jonathan.yong@intel.com>
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
---
 meta-oe/recipes-multimedia/aom/aom_2.0.0.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-multimedia/aom/aom_2.0.0.bb

diff --git a/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
new file mode 100644
index 000000000..4b388d57f
--- /dev/null
+++ b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Alliance for Open Media - AV1 Codec Library"
+DESCRIPTION = "Alliance for Open Media AV1 codec library"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5"
+
+SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https"
+
+SRCREV = "d1d1226af626a61f7ca664b270dd473b92228984"
+
+S = "${WORKDIR}/git"
+
+DEPENDS_append = " yasm-native"
+
+inherit pkgconfig cmake perlnative python3native
+EXTRA_OECMAKE_append = " -DBUILD_SHARED_LIBS=1"
-- 
2.17.1


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

* Re: [oe] [PATCH] Alliance for Open Media: new library
  2020-10-05  9:50 [PATCH] Alliance for Open Media: new library Lim Siew Hoon
@ 2020-10-05 12:41 ` Ross Burton
  2020-10-05 16:34 ` Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Ross Burton @ 2020-10-05 12:41 UTC (permalink / raw)
  To: Lim Siew Hoon; +Cc: openembedded-devel

On Mon, 5 Oct 2020 at 10:53, Lim Siew Hoon <siew.hoon.lim@intel.com> wrote:
> +DEPENDS_append = " yasm-native"

No need to use _append, just do DEPENDS = "".

> +inherit pkgconfig cmake perlnative python3native

You only need perlnative and python3native if you need to use
libraries that you DEPEND on.  As you don't DEPEND on any these are
not needed.

> +EXTRA_OECMAKE_append = " -DBUILD_SHARED_LIBS=1"

No need for _append.

Ross

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

* Re: [oe] [PATCH] Alliance for Open Media: new library
  2020-10-05  9:50 [PATCH] Alliance for Open Media: new library Lim Siew Hoon
  2020-10-05 12:41 ` [oe] " Ross Burton
@ 2020-10-05 16:34 ` Khem Raj
  2020-10-05 16:37   ` Carlos Rafael Giani
  1 sibling, 1 reply; 5+ messages in thread
From: Khem Raj @ 2020-10-05 16:34 UTC (permalink / raw)
  To: Lim Siew Hoon; +Cc: openembeded-devel

I wonder if this should be part of meta-multimedia, secondly add it to
one of packagegroups e.g. packagegroups-meta-oe or
packagegroups-meta-multimedia if it is in meta-multimedia.


On Mon, Oct 5, 2020 at 2:50 AM Lim Siew Hoon <siew.hoon.lim@intel.com> wrote:
>
> Signed-off-by: Yong, Jonathan <jonathan.yong@intel.com>
> Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
> ---
>  meta-oe/recipes-multimedia/aom/aom_2.0.0.bb | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
>
> diff --git a/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
> new file mode 100644
> index 000000000..4b388d57f
> --- /dev/null
> +++ b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "Alliance for Open Media - AV1 Codec Library"
> +DESCRIPTION = "Alliance for Open Media AV1 codec library"
> +
> +LICENSE = "BSD-2-Clause"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5"
> +
> +SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https"
> +
> +SRCREV = "d1d1226af626a61f7ca664b270dd473b92228984"
> +
> +S = "${WORKDIR}/git"
> +
> +DEPENDS_append = " yasm-native"

Just use DEPENDS +=

> +
> +inherit pkgconfig cmake perlnative python3native
> +EXTRA_OECMAKE_append = " -DBUILD_SHARED_LIBS=1"

Use EXTRA_OECMAKE +=

> --
> 2.17.1
>
>
> 
>

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

* Re: [oe] [PATCH] Alliance for Open Media: new library
  2020-10-05 16:34 ` Khem Raj
@ 2020-10-05 16:37   ` Carlos Rafael Giani
  0 siblings, 0 replies; 5+ messages in thread
From: Carlos Rafael Giani @ 2020-10-05 16:37 UTC (permalink / raw)
  To: openembedded-devel

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

I'd also add this to meta-multimedia instead. After all, the whole idea 
of these newer meta-* sublayers was to organize the content of meta-oe 
better, wasn't it?

On 05.10.20 18:34, Khem Raj wrote:
> I wonder if this should be part of meta-multimedia, secondly add it to
> one of packagegroups e.g. packagegroups-meta-oe or
> packagegroups-meta-multimedia if it is in meta-multimedia.
>
>
> On Mon, Oct 5, 2020 at 2:50 AM Lim Siew Hoon <siew.hoon.lim@intel.com> wrote:
>> Signed-off-by: Yong, Jonathan <jonathan.yong@intel.com>
>> Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
>> ---
>>   meta-oe/recipes-multimedia/aom/aom_2.0.0.bb | 16 ++++++++++++++++
>>   1 file changed, 16 insertions(+)
>>   create mode 100644 meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
>>
>> diff --git a/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
>> new file mode 100644
>> index 000000000..4b388d57f
>> --- /dev/null
>> +++ b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
>> @@ -0,0 +1,16 @@
>> +SUMMARY = "Alliance for Open Media - AV1 Codec Library"
>> +DESCRIPTION = "Alliance for Open Media AV1 codec library"
>> +
>> +LICENSE = "BSD-2-Clause"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5"
>> +
>> +SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https"
>> +
>> +SRCREV = "d1d1226af626a61f7ca664b270dd473b92228984"
>> +
>> +S = "${WORKDIR}/git"
>> +
>> +DEPENDS_append = " yasm-native"
> Just use DEPENDS +=
>
>> +
>> +inherit pkgconfig cmake perlnative python3native
>> +EXTRA_OECMAKE_append = " -DBUILD_SHARED_LIBS=1"
> Use EXTRA_OECMAKE +=
>
>> --
>> 2.17.1
>>
>>
>>
>>
>>
>> 
>>

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

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

* [PATCH] Alliance for Open Media: new library
@ 2020-10-05  8:35 Lim Siew Hoon
  0 siblings, 0 replies; 5+ messages in thread
From: Lim Siew Hoon @ 2020-10-05  8:35 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Yong, Jonathan <jonathan.yong@intel.com>
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
---
 meta-oe/recipes-multimedia/aom/aom_2.0.0.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-multimedia/aom/aom_2.0.0.bb

diff --git a/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
new file mode 100644
index 000000000..4b388d57f
--- /dev/null
+++ b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Alliance for Open Media - AV1 Codec Library"
+DESCRIPTION = "Alliance for Open Media AV1 codec library"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5"
+
+SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https"
+
+SRCREV = "d1d1226af626a61f7ca664b270dd473b92228984"
+
+S = "${WORKDIR}/git"
+
+DEPENDS_append = " yasm-native"
+
+inherit pkgconfig cmake perlnative python3native
+EXTRA_OECMAKE_append = " -DBUILD_SHARED_LIBS=1"
-- 
2.17.1


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

end of thread, other threads:[~2020-10-05 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05  9:50 [PATCH] Alliance for Open Media: new library Lim Siew Hoon
2020-10-05 12:41 ` [oe] " Ross Burton
2020-10-05 16:34 ` Khem Raj
2020-10-05 16:37   ` Carlos Rafael Giani
  -- strict thread matches above, loose matches on Subject: below --
2020-10-05  8:35 Lim Siew Hoon

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.