diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-01-14 00:29:15 -0500 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-17 21:55:32 +0000 | 
| commit | 55ab96dc2b3a7d3571f6a910ecdedaff1d2d1de4 (patch) | |
| tree | dbfabb3abb01fdbe443d9dc4f1174b4e6699f0ad | |
| parent | 0388f0758f84c7a8ec975d9be7e384cb65d9af4c (diff) | |
| download | openembedded-core-55ab96dc2b3a7d3571f6a910ecdedaff1d2d1de4.tar.gz openembedded-core-55ab96dc2b3a7d3571f6a910ecdedaff1d2d1de4.tar.bz2 openembedded-core-55ab96dc2b3a7d3571f6a910ecdedaff1d2d1de4.zip | |
linux-yocto: add systemtap config to -stable and -dev kernels
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>
| -rw-r--r-- | meta/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 6b9809192d..ad6ee84000 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" | 
