diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2017-10-03 14:54:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-07 23:20:40 +0100 |
commit | 777015d7a3c45d6b10e1acd6bb1d0e60a111eb06 (patch) | |
tree | bffc602426fd04fa13915485dab174179fe3bcff /meta/site | |
parent | 725b7f8ccebebe1dbb3a36689db32d1f2759bb82 (diff) | |
download | poky-777015d7a3c45d6b10e1acd6bb1d0e60a111eb06.tar.gz |
siteinfo: nios2-linux - remove wrong mutex info
With the commit afa9f769d62034d4443dfe929422d1d591adf709 some nios2 builds
(uboot, core-image-minimal, etc) were broken due to db trying to use ARM instructions
in mutexes. The reason was db "configure" used the cached entry from nios2-linux
(which was incorrect). So the remedy was to remove the incorrect cached entry
and let db "configure" figure out which is the proper mutex to use.
(From OE-Core rev: c17c6ba906425d4035b8e044c8bd8bd68c47ef74)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/nios2-linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/site/nios2-linux b/meta/site/nios2-linux index 2f4e570fa8..5bae748434 100644 --- a/meta/site/nios2-linux +++ b/meta/site/nios2-linux | |||
@@ -33,7 +33,6 @@ db_cv_path_sh=${db_cv_path_sh=/bin/sh} | |||
33 | db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip} | 33 | db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip} |
34 | db_cv_align_t=${db_cv_align_t='unsigned long long'} | 34 | db_cv_align_t=${db_cv_align_t='unsigned long long'} |
35 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} | 35 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} |
36 | db_cv_mutex=${db_cv_mutex=ARM/gcc-assembly} | ||
37 | db_cv_posixmutexes=${db_cv_posixmutexes=no} | 36 | db_cv_posixmutexes=${db_cv_posixmutexes=no} |
38 | db_cv_uimutexes=${db_cv_uimutexes=no} | 37 | db_cv_uimutexes=${db_cv_uimutexes=no} |
39 | 38 | ||