blob: b7243cbef2c5d9adb6c814216a3cca0992346167 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
meta-darwin
==========
OpenEmbedded meta layer for darwin based SDKs
Notes: odcctools is not 64 bit safe and forces compiles to use -m32. You also need libobjc
installed along with 32 bit libraries for ssl (libcrypto) and libuuid.
The odcctools2 version should be 64 bit safe and not need those workarounds.
You also need a OS-X sysroot tarball/zip file generated (copied) from a target OS-X
system. This is placed in the osx-runtime files directory and is used to compile the SDK
against it. It needs to contain the system libraries (/usr/lib) and include files
(/usr/include).
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: master
Layer Maintainer: Richard Purdie <richard.purdie@linuxfoundation.org>
Please send changes to the yocto mailing list with [meta-darwin] in the subject line,
cc'ing the maintainer.
|