poky/meta/conf/testexport.conf
Richard Purdie e8de01e798 testexport: Fix to work as an image class
The class is mainly an image based class but one recipe does need to look
at values shared with the class and isn't an image. Move this to a conf
file instead, avoiding the need to pollute all recipes globally.

(From OE-Core rev: ed4238487c81b3580e83c257b50745a832a6e717)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-12 11:46:26 +01:00

4 lines
113 B
Plaintext

TEST_EXPORT_SDK_PACKAGES ?= ""
TEST_EXPORT_SDK_DIR ?= "sdk"
TEST_EXPORT_SDK_NAME ?= "testexport-tools-nativesdk"