All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago.conf: Update preferred version of binutils to 2.23.1
@ 2014-03-02 23:18 Sam Nelson
  2014-03-05  3:06 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Sam Nelson @ 2014-03-02 23:18 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
- 2.23.1 is available in oe-core/meta/recipes-devtools/binutils/binutils_2.23.1.bb
---
---
 meta-arago-distro/conf/distro/arago.conf |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 76254f2..a789e89 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -70,3 +70,5 @@ LICENSE_FLAGS_WHITELIST = "commercial_gst-ffmpeg"
 PACKAGE_ARCH := "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-headers}"
 # Need to include the new PACKAGE_ARCH to the PACKAGE_ARCHS variable
 PACKAGE_ARCHS += "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-headers}"
+
+PREFERRED_VERSION_binutils = "2.23.1"
-- 
1.7.9.5



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

* Re: [PATCH] arago.conf: Update preferred version of binutils to 2.23.1
  2014-03-02 23:18 [PATCH] arago.conf: Update preferred version of binutils to 2.23.1 Sam Nelson
@ 2014-03-05  3:06 ` Denys Dmytriyenko
  2014-03-05 17:41   ` Nelson, Sam
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-03-05  3:06 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-arago

What are you strying to fix here? Moreover, arago.conf is not the right place 
for that...


On Sun, Mar 02, 2014 at 06:18:15PM -0500, Sam Nelson wrote:
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> ---
> - 2.23.1 is available in oe-core/meta/recipes-devtools/binutils/binutils_2.23.1.bb
> ---
> ---
>  meta-arago-distro/conf/distro/arago.conf |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> index 76254f2..a789e89 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -70,3 +70,5 @@ LICENSE_FLAGS_WHITELIST = "commercial_gst-ffmpeg"
>  PACKAGE_ARCH := "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-headers}"
>  # Need to include the new PACKAGE_ARCH to the PACKAGE_ARCHS variable
>  PACKAGE_ARCHS += "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-headers}"
> +
> +PREFERRED_VERSION_binutils = "2.23.1"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] arago.conf: Update preferred version of binutils to 2.23.1
  2014-03-05  3:06 ` Denys Dmytriyenko
@ 2014-03-05 17:41   ` Nelson, Sam
  2014-03-05 19:55     ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Nelson, Sam @ 2014-03-05 17:41 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org

I guess the arago-prefs.inc or branding-xyz.inc is the right place. Please ignore this patch.
Sam

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, March 04, 2014 10:07 PM
> To: Nelson, Sam
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] arago.conf: Update preferred version of
> binutils to 2.23.1
> 
> What are you strying to fix here? Moreover, arago.conf is not the right place
> for that...
> 
> 
> On Sun, Mar 02, 2014 at 06:18:15PM -0500, Sam Nelson wrote:
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> >
> > ---
> > - 2.23.1 is available in oe-core/meta/recipes-
> devtools/binutils/binutils_2.23.1.bb
> > ---
> > ---
> >  meta-arago-distro/conf/distro/arago.conf |    2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-
> distro/conf/distro/arago.conf
> > index 76254f2..a789e89 100644
> > --- a/meta-arago-distro/conf/distro/arago.conf
> > +++ b/meta-arago-distro/conf/distro/arago.conf
> > @@ -70,3 +70,5 @@ LICENSE_FLAGS_WHITELIST = "commercial_gst-
> ffmpeg"
> >  PACKAGE_ARCH := "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-
> libc-headers}"
> >  # Need to include the new PACKAGE_ARCH to the PACKAGE_ARCHS
> variable
> >  PACKAGE_ARCHS += "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-
> libc-headers}"
> > +
> > +PREFERRED_VERSION_binutils = "2.23.1"
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] arago.conf: Update preferred version of binutils to 2.23.1
  2014-03-05 17:41   ` Nelson, Sam
@ 2014-03-05 19:55     ` Denys Dmytriyenko
  2014-03-05 20:31       ` Nelson, Sam
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-03-05 19:55 UTC (permalink / raw)
  To: Nelson, Sam; +Cc: meta-arago@arago-project.org

Normally, yes, those would be better places for preferences. But, in case of 
the toolchain components, it's not that simple...

I would still like to know what you are trying to fix with this. As far as I 
can see, 2.23.1 is already being set as a default binutils version in Dylan. 
Are you seeing an error or a warning w/o this?


On Wed, Mar 05, 2014 at 12:41:55PM -0500, Nelson, Sam wrote:
> I guess the arago-prefs.inc or branding-xyz.inc is the right place. Please 
> ignore this patch.
> Sam
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Tuesday, March 04, 2014 10:07 PM
> > To: Nelson, Sam
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] arago.conf: Update preferred version of
> > binutils to 2.23.1
> > 
> > What are you strying to fix here? Moreover, arago.conf is not the right place
> > for that...
> > 
> > 
> > On Sun, Mar 02, 2014 at 06:18:15PM -0500, Sam Nelson wrote:
> > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > >
> > > ---
> > > - 2.23.1 is available in oe-core/meta/recipes-
> > devtools/binutils/binutils_2.23.1.bb
> > > ---
> > > ---
> > >  meta-arago-distro/conf/distro/arago.conf |    2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-
> > distro/conf/distro/arago.conf
> > > index 76254f2..a789e89 100644
> > > --- a/meta-arago-distro/conf/distro/arago.conf
> > > +++ b/meta-arago-distro/conf/distro/arago.conf
> > > @@ -70,3 +70,5 @@ LICENSE_FLAGS_WHITELIST = "commercial_gst-
> > ffmpeg"
> > >  PACKAGE_ARCH := "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-
> > libc-headers}"
> > >  # Need to include the new PACKAGE_ARCH to the PACKAGE_ARCHS
> > variable
> > >  PACKAGE_ARCHS += "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-
> > libc-headers}"
> > > +
> > > +PREFERRED_VERSION_binutils = "2.23.1"
> > > --
> > > 1.7.9.5
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] arago.conf: Update preferred version of binutils to 2.23.1
  2014-03-05 19:55     ` Denys Dmytriyenko
@ 2014-03-05 20:31       ` Nelson, Sam
  0 siblings, 0 replies; 5+ messages in thread
From: Nelson, Sam @ 2014-03-05 20:31 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org

When I built the defaults with Dylan, it built: 2.20.1 version.
( I had to set preferred version explicitly to 2.23.1 to update).
Sam

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, March 05, 2014 2:55 PM
> To: Nelson, Sam
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] arago.conf: Update preferred version of
> binutils to 2.23.1
> 
> Normally, yes, those would be better places for preferences. But, in case of
> the toolchain components, it's not that simple...
> 
> I would still like to know what you are trying to fix with this. As far as I
> can see, 2.23.1 is already being set as a default binutils version in Dylan.
> Are you seeing an error or a warning w/o this?
> 
> 
> On Wed, Mar 05, 2014 at 12:41:55PM -0500, Nelson, Sam wrote:
> > I guess the arago-prefs.inc or branding-xyz.inc is the right place. Please
> > ignore this patch.
> > Sam
> >
> > > -----Original Message-----
> > > From: Dmytriyenko, Denys
> > > Sent: Tuesday, March 04, 2014 10:07 PM
> > > To: Nelson, Sam
> > > Cc: meta-arago@arago-project.org
> > > Subject: Re: [meta-arago] [PATCH] arago.conf: Update preferred version
> of
> > > binutils to 2.23.1
> > >
> > > What are you strying to fix here? Moreover, arago.conf is not the right
> place
> > > for that...
> > >
> > >
> > > On Sun, Mar 02, 2014 at 06:18:15PM -0500, Sam Nelson wrote:
> > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > >
> > > > ---
> > > > - 2.23.1 is available in oe-core/meta/recipes-
> > > devtools/binutils/binutils_2.23.1.bb
> > > > ---
> > > > ---
> > > >  meta-arago-distro/conf/distro/arago.conf |    2 ++
> > > >  1 file changed, 2 insertions(+)
> > > >
> > > > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-
> > > distro/conf/distro/arago.conf
> > > > index 76254f2..a789e89 100644
> > > > --- a/meta-arago-distro/conf/distro/arago.conf
> > > > +++ b/meta-arago-distro/conf/distro/arago.conf
> > > > @@ -70,3 +70,5 @@ LICENSE_FLAGS_WHITELIST = "commercial_gst-
> > > ffmpeg"
> > > >  PACKAGE_ARCH := "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-
> > > libc-headers}"
> > > >  # Need to include the new PACKAGE_ARCH to the PACKAGE_ARCHS
> > > variable
> > > >  PACKAGE_ARCHS += "${TUNE_PKGARCH}-
> ${PREFERRED_VERSION_linux-
> > > libc-headers}"
> > > > +
> > > > +PREFERRED_VERSION_binutils = "2.23.1"
> > > > --
> > > > 1.7.9.5
> > > >
> > > > _______________________________________________
> > > > meta-arago mailing list
> > > > meta-arago@arago-project.org
> > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2014-03-05 20:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-02 23:18 [PATCH] arago.conf: Update preferred version of binutils to 2.23.1 Sam Nelson
2014-03-05  3:06 ` Denys Dmytriyenko
2014-03-05 17:41   ` Nelson, Sam
2014-03-05 19:55     ` Denys Dmytriyenko
2014-03-05 20:31       ` Nelson, Sam

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.