Re: [OE-core] [PATCH] bitbake.conf: fix suspicious comparison with ('' or 'custom')

2019-12-28 Thread Richard Purdie
On Sun, 2019-12-22 at 16:59 +0900, Masahiro Yamada wrote: > I am not sure what is intended by the code: > > d.getVar('TARGET_OS', d, 1) == ('' or 'custom') > > This is equivalent to: > > d.getVar('TARGET_OS', d, 1) == 'custom' > > If the intended behavior is to take the second element

Re: [OE-core] [PATCH] dummy-sdk-package: append RREPLACES with DUMMYPROVIDES

2019-12-28 Thread Richard Purdie
On Fri, 2019-12-27 at 16:27 +0800, kai.k...@windriver.com wrote: > From: Kai Kang > > When multilib is enabled and installs lib32-perl to image, such as > set > > IMAGE_INSTALL_append = " lib32-perl" > > it fails to run task populate_sdk of images: > > > Problem: package

[OE-core] [PATCH] systemd: fix a test-seccomp build issue

2019-12-28 Thread liu . ming50
From: Ming Liu Fix a following compiling issue when seccomp is enabled by PACKAGECONFIG: | ../test-seccomp.c: In function 'test_protect_sysctl': | ../test-seccomp.c:307:5: error: "__NR__sysctl" is not defined, evaluates to 0 [-Werror=undef] | 307 | #if __NR__sysctl > 0 | |

Re: [OE-core] Debug from failing hashequiv builds - server side problem?

2019-12-28 Thread Richard Purdie
On Fri, 2019-12-27 at 13:55 -0600, Joshua Watt wrote: > From a more theoretical standpoint, I think that hash equivalence > only works if all of the possible variables that can impact the > output hash are present in the taskhash. Otherwise, you can end up in > cases described above where the same