All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup-arago-tisdk-addons-sdk-target: add elfutils-dev and elfutils-staticdev for dra7xx
@ 2016-01-21 20:15 Hongmei Gou
  2016-01-21 20:36 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Hongmei Gou @ 2016-01-21 20:15 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb       | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
index 7d5b290..44abbdb 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install headers and libraries related to addons into the SDK"
 LICENSE = "MIT"
-PR = "r19"
+PR = "r20"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -120,6 +120,8 @@ UTILS_append_ti33x = " canutils-dev"
 UTILS_append_ti43x = " canutils-dev"
 UTILS_append_dra7xx = " canutils-dev \
                         opencl-staticdev \
+                        elfutils-dev \
+                        elfutils-staticdev \
 "
 UTILS_append_k2g-evm = " canutils-dev"
 
-- 
1.9.1



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

* Re: [PATCH] packagegroup-arago-tisdk-addons-sdk-target: add elfutils-dev and elfutils-staticdev for dra7xx
  2016-01-21 20:15 [PATCH] packagegroup-arago-tisdk-addons-sdk-target: add elfutils-dev and elfutils-staticdev for dra7xx Hongmei Gou
@ 2016-01-21 20:36 ` Denys Dmytriyenko
  2016-01-26 21:35   ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-01-21 20:36 UTC (permalink / raw)
  To: Hongmei Gou; +Cc: meta-arago

Short summary with the reasons for this change would be helpful. Thanks.


On Thu, Jan 21, 2016 at 03:15:50PM -0500, Hongmei Gou wrote:
> Signed-off-by: Hongmei Gou <h-gou@ti.com>
> ---
>  .../packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb       | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> index 7d5b290..44abbdb 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to install headers and libraries related to addons into the SDK"
>  LICENSE = "MIT"
> -PR = "r19"
> +PR = "r20"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -120,6 +120,8 @@ UTILS_append_ti33x = " canutils-dev"
>  UTILS_append_ti43x = " canutils-dev"
>  UTILS_append_dra7xx = " canutils-dev \
>                          opencl-staticdev \
> +                        elfutils-dev \
> +                        elfutils-staticdev \
>  "
>  UTILS_append_k2g-evm = " canutils-dev"
>  
> -- 
> 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: [PATCH] packagegroup-arago-tisdk-addons-sdk-target: add elfutils-dev and elfutils-staticdev for dra7xx
  2016-01-21 20:36 ` Denys Dmytriyenko
@ 2016-01-26 21:35   ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-01-26 21:35 UTC (permalink / raw)
  To: Hongmei Gou; +Cc: meta-arago

Ping. Do you want to mention why elfutils are needed? And why is it dra7xx 
specific?

On Thu, Jan 21, 2016 at 03:36:55PM -0500, Denys Dmytriyenko wrote:
> Short summary with the reasons for this change would be helpful. Thanks.
> 
> 
> On Thu, Jan 21, 2016 at 03:15:50PM -0500, Hongmei Gou wrote:
> > Signed-off-by: Hongmei Gou <h-gou@ti.com>
> > ---
> >  .../packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb       | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> > 
> > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> > index 7d5b290..44abbdb 100644
> > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> > @@ -1,6 +1,6 @@
> >  DESCRIPTION = "Task to install headers and libraries related to addons into the SDK"
> >  LICENSE = "MIT"
> > -PR = "r19"
> > +PR = "r20"
> >  
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >  
> > @@ -120,6 +120,8 @@ UTILS_append_ti33x = " canutils-dev"
> >  UTILS_append_ti43x = " canutils-dev"
> >  UTILS_append_dra7xx = " canutils-dev \
> >                          opencl-staticdev \
> > +                        elfutils-dev \
> > +                        elfutils-staticdev \
> >  "
> >  UTILS_append_k2g-evm = " canutils-dev"
> >  
> > -- 
> > 1.9.1
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> 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:[~2016-01-26 21:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21 20:15 [PATCH] packagegroup-arago-tisdk-addons-sdk-target: add elfutils-dev and elfutils-staticdev for dra7xx Hongmei Gou
2016-01-21 20:36 ` Denys Dmytriyenko
2016-01-26 21:35   ` Denys Dmytriyenko

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.