babeltrace: extend to nativesdk

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

(From OE-Core rev: b422b4d3c04fb04fddb22da82aa91c39f1b54b2a)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Changqing Li 2025-03-10 09:12:01 +08:00 committed by Steve Sakoman
parent 5615291af4
commit 1b87b3fefb

View File

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