]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-kernel-dev: add systemtap and dependencies
authorBruce Ashfield <bruce.ashfield@gmail.com>
Thu, 7 Mar 2019 05:00:18 +0000 (00:00 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Mar 2019 12:27:28 +0000 (12:27 +0000)
To allow the kernel-dev image to test systemtap, we add the userspace
and required image configuration.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/images/core-image-kernel-dev.bb

index a40b3aa95504f558ae2888ff41a9e36e40d4e347..4d16da1ea8e468032b651f42be49b7e9391f0b88 100644 (file)
@@ -11,6 +11,7 @@ KERNEL_DEV_MODULE ?= "kernel-modules"
 CORE_IMAGE_EXTRA_INSTALL += "${KERNEL_DEV_MODULE} \
                              ${KERNEL_DEV_UTILS} \
                              ${KERNEL_DEV_TOOLS} \
+                             systemtap \
                             "
 
 # We need extra space for things like kernel builds, etc.
@@ -18,3 +19,5 @@ IMAGE_ROOTFS_EXTRA_SPACE_append = " + 3000000"
 
 # Let's define our own subset to test, we can later add a on-target kernel build even!
 DEFAULT_TEST_SUITES = "ping ssh df connman syslog scp date parselogs"
+
+IMAGE_FEATURES += "tools-profile"