summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-02 22:42:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-04 11:17:52 +0000
commit67493a015472fcdb53ca6f852c809a5d2390a1ea (patch)
tree12e27de659acff9c966623a1d43cf7c71c621d34 /conf
downloadmeta-mingw-67493a015472fcdb53ca6f852c809a5d2390a1ea.tar.gz
Initial population
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf9
-rw-r--r--conf/machine-sdk/i686-mingw32.conf2
-rw-r--r--conf/machine-sdk/x86_64-mingw32.conf24
3 files changed, 35 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..a32fa82
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,9 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "meta-mingw"
8BBFILE_PATTERN_meta-mingw := "^${LAYERDIR}/"
9BBFILE_PRIORITY_meta-mingw = "8"
diff --git a/conf/machine-sdk/i686-mingw32.conf b/conf/machine-sdk/i686-mingw32.conf
new file mode 100644
index 0000000..d9d0952
--- /dev/null
+++ b/conf/machine-sdk/i686-mingw32.conf
@@ -0,0 +1,2 @@
1SDK_ARCH = "i686"
2SDK_OS = "mingw32"
diff --git a/conf/machine-sdk/x86_64-mingw32.conf b/conf/machine-sdk/x86_64-mingw32.conf
new file mode 100644
index 0000000..b41b4a8
--- /dev/null
+++ b/conf/machine-sdk/x86_64-mingw32.conf
@@ -0,0 +1,24 @@
1SDK_ARCH = "x86_64"
2SDK_OS = "mingw32"
3
4GCCTHREADS_mingw32 = "win32"
5
6PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-for-gcc = "nativesdk-mingw-w64-runtime"
7PREFERRED_PROVIDER_virtual/nativesdk-libc = "nativesdk-mingw-w64-runtime"
8PREFERRED_PROVIDER_virtual/nativesdk-libintl = "nativesdk-mingw-w64-runtime"
9PREFERRED_PROVIDER_virtual/nativesdk-libiconv = "nativesdk-libiconv"
10
11USE_NLS_mingw32 = "no"
12
13FILES_${PN}-staticdev_append_mingw32 = " ${libdir}/*.lib"
14ALLOW_EMPTY_${PN}_mingw32 = "1"
15
16# Do what amounts to a NOOP
17SDK_PACKAGING_FUNC = "do_compile"
18SDKTAROPTS_append = " -h --hard-dereference"
19
20SDKUSE_NLS = "no"
21
22SDKPKGSUFFIX = "nativesdk-mingw32"
23
24MACHINEOVERRIDES .= ":sdkmingw32"