]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
babeltrace: extend to nativesdk
authorChangqing Li <changqing.li@windriver.com>
Mon, 10 Mar 2025 01:12:01 +0000 (09:12 +0800)
committerSteve Sakoman <steve@sakoman.com>
Wed, 12 Mar 2025 14:14:12 +0000 (07:14 -0700)
This allows anyone using the SDK to be able to analyze the logs
collected on target

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-kernel/lttng/babeltrace_1.5.11.bb

index f4d9b5e42a88459268dbc935869676601db5c4bd..2585747fb6bd5519882f2984b3c37e07d1a2ee38 100644 (file)
@@ -96,3 +96,5 @@ do_install_ptest () {
        sed -i 's:^BTBIN.*:BTBIN=/usr/bin/babeltrace:' ${f}
     done
 }
+
+BBCLASSEXTEND = "nativesdk"