On 10/04/2017 04:01 AM, Andre McCurdy wrote: > On Tue, Oct 3, 2017 at 2:54 PM, Juro Bystricky <[email protected]> > wrote: >> With the commit f4e8e9242c5df095b52688b083df3c9d36e7144b > > That revision doesn't exist in oe-core...
Also, isn't there some sort of standardized format for listing git commit IDs in commit messages ? I recall Linux kernel agreed on something like that. >> 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. >> >> Signed-off-by: Juro Bystricky <[email protected]> >> --- >> meta/site/nios2-linux | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/meta/site/nios2-linux b/meta/site/nios2-linux >> index 2f4e570..5bae748 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} >> db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip} >> db_cv_align_t=${db_cv_align_t='unsigned long long'} >> db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} >> -db_cv_mutex=${db_cv_mutex=ARM/gcc-assembly} >> db_cv_posixmutexes=${db_cv_posixmutexes=no} >> db_cv_uimutexes=${db_cv_uimutexes=no} >> >> -- >> 2.7.4 >> >> -- >> _______________________________________________ >> Openembedded-core mailing list >> [email protected] >> http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Best regards, Marek Vasut -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
