diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-11-28 22:07:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:45:40 +0000 |
commit | ee3e85e3bdd382aca4ad8e2eece44064ee89dcff (patch) | |
tree | f8d0037f81bb160a0b96671968444d2705b9f501 /meta/conf/machine/include/tune-cortexm1.inc | |
parent | 007a0dec82a33b01541c7f6fcad5d28c47a318ba (diff) | |
download | openembedded-core-ee3e85e3bdd382aca4ad8e2eece44064ee89dcff.tar.gz openembedded-core-ee3e85e3bdd382aca4ad8e2eece44064ee89dcff.tar.bz2 openembedded-core-ee3e85e3bdd382aca4ad8e2eece44064ee89dcff.zip |
tune-*: add PACKAGE_EXTRA_ARCHS entries starting with specific ARMPKGARCH
* e.g. arm926ejs DEFAULT tune is compatible with all PACKAGE_EXTRA_ARCHS_tune-armv5te, but needs to list arm926ejs with all possible suffixes too
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-cortexm1.inc')
-rw-r--r-- | meta/conf/machine/include/tune-cortexm1.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-cortexm1.inc b/meta/conf/machine/include/tune-cortexm1.inc index c4c658b774..e7e18e2bad 100644 --- a/meta/conf/machine/include/tune-cortexm1.inc +++ b/meta/conf/machine/include/tune-cortexm1.inc @@ -8,5 +8,4 @@ TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "cortexm1", "-mtune=cortex AVAILTUNES += "cortexm1" ARMPKGARCH_tune-cortexm1 = "cortexm1" TUNE_FEATURES_tune-cortexm1 = "${TUNE_FEATURES_tune-armv7a} cortexm1" -PACKAGE_EXTRA_ARCHS_tune-cortexm1 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at}" - +PACKAGE_EXTRA_ARCHS_tune-cortexm1 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} cortexm1-vfp" |