* [PATCH 0/2] linux-yocto: add atom-pc-rt and systemtap
@ 2011-01-14 5:50 Bruce Ashfield
2011-01-14 5:50 ` [PATCH 1/2] linux-yocto: add systemtap config to -stable and -dev kernels Bruce Ashfield
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-01-14 5:50 UTC (permalink / raw)
To: rpurdie; +Cc: poky, yocto, saul.wold
Richard/Saul,
Here are the updated SRCREVs for Darren's recent atom-pc-rt work
and Tom's systemtap configs.
Cheers,
Bruce
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: zedd/kernel
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Thanks,
Bruce Ashfield <bruce.ashfield@windriver.com>
---
Bruce Ashfield (2):
linux-yocto: add systemtap config to -stable and -dev kernels
linux-yocto-stable: add atom-pc preempt_rt support
.../conf/distro/include/poky-default-revisions.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/2] linux-yocto: add systemtap config to -stable and -dev kernels
2011-01-14 5:50 [PATCH 0/2] linux-yocto: add atom-pc-rt and systemtap Bruce Ashfield
@ 2011-01-14 5:50 ` Bruce Ashfield
2011-01-14 5:50 ` [PATCH 2/2] linux-yocto-stable: add atom-pc preempt_rt support Bruce Ashfield
2011-01-17 21:56 ` [PATCH 0/2] linux-yocto: add atom-pc-rt and systemtap Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-01-14 5:50 UTC (permalink / raw)
To: rpurdie; +Cc: poky, yocto, saul.wold
Enable the parameters required for systemtap for all BSPs based
off the standard kernel type.
CONFIG_KPROBES=y
CONFIG_RELAY=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_FS=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
.../conf/distro/include/poky-default-revisions.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 6b98091..ad6ee84 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -93,7 +93,7 @@ SRCREV_machine_pn-linux-yocto-stable_atom-pc ?= "35521a5a70316785a67aca1de1d39a7
SRCREV_machine_pn-linux-yocto-stable_routerstationpro ?= "b323ab98f055df012277f09d444951619fda24e3"
SRCREV_machine_pn-linux-yocto-stable_mpc8315e-rdb ?= "0d19c4ab6185b2e093beb5f366ccff4746197166"
SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "35521a5a70316785a67aca1de1d39a7b84c49ccf"
-SRCREV_meta_pn-linux-yocto-stable ?= "ed446ecd29e8c0f81ab8630a2db652121eeb0b75"
+SRCREV_meta_pn-linux-yocto-stable ?= "48fd1292a8c24bd7b8fbfebb2b160f65a5a959a3"
# development SRCREVs
SRCREV_machine_pn-linux-yocto_qemuarm ?= "4f86b5a0cb23faa4134cc004730d673f6640614b"
SRCREV_machine_pn-linux-yocto_qemumips ?= "2b43d84250a582b61397ad5f59a6445ce1258615"
@@ -105,7 +105,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc ?= "a9d833fda90e2f1257888a97e092135610b5f2
SRCREV_machine_pn-linux-yocto_routerstationpro ?= "219a5f9dc6e5beced36184e141f80b2df61ae32f"
SRCREV_machine_pn-linux-yocto_mpc8315e-rdb ?= "3f01b98238c2ff7913ce9f68f9db5ae9538717bc"
SRCREV_machine_pn-linux-yocto_beagleboard ?= "a9d833fda90e2f1257888a97e092135610b5f259"
-SRCREV_meta_pn-linux-yocto ?= "7102097a25c7658e0f4d4dc71844e0ff6c446b25"
+SRCREV_meta_pn-linux-yocto ?= "df8efe2b973106eddb6def472456f36b257c716d"
SRCREV_pn-linux-libc-headers-yocto ??= "a9d833fda90e2f1257888a97e092135610b5f259"
SRCREV_pn-matchbox-config-gtk ??= "2081"
SRCREV_pn-matchbox-desktop-sato ??= "76"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] linux-yocto-stable: add atom-pc preempt_rt support
2011-01-14 5:50 [PATCH 0/2] linux-yocto: add atom-pc-rt and systemtap Bruce Ashfield
2011-01-14 5:50 ` [PATCH 1/2] linux-yocto: add systemtap config to -stable and -dev kernels Bruce Ashfield
@ 2011-01-14 5:50 ` Bruce Ashfield
2011-01-17 21:56 ` [PATCH 0/2] linux-yocto: add atom-pc-rt and systemtap Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-01-14 5:50 UTC (permalink / raw)
To: rpurdie; +Cc: poky, yocto, saul.wold
Updating the SRCREV to capture this commit to the 2.6.34 kernel:
linux-2.6-windriver: atom-pc-preempt_rt meta-data
The following patch adds support for the preempt_rt kernel type
for the atom-pc machine. It should be applied to the wrs_meta
branch.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
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 ad6ee84..d620c76 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -93,7 +93,7 @@ SRCREV_machine_pn-linux-yocto-stable_atom-pc ?= "35521a5a70316785a67aca1de1d39a7
SRCREV_machine_pn-linux-yocto-stable_routerstationpro ?= "b323ab98f055df012277f09d444951619fda24e3"
SRCREV_machine_pn-linux-yocto-stable_mpc8315e-rdb ?= "0d19c4ab6185b2e093beb5f366ccff4746197166"
SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "35521a5a70316785a67aca1de1d39a7b84c49ccf"
-SRCREV_meta_pn-linux-yocto-stable ?= "48fd1292a8c24bd7b8fbfebb2b160f65a5a959a3"
+SRCREV_meta_pn-linux-yocto-stable ?= "b0615811ce38836d1ade230e3bdb1efaaa68471f"
# development SRCREVs
SRCREV_machine_pn-linux-yocto_qemuarm ?= "4f86b5a0cb23faa4134cc004730d673f6640614b"
SRCREV_machine_pn-linux-yocto_qemumips ?= "2b43d84250a582b61397ad5f59a6445ce1258615"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 0/2] linux-yocto: add atom-pc-rt and systemtap
2011-01-14 5:50 [PATCH 0/2] linux-yocto: add atom-pc-rt and systemtap Bruce Ashfield
2011-01-14 5:50 ` [PATCH 1/2] linux-yocto: add systemtap config to -stable and -dev kernels Bruce Ashfield
2011-01-14 5:50 ` [PATCH 2/2] linux-yocto-stable: add atom-pc preempt_rt support Bruce Ashfield
@ 2011-01-17 21:56 ` Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-01-17 21:56 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: poky, yocto, saul.wold
On Fri, 2011-01-14 at 00:50 -0500, Bruce Ashfield wrote:
> Richard/Saul,
>
> Here are the updated SRCREVs for Darren's recent atom-pc-rt work
> and Tom's systemtap configs.
>
> Cheers,
>
> Bruce
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: zedd/kernel
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>
> Thanks,
> Bruce Ashfield <bruce.ashfield@windriver.com>
Merged into master, thanks.
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-01-17 21:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 5:50 [PATCH 0/2] linux-yocto: add atom-pc-rt and systemtap Bruce Ashfield
2011-01-14 5:50 ` [PATCH 1/2] linux-yocto: add systemtap config to -stable and -dev kernels Bruce Ashfield
2011-01-14 5:50 ` [PATCH 2/2] linux-yocto-stable: add atom-pc preempt_rt support Bruce Ashfield
2011-01-17 21:56 ` [PATCH 0/2] linux-yocto: add atom-pc-rt and systemtap Richard Purdie
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.