]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf/classes/gcc: Don't hardcode -nativesdk
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2013 09:12:04 +0000 (09:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2013 17:30:06 +0000 (18:30 +0100)
commita2110e86b98d646e136de9ec6b8e668079b0d4f4
treebdcd5466e1fde5e922f20f1e95045a6c2147a125
parent9f19d1b90c4fa04439b6267bda0484fd0b350373
bitbake.conf/classes/gcc: Don't hardcode -nativesdk

Hardcoding -nativesdk as the sdk package architecture is inflexible. We may have
multiple different target OS and we need a way to be able to separate them. Turning
this into a configurable value allows the flexibility we need to build different
SDKMACHINEs with different OS targets.

The commit should have no behaviour change, just makes things more configurable.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cross-canadian.bbclass
meta/classes/crosssdk.bbclass
meta/classes/nativesdk.bbclass
meta/conf/bitbake.conf
meta/recipes-devtools/gcc/gcc-configure-runtime.inc
meta/recipes-devtools/gcc/libgcc_4.7.bb
meta/recipes-devtools/gcc/libgcc_4.8.bb