* [PATCH 0/1] linux-yocto: config cleanup and streamlining
@ 2011-10-12 20:58 Bruce Ashfield
2011-10-12 20:58 ` [PATCH 1/1] " Bruce Ashfield
2011-10-14 16:41 ` [PATCH 0/1] " Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-10-12 20:58 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core, saul.wold
Richard/Saul,
This is a master only pull request (not that I need to
tell you that) that contains some cleanups that Tom has been
doing for various intel BSPs (although the changes will be
useful elsewhere).
I've also pushed these out to the dev kernel, in case anyone
is interested.
This incorporates the following meta branch commits:
353d43d fri2: cleanup bsp config
2a605e2 sugarbay: cleanup bsp config
47b76ed fishriver: cleanup bsp config
ad6edab jasperforest: cleanup bsp config
07f7e89 emenlow: cleanup bsp config
d32a651 crownbay: cleanup bsp config
ad2d621 meta: add vesafb feature
913facf features/drm-psb: add related config options
cc: Tom Zanussi <tom.zanussi@intel.com>
Cheers,
Bruce
The following changes since commit 2cf9fb4df498fe0e4fa8356dc663fdfdec9a98cc:
hal/hal-info: This is unsed in OE-Core and deprecated, drop (2011-10-12 14:12:10 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (1):
linux-yocto: config cleanup and streamlining
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] linux-yocto: config cleanup and streamlining
2011-10-12 20:58 [PATCH 0/1] linux-yocto: config cleanup and streamlining Bruce Ashfield
@ 2011-10-12 20:58 ` Bruce Ashfield
2011-10-14 16:41 ` [PATCH 0/1] " Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-10-12 20:58 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core, saul.wold
This incorporates the following meta branch commits:
353d43d fri2: cleanup bsp config
2a605e2 sugarbay: cleanup bsp config
47b76ed fishriver: cleanup bsp config
ad6edab jasperforest: cleanup bsp config
07f7e89 emenlow: cleanup bsp config
d32a651 crownbay: cleanup bsp config
ad2d621 meta: add vesafb feature
913facf features/drm-psb: add related config options
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index 9746f1a..72db7bf 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt"
SRCREV_machine ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3"
SRCREV_machine_qemuppc ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3"
-SRCREV_meta ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52"
+SRCREV_meta ?= "353d43d340e87996b4be4c5f6ddb4447e050b65c"
PR = "r1"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index c36e8b5..9da7cc1 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "eccd57eaa4c2b580b9adbbc39e19ecbff56779ae"
SRCREV_machine_qemux86 ?= "72671808fdbe69a9fe03fd8f094e7c59da04a28c"
SRCREV_machine_qemux86-64 ?= "2b2d0954a6fd12b4bb7f02f019bc62633c8060a1"
SRCREV_machine ?= "6b2c7d65b844e686eae7d5cccb9b638887afe28e"
-SRCREV_meta ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52"
+SRCREV_meta ?= "353d43d340e87996b4be4c5f6ddb4447e050b65c"
PR = "r2"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] linux-yocto: config cleanup and streamlining
2011-10-12 20:58 [PATCH 0/1] linux-yocto: config cleanup and streamlining Bruce Ashfield
2011-10-12 20:58 ` [PATCH 1/1] " Bruce Ashfield
@ 2011-10-14 16:41 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-10-14 16:41 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 10/12/2011 01:58 PM, Bruce Ashfield wrote:
> Richard/Saul,
>
> This is a master only pull request (not that I need to
> tell you that) that contains some cleanups that Tom has been
> doing for various intel BSPs (although the changes will be
> useful elsewhere).
>
> I've also pushed these out to the dev kernel, in case anyone
> is interested.
>
> This incorporates the following meta branch commits:
>
> 353d43d fri2: cleanup bsp config
> 2a605e2 sugarbay: cleanup bsp config
> 47b76ed fishriver: cleanup bsp config
> ad6edab jasperforest: cleanup bsp config
> 07f7e89 emenlow: cleanup bsp config
> d32a651 crownbay: cleanup bsp config
> ad2d621 meta: add vesafb feature
> 913facf features/drm-psb: add related config options
>
> cc: Tom Zanussi<tom.zanussi@intel.com>
>
> Cheers,
>
> Bruce
>
> The following changes since commit 2cf9fb4df498fe0e4fa8356dc663fdfdec9a98cc:
>
> hal/hal-info: This is unsed in OE-Core and deprecated, drop (2011-10-12 14:12:10 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib zedd/kernel
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>
> Bruce Ashfield (1):
> linux-yocto: config cleanup and streamlining
>
> meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-14 16:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 20:58 [PATCH 0/1] linux-yocto: config cleanup and streamlining Bruce Ashfield
2011-10-12 20:58 ` [PATCH 1/1] " Bruce Ashfield
2011-10-14 16:41 ` [PATCH 0/1] " Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox