* [PATCH 0/1] linux-yocto/crownbay: update configuration
@ 2011-03-30 20:53 Bruce Ashfield
2011-03-30 20:53 ` [PATCH 1/1] " Bruce Ashfield
0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2011-03-30 20:53 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto, poky
The crownbay has been updated for 2.6.37, the BSP branch
already contans the changes, and this is the update of meta
to the new config values:
crownbay: update eg20t config
crownbay: set cpu type to MATOM
Tom: the crownbay layer can have its SRCREVs update now
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: zedd/crownbay
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/crownbay
Thanks,
Bruce Ashfield <bruce.ashfield@windriver.com>
---
Bruce Ashfield (1):
linux-yocto/crownbay: update configuration
.../conf/distro/include/poky-default-revisions.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] linux-yocto/crownbay: update configuration
2011-03-30 20:53 [PATCH 0/1] linux-yocto/crownbay: update configuration Bruce Ashfield
@ 2011-03-30 20:53 ` Bruce Ashfield
2011-03-31 0:03 ` [poky] " Bruce Ashfield
0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2011-03-30 20:53 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto, poky
The crownbay has been updated for 2.6.37, the BSP branch
already contans the changes, and this is the update of meta
to the new config values:
crownbay: update eg20t config
crownbay: set cpu type to MATOM
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
.../conf/distro/include/poky-default-revisions.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 98db029..245e0d2 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -108,7 +108,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4c
SRCREV_machine_pn-linux-yocto_routerstationpro ?= "8db69980d76e1f863af409e70175963f23de83ab"
SRCREV_machine_pn-linux-yocto_mpc8315e-rdb ?= "6861d8a4d58f8aa75997f7678cc454791544507a"
SRCREV_machine_pn-linux-yocto_beagleboard ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
-SRCREV_machine_pn-linux-yocto ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
+SRCREV_machine_pn-linux-yocto ?= "51c761795b078bf3c80104ed6e73b3d995067384"
SRCREV_meta_pn-linux-yocto ?= "16cabf8ce412b5f8599f92a9e11dfd0ee6e0ad12"
SRCREV_pn-linux-libc-headers-yocto ??= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
SRCREV_pn-matchbox-config-gtk ??= "3ed74dfb7c57be088a5ab36e446c0ccde9fa1028"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] linux-yocto/crownbay: update configuration
2011-03-30 20:53 ` [PATCH 1/1] " Bruce Ashfield
@ 2011-03-31 0:03 ` Bruce Ashfield
0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-03-31 0:03 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto, poky
On Wed, Mar 30, 2011 at 4:53 PM, Bruce Ashfield
<bruce.ashfield@windriver.com> wrote:
> The crownbay has been updated for 2.6.37, the BSP branch
> already contans the changes, and this is the update of meta
> to the new config values:
>
> crownbay: update eg20t config
> crownbay: set cpu type to MATOM
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
> .../conf/distro/include/poky-default-revisions.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
> index 98db029..245e0d2 100644
> --- a/meta/conf/distro/include/poky-default-revisions.inc
> +++ b/meta/conf/distro/include/poky-default-revisions.inc
> @@ -108,7 +108,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4c
> SRCREV_machine_pn-linux-yocto_routerstationpro ?= "8db69980d76e1f863af409e70175963f23de83ab"
> SRCREV_machine_pn-linux-yocto_mpc8315e-rdb ?= "6861d8a4d58f8aa75997f7678cc454791544507a"
> SRCREV_machine_pn-linux-yocto_beagleboard ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
> -SRCREV_machine_pn-linux-yocto ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
> +SRCREV_machine_pn-linux-yocto ?= "51c761795b078bf3c80104ed6e73b3d995067384"
And this is why double checking is the best policy. This is wrong, but
I've already
pushed a fixed patch to the zedd/crownbay contrib branch.
Cheers,
Bruce
> SRCREV_meta_pn-linux-yocto ?= "16cabf8ce412b5f8599f92a9e11dfd0ee6e0ad12"
> SRCREV_pn-linux-libc-headers-yocto ??= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
> SRCREV_pn-matchbox-config-gtk ??= "3ed74dfb7c57be088a5ab36e446c0ccde9fa1028"
> --
> 1.7.0.4
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [poky] [PATCH 1/1] linux-yocto/crownbay: update configuration
@ 2011-03-31 0:03 ` Bruce Ashfield
0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-03-31 0:03 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto, poky
On Wed, Mar 30, 2011 at 4:53 PM, Bruce Ashfield
<bruce.ashfield@windriver.com> wrote:
> The crownbay has been updated for 2.6.37, the BSP branch
> already contans the changes, and this is the update of meta
> to the new config values:
>
> crownbay: update eg20t config
> crownbay: set cpu type to MATOM
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
> .../conf/distro/include/poky-default-revisions.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
> index 98db029..245e0d2 100644
> --- a/meta/conf/distro/include/poky-default-revisions.inc
> +++ b/meta/conf/distro/include/poky-default-revisions.inc
> @@ -108,7 +108,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4c
> SRCREV_machine_pn-linux-yocto_routerstationpro ?= "8db69980d76e1f863af409e70175963f23de83ab"
> SRCREV_machine_pn-linux-yocto_mpc8315e-rdb ?= "6861d8a4d58f8aa75997f7678cc454791544507a"
> SRCREV_machine_pn-linux-yocto_beagleboard ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
> -SRCREV_machine_pn-linux-yocto ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
> +SRCREV_machine_pn-linux-yocto ?= "51c761795b078bf3c80104ed6e73b3d995067384"
And this is why double checking is the best policy. This is wrong, but
I've already
pushed a fixed patch to the zedd/crownbay contrib branch.
Cheers,
Bruce
> SRCREV_meta_pn-linux-yocto ?= "16cabf8ce412b5f8599f92a9e11dfd0ee6e0ad12"
> SRCREV_pn-linux-libc-headers-yocto ??= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
> SRCREV_pn-matchbox-config-gtk ??= "3ed74dfb7c57be088a5ab36e446c0ccde9fa1028"
> --
> 1.7.0.4
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-31 0:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 20:53 [PATCH 0/1] linux-yocto/crownbay: update configuration Bruce Ashfield
2011-03-30 20:53 ` [PATCH 1/1] " Bruce Ashfield
2011-03-31 0:03 ` Bruce Ashfield
2011-03-31 0:03 ` [poky] " Bruce Ashfield
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.