* Re: [PATCH] arago-prefs: Update preferred U-Boot version
2013-09-30 21:43 [PATCH] arago-prefs: Update preferred U-Boot version Chase Maupin
@ 2013-09-30 21:00 ` Cooper Jr., Franklin
2013-09-30 21:02 ` Denys Dmytriyenko
2013-09-30 21:00 ` Denys Dmytriyenko
1 sibling, 1 reply; 5+ messages in thread
From: Cooper Jr., Franklin @ 2013-09-30 21:00 UTC (permalink / raw)
To: Maupin, Chase; +Cc: meta-arago@arago-project.org
A similar change doesn't have to be made for 335x?
> On Sep 30, 2013, at 3:58 PM, "Maupin, Chase" <chase.maupin@ti.com> wrote:
>
> * The latest version has switched to rc2 instead of rc1. Update
> the preferred version to avoid messages about not being able to
> find the rc1 version.
>
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
> .../conf/distro/include/arago-prefs.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index 70f02b9..5ac21ed 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -32,7 +32,7 @@ PREFERRED_VERSION_linux-libc-headers_am437x-evm = "3.8"
> PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "linux-ti-staging"
> PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-staging"
> PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging"
> -PREFERRED_VERSION_u-boot-ti-staging_am437x-evm = "2013.07+2013.10-rc1"
> +PREFERRED_VERSION_u-boot-ti-staging_am437x-evm = "2013.07+2013.10-rc2"
>
> PREFERRED_VERSION_linux-libc-headers_am180x-evm = "2.6.37.2"
> PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-omapl138-psp"
> --
> 1.7.0.4
>
> _______________________________________________
> 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-prefs: Update preferred U-Boot version
2013-09-30 21:43 [PATCH] arago-prefs: Update preferred U-Boot version Chase Maupin
2013-09-30 21:00 ` Cooper Jr., Franklin
@ 2013-09-30 21:00 ` Denys Dmytriyenko
1 sibling, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-09-30 21:00 UTC (permalink / raw)
To: Chase Maupin; +Cc: meta-arago
On Mon, Sep 30, 2013 at 04:43:03PM -0500, Chase Maupin wrote:
> * The latest version has switched to rc2 instead of rc1. Update
> the preferred version to avoid messages about not being able to
> find the rc1 version.
It's the default now, just kill the line completely.
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
> .../conf/distro/include/arago-prefs.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index 70f02b9..5ac21ed 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -32,7 +32,7 @@ PREFERRED_VERSION_linux-libc-headers_am437x-evm = "3.8"
> PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "linux-ti-staging"
> PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-staging"
> PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging"
> -PREFERRED_VERSION_u-boot-ti-staging_am437x-evm = "2013.07+2013.10-rc1"
> +PREFERRED_VERSION_u-boot-ti-staging_am437x-evm = "2013.07+2013.10-rc2"
>
> PREFERRED_VERSION_linux-libc-headers_am180x-evm = "2.6.37.2"
> PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-omapl138-psp"
> --
> 1.7.0.4
>
> _______________________________________________
> 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-prefs: Update preferred U-Boot version
2013-09-30 21:00 ` Cooper Jr., Franklin
@ 2013-09-30 21:02 ` Denys Dmytriyenko
2013-09-30 21:06 ` Maupin, Chase
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-09-30 21:02 UTC (permalink / raw)
To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org
On Mon, Sep 30, 2013 at 09:00:04PM +0000, Cooper Jr., Franklin wrote:
> A similar change doesn't have to be made for 335x?
No, there's no PREFERRED_VERSION for it by default - will pick up the highest
enabled.
> > On Sep 30, 2013, at 3:58 PM, "Maupin, Chase" <chase.maupin@ti.com> wrote:
> >
> > * The latest version has switched to rc2 instead of rc1. Update
> > the preferred version to avoid messages about not being able to
> > find the rc1 version.
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > ---
> > .../conf/distro/include/arago-prefs.inc | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> > index 70f02b9..5ac21ed 100644
> > --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> > +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> > @@ -32,7 +32,7 @@ PREFERRED_VERSION_linux-libc-headers_am437x-evm = "3.8"
> > PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "linux-ti-staging"
> > PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-staging"
> > PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging"
> > -PREFERRED_VERSION_u-boot-ti-staging_am437x-evm = "2013.07+2013.10-rc1"
> > +PREFERRED_VERSION_u-boot-ti-staging_am437x-evm = "2013.07+2013.10-rc2"
> >
> > PREFERRED_VERSION_linux-libc-headers_am180x-evm = "2.6.37.2"
> > PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-omapl138-psp"
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > 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] 5+ messages in thread
* Re: [PATCH] arago-prefs: Update preferred U-Boot version
2013-09-30 21:02 ` Denys Dmytriyenko
@ 2013-09-30 21:06 ` Maupin, Chase
0 siblings, 0 replies; 5+ messages in thread
From: Maupin, Chase @ 2013-09-30 21:06 UTC (permalink / raw)
To: Dmytriyenko, Denys, Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org
Sending a new version to replace this. Ignore this patch
>-----Original Message-----
>From: Dmytriyenko, Denys
>Sent: Monday, September 30, 2013 4:02 PM
>To: Cooper Jr., Franklin
>Cc: Maupin, Chase; meta-arago@arago-project.org
>Subject: Re: [meta-arago] [PATCH] arago-prefs: Update preferred U-
>Boot version
>
>On Mon, Sep 30, 2013 at 09:00:04PM +0000, Cooper Jr., Franklin
>wrote:
>> A similar change doesn't have to be made for 335x?
>
>No, there's no PREFERRED_VERSION for it by default - will pick up
>the highest
>enabled.
>
>
>> > On Sep 30, 2013, at 3:58 PM, "Maupin, Chase"
><chase.maupin@ti.com> wrote:
>> >
>> > * The latest version has switched to rc2 instead of rc1.
>Update
>> > the preferred version to avoid messages about not being able
>to
>> > find the rc1 version.
>> >
>> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
>> > ---
>> > .../conf/distro/include/arago-prefs.inc | 2 +-
>> > 1 files changed, 1 insertions(+), 1 deletions(-)
>> >
>> > diff --git a/meta-arago-distro/conf/distro/include/arago-
>prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
>> > index 70f02b9..5ac21ed 100644
>> > --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
>> > +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
>> > @@ -32,7 +32,7 @@ PREFERRED_VERSION_linux-libc-headers_am437x-
>evm = "3.8"
>> > PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "linux-ti-
>staging"
>> > PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-
>staging"
>> > PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging"
>> > -PREFERRED_VERSION_u-boot-ti-staging_am437x-evm =
>"2013.07+2013.10-rc1"
>> > +PREFERRED_VERSION_u-boot-ti-staging_am437x-evm =
>"2013.07+2013.10-rc2"
>> >
>> > PREFERRED_VERSION_linux-libc-headers_am180x-evm = "2.6.37.2"
>> > PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-
>omapl138-psp"
>> > --
>> > 1.7.0.4
>> >
>> > _______________________________________________
>> > 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] 5+ messages in thread
* [PATCH] arago-prefs: Update preferred U-Boot version
@ 2013-09-30 21:43 Chase Maupin
2013-09-30 21:00 ` Cooper Jr., Franklin
2013-09-30 21:00 ` Denys Dmytriyenko
0 siblings, 2 replies; 5+ messages in thread
From: Chase Maupin @ 2013-09-30 21:43 UTC (permalink / raw)
To: meta-arago
* The latest version has switched to rc2 instead of rc1. Update
the preferred version to avoid messages about not being able to
find the rc1 version.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
.../conf/distro/include/arago-prefs.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index 70f02b9..5ac21ed 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -32,7 +32,7 @@ PREFERRED_VERSION_linux-libc-headers_am437x-evm = "3.8"
PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "linux-ti-staging"
PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-staging"
PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging"
-PREFERRED_VERSION_u-boot-ti-staging_am437x-evm = "2013.07+2013.10-rc1"
+PREFERRED_VERSION_u-boot-ti-staging_am437x-evm = "2013.07+2013.10-rc2"
PREFERRED_VERSION_linux-libc-headers_am180x-evm = "2.6.37.2"
PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-omapl138-psp"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-09-30 21:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 21:43 [PATCH] arago-prefs: Update preferred U-Boot version Chase Maupin
2013-09-30 21:00 ` Cooper Jr., Franklin
2013-09-30 21:02 ` Denys Dmytriyenko
2013-09-30 21:06 ` Maupin, Chase
2013-09-30 21:00 ` 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.