diff options
author | Ong Boon Leong <boon.leong.ong@intel.com> | 2014-07-12 01:21:04 +0800 |
---|---|---|
committer | Brendan Le Foll <brendan.le.foll@intel.com> | 2014-11-10 15:07:23 +0000 |
commit | 964f1e0633b97c7ce44cfd6c28e312067e9d67c3 (patch) | |
tree | b938500094ea651f0e5c9a65e6e48e4841a24823 | |
parent | b498b8fba39d36cf6f44060c4fe37db026284a44 (diff) | |
download | meta-intel-quark-964f1e0633b97c7ce44cfd6c28e312067e9d67c3.tar.gz meta-intel-quark-964f1e0633b97c7ce44cfd6c28e312067e9d67c3.tar.bz2 meta-intel-quark-964f1e0633b97c7ce44cfd6c28e312067e9d67c3.zip |
meta-galielo: move conf/machine-sdk into meta-quark-bsp
Move machine-sdk conf files from meta-galileo back to
meta-quark-bsp in order meta-galileo to purely containing
Intel Galileo meta-data only.
Metadata in machine-sdk is common to all Quark platforms.
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
-rw-r--r-- | conf/machine-sdk/i586-tarball.conf | 8 | ||||
-rw-r--r-- | conf/machine-sdk/x86_64-tarball.conf | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine-sdk/i586-tarball.conf b/conf/machine-sdk/i586-tarball.conf new file mode 100644 index 0000000..751ad82 --- /dev/null +++ b/conf/machine-sdk/i586-tarball.conf @@ -0,0 +1,8 @@ +SDK_ARCH = "i586" +SDK_CC_ARCH = "-march=i586" + +SDK_GLIBC_ADDONS = "nptl" + +#This prevents creation of .sh script, +#just drops tarball under tmp/deploy/sdk +SDK_PACKAGING_FUNC = "do_compile" diff --git a/conf/machine-sdk/x86_64-tarball.conf b/conf/machine-sdk/x86_64-tarball.conf new file mode 100644 index 0000000..9c638af --- /dev/null +++ b/conf/machine-sdk/x86_64-tarball.conf @@ -0,0 +1,7 @@ +SDK_ARCH = "x86_64" + +SDK_GLIBC_ADDONS = "nptl" + +#This prevents creation of .sh script, +#just drops tarball under tmp/deploy/sdk +SDK_PACKAGING_FUNC = "do_compile" |