summaryrefslogtreecommitdiffstats
path: root/conf/machine-sdk
diff options
context:
space:
mode:
authorThune Tran <thune.a.tran@boeing.com>2025-06-26 20:58:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-28 09:43:44 +0100
commit3b92f104e024bcb1341b563f396291b41786cc38 (patch)
treea29ef0bc0a56713b677c3b6d292b24fdbe41ca01 /conf/machine-sdk
parent9ea7326bcda490262c3dd8ff85b0eaa7cf45ae30 (diff)
downloadmeta-mingw-master.tar.gz
mingw32-common: set TESTSDK_CASE_DIRS to sdkmingwHEADmaster
Add TESTSDK_CASE_DIRS = "sdkmingw" for compatibility with the simplified SDK test specification in openembedded-core. Signed-off-by: Thune Tran <thune.a.tran@boeing.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'conf/machine-sdk')
-rw-r--r--conf/machine-sdk/include/mingw32-common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc
index 909fc06..56b8052 100644
--- a/conf/machine-sdk/include/mingw32-common.inc
+++ b/conf/machine-sdk/include/mingw32-common.inc
@@ -35,6 +35,9 @@ MACHINEOVERRIDES .= ":sdkmingw32"
35TESTSDK_CLASS_NAME = "oeqa.sdkmingw.testsdk.TestSDKMinGW" 35TESTSDK_CLASS_NAME = "oeqa.sdkmingw.testsdk.TestSDKMinGW"
36TESTSDKEXT_CLASS_NAME = "" 36TESTSDKEXT_CLASS_NAME = ""
37 37
38# Directory that contains testcases
39TESTSDK_CASE_DIRS = "sdkmingw"
40
38WINDMC:mingw32 = "${HOST_PREFIX}windmc" 41WINDMC:mingw32 = "${HOST_PREFIX}windmc"
39WINDRES:mingw32 = "${HOST_PREFIX}windres --include-dir=${STAGING_INCDIR}" 42WINDRES:mingw32 = "${HOST_PREFIX}windres --include-dir=${STAGING_INCDIR}"
40RC:mingw32 = "${WINDRES}" 43RC:mingw32 = "${WINDRES}"