babeltrace: extend to nativesdk

This allows anyone using the SDK to be able to analyze the logs
collected on target

(From OE-Core rev: 5fda2c8ad16ecf65b9e5012f57b03b8c867e2199)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Changqing Li
2025-03-06 15:36:07 +08:00
committed by Richard Purdie
parent db3e08f820
commit e36a3eccb5

View File

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