All of lore.kernel.org
 help / color / mirror / Atom feed
* [ti2018.01/rocko/master] [PATCH v2] packagegroup-arago-tisdk-multimedia: add ipumm-fw for am5-hs and dra7-hs
@ 2018-07-13 18:07 Hongmei Gou
  2018-07-16 16:18 ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 1 reply; 2+ messages in thread
From: Hongmei Gou @ 2018-07-13 18:07 UTC (permalink / raw)
  To: meta-arago; +Cc: Hongmei Gou

Signed-off-by: Hongmei Gou <a0271529@ti.com>
---
v2 change: add ipumm-fw for dra7-hs also

 .../packagegroups/packagegroup-arago-tisdk-multimedia.bb       | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

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 1c1e7d0..0bad258 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 = "r21"
+PR = "r22"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -40,6 +40,10 @@ ACCEL_FW_append_am57xx-evm = " \
     ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
 "
 
+ACCEL_FW_append_am57xx-hs-evm = " \
+    ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
+"
+
 ACCEL_FW_append_omap5-evm = " \
     ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
 "
@@ -49,6 +53,10 @@ ACCEL_FW_append_dra7xx-evm = " \
     vis \
 "
 
+ACCEL_FW_append_dra7xx-hs-evm = " \
+    ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
+"
+
 RDEPENDS_${PN} = "\
     packagegroup-arago-gst \
     ${MULTIMEDIA} \
-- 
1.9.1



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

* Re: [EXTERNAL] [ti2018.01/rocko/master] [PATCH v2] packagegroup-arago-tisdk-multimedia: add ipumm-fw for am5-hs and dra7-hs
  2018-07-13 18:07 [ti2018.01/rocko/master] [PATCH v2] packagegroup-arago-tisdk-multimedia: add ipumm-fw for am5-hs and dra7-hs Hongmei Gou
@ 2018-07-16 16:18 ` Jacob Stiffler
  0 siblings, 0 replies; 2+ messages in thread
From: Jacob Stiffler @ 2018-07-16 16:18 UTC (permalink / raw)
  To: Hongmei Gou, meta-arago

Denys,

Can you please apply this to the ti2018.01 branch?


Thank you,

Jake


On 7/13/2018 2:07 PM, Hongmei Gou wrote:
> Signed-off-by: Hongmei Gou <a0271529@ti.com>
> ---
> v2 change: add ipumm-fw for dra7-hs also
>
>   .../packagegroups/packagegroup-arago-tisdk-multimedia.bb       | 10 +++++++++-
>   1 file changed, 9 insertions(+), 1 deletion(-)
>
> 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 1c1e7d0..0bad258 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 = "r21"
> +PR = "r22"
>   
>   PACKAGE_ARCH = "${MACHINE_ARCH}"
>   
> @@ -40,6 +40,10 @@ ACCEL_FW_append_am57xx-evm = " \
>       ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
>   "
>   
> +ACCEL_FW_append_am57xx-hs-evm = " \
> +    ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
> +"
> +
>   ACCEL_FW_append_omap5-evm = " \
>       ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
>   "
> @@ -49,6 +53,10 @@ ACCEL_FW_append_dra7xx-evm = " \
>       vis \
>   "
>   
> +ACCEL_FW_append_dra7xx-hs-evm = " \
> +    ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \
> +"
> +
>   RDEPENDS_${PN} = "\
>       packagegroup-arago-gst \
>       ${MULTIMEDIA} \



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

end of thread, other threads:[~2018-07-16 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-13 18:07 [ti2018.01/rocko/master] [PATCH v2] packagegroup-arago-tisdk-multimedia: add ipumm-fw for am5-hs and dra7-hs Hongmei Gou
2018-07-16 16:18 ` [EXTERNAL] " Jacob Stiffler

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.