diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-01-29 22:03:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 11:28:41 +0000 |
commit | a27cc54fb2d0e59f3a800893c1848cb26a7c5335 (patch) | |
tree | 4070c7efbc46852970828accd583558df0c9b92e /meta | |
parent | 54e6e25f1a369fa6c21ce0f9db3479b1a481825f (diff) | |
download | openembedded-core-a27cc54fb2d0e59f3a800893c1848cb26a7c5335.tar.gz openembedded-core-a27cc54fb2d0e59f3a800893c1848cb26a7c5335.tar.bz2 openembedded-core-a27cc54fb2d0e59f3a800893c1848cb26a7c5335.zip |
sstate-cache-management.sh: Fix available architectures
* grep for AVAILTUNES isn't enough in cases where AVAILTUNE doesn't
match exactly with TUNE_PKGARCH, e.g. AVAILTUNE "cortexa8thf-neon"
and TUNE_PKGARCH "cortexa8t2hf-vfp-neon", instead of trying to find
dynamically every available TUNE_PKGARCH (we have _a lot_ of them
even with oe-core only), add parameter --extra-archs where user can
define extra architectures he supports in given build
* Don't replace '-' with '_' for extra-archs, it does apply to MACHINE
names and some AVAILTUNES, but e.g. cortexa8thf-neon shouldn't be
converted to cortexa8thf_neon
* Add empty architecture for populate_lic sstate archives
* Add ${build_arch}_${arch} combinations for toolchain recipes (e.g.
gcc-cross is using x86_64_i586
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
0 files changed, 0 insertions, 0 deletions