[OE-core] [PATCH 1/1] systemtap-uprobes: inhibit package strip

2012-08-02 Thread Wade Farnsworth
uprobes.ko is not located in /lib/modules, so it fails the check in runstrip that ensures that only the debug section is stripped, leaving the symbols untouched. This prevents the module from being inserted at run time. Inhibiting package stripping fixes the problem. Signed-off-by: Wade

[OE-core] [PATCH 0/1] systemtap-uprobes: inhibit package strip

2012-08-02 Thread Wade Farnsworth
The following changes since commit 56d3bc38bc89b11e5a32908cad0cd6efa4fab08c: Wade Farnsworth (1): systemtap-uprobes: inhibit package strip are available in the git repository at: https://github.com/wfarnsworth/oe-core.git stap-uprobes Wade Farnsworth (1): systemtap-uprobes

Re: [OE-core] [PATCH 1/1] systemtap: update to version 1.8

2012-06-25 Thread Wade Farnsworth
Saul Wold wrote: > On 06/21/2012 12:55 PM, Wade Farnsworth wrote: >> Update the systemtap recipes to the recently released version 1.8. >> Remove a >> couple of patches whose changes are already present in the new version. >> >> Signed-off-by: Wade Farnswor

[OE-core] [PATCH 1/1] systemtap: update to version 1.8

2012-06-21 Thread Wade Farnsworth
Update the systemtap recipes to the recently released version 1.8. Remove a couple of patches whose changes are already present in the new version. Signed-off-by: Wade Farnsworth --- ...prun-configure.ac-support-without-nss-for.patch | 50

[OE-core] [PATCH v4 3/3] systemtap: build and install uprobes.ko

2012-02-06 Thread Wade Farnsworth
SystemTap needs to provide uprobes.ko in order to support user space probing. Build and install the module on systems that support it. Additionally, split off common bits into systemtap_git.inc. Signed-off-by: Wade Farnsworth --- .../systemtap/systemtap-uprobes_git.bb | 42

[OE-core] [PATCH v4 2/3] systemtap: extend the recipe to build the native package

2012-02-06 Thread Wade Farnsworth
Since the target image may not contain dev tools, it is useful to provide native systemtap in order to be able to compile systemtap scripts for the target. Signed-off-by: Wade Farnsworth --- meta/recipes-kernel/systemtap/systemtap_git.bb |8 ++-- 1 files changed, 6 insertions(+), 2

[OE-core] [PATCH v4 1/3] systemtap: bump SRCREV to grab version 1.7

2012-02-06 Thread Wade Farnsworth
Bump SRCREV to the latest stable version of systemtap. Signed-off-by: Wade Farnsworth --- meta/recipes-kernel/systemtap/systemtap_git.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap

[OE-core] [PATCH v4 0/3] systemtap enhancements

2012-02-06 Thread Wade Farnsworth
- v4: Reset PR due to change in PV for systemtap_git.bb Make systemtap-uprobes_git.bb inherit gettext Wade Farnsworth (3): systemtap: bump SRCREV to grab version 1.7 systemtap: extend the recipe to build the native package systemtap: build and install uprobes.ko .../systemtap

[OE-core] [PATCH v3 1/3] systemtap: bump SRCREV to grab version 1.7

2012-02-03 Thread Wade Farnsworth
Bump SRCREV to the latest stable version of systemtap. Signed-off-by: Wade Farnsworth --- meta/recipes-kernel/systemtap/systemtap_git.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap

[OE-core] [PATCH v3 3/3] systemtap: build and install uprobes.ko

2012-02-03 Thread Wade Farnsworth
SystemTap needs to provide uprobes.ko in order to support user space probing. Build and install the module on systems that support it. Additionally, split off common bits into systemtap_git.inc. Signed-off-by: Wade Farnsworth --- .../systemtap/systemtap-uprobes_git.bb | 42

[OE-core] [PATCH v3 2/3] systemtap: extend the recipe to build the native package

2012-02-03 Thread Wade Farnsworth
Since the target image may not contain dev tools, it is useful to provide native systemtap in order to be able to compile systemtap scripts for the target. Signed-off-by: Wade Farnsworth --- meta/recipes-kernel/systemtap/systemtap_git.bb |8 ++-- 1 files changed, 6 insertions(+), 2

[OE-core] [PATCH v3 0/3] systemtap enhancements

2012-02-03 Thread Wade Farnsworth
Wade Farnsworth (3): Bump systemtap SRCREV systemtap: extend the recipe to build the native package systemtap: build and install uprobes.ko .../systemtap/systemtap-uprobes_git.bb | 42 meta/recipes-kernel/systemtap/systemtap_git.bb | 22

[OE-core] [PATCH v2 1/3] Bump systemtap SRCREV

2012-01-26 Thread Wade Farnsworth
Bump systemtap SRCREV to pick up several changes including additional ARM enhancements. Signed-off-by: Wade Farnsworth --- meta/recipes-kernel/systemtap/systemtap_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b

[OE-core] [PATCH v2 3/3] systemtap: build and install uprobes.ko

2012-01-26 Thread Wade Farnsworth
SystemTap needs to provide uprobes.ko in order to support user space probing. Build and install the module on systems that support it. Additionally, split off common bits into systemtap_git.inc. Signed-off-by: Wade Farnsworth --- .../systemtap/systemtap-uprobes_git.bb | 42

[OE-core] [PATCH v2 2/3] systemtap: extend the recipe to build the native package

2012-01-26 Thread Wade Farnsworth
Since the target image may not contain dev tools, it is useful to provide native systemtap in order to be able to compile systemtap scripts for the target. Signed-off-by: Wade Farnsworth --- meta/recipes-kernel/systemtap/systemtap_git.bb |8 ++-- 1 files changed, 6 insertions(+), 2

[OE-core] [PATCH v2 0/3] systemtap enhancements

2012-01-26 Thread Wade Farnsworth
This provides several enhancements to the systemtap recipe to improve end user experience. - v2: Move uprobes bits to a separate recipe per Khem's request. Wade Farnsworth (3): Bump systemtap SRCREV systemtap: extend the recipe to build the native package systemtap: build and in

[OE-core] [PATCH 0/3] systemtap enhancements

2012-01-24 Thread Wade Farnsworth
This provides several enhancements to the systemtap recipe to improve end user experience. Wade Farnsworth (3): Bump systemtap SRCREV systemtap: extend the recipe to build the native package systemtap: build and install uprobes.ko meta/recipes-kernel/systemtap/systemtap_git.bb | 63

[OE-core] [PATCH 1/3] Bump systemtap SRCREV

2012-01-24 Thread Wade Farnsworth
Bump systemtap SRCREV to pick up several changes including additional ARM enhancements. Signed-off-by: Wade Farnsworth --- meta/recipes-kernel/systemtap/systemtap_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b

[OE-core] [PATCH 3/3] systemtap: build and install uprobes.ko

2012-01-24 Thread Wade Farnsworth
SystemTap needs to provide uprobes.ko in order to support user space probing. Build and install the uprobes.ko on systems where it makes sense to. Signed-off-by: Wade Farnsworth --- meta/recipes-kernel/systemtap/systemtap_git.bb | 57 ++- 1 files changed, 54 insertions

[OE-core] [PATCH 2/3] systemtap: extend the recipe to build the native package

2012-01-24 Thread Wade Farnsworth
Since the target image may not contain dev tools, it is useful to provide native systemtap in order to be able to compile systemtap scripts for the target. Signed-off-by: Wade Farnsworth --- meta/recipes-kernel/systemtap/systemtap_git.bb |8 ++-- 1 files changed, 6 insertions(+), 2