[OE-core] [PATCH 2/2] lib/oe/package_manager.py (rpm): Allow use of non-signed feeds

2017-09-30 Thread Otavio Salvador
When we wish to use the package feed for local development, it does not uses GPG signed feeds by default but dnf does. We need to configure the GPG signature check out so it works out of box. Signed-off-by: Otavio Salvador --- meta/lib/oe/package_manager.py | 2 +- 1

[OE-core] [PATCH 1/2] lib/oe/package_manager.py (rpm): Signature check is enabled by default

2017-09-30 Thread Otavio Salvador
The dnf has GPG signature check enabled by default. It has been confimed using: , | root@qemux86-64:~# grep gpgcheck /etc/dnf/dnf.conf | gpgcheck=1 ` Signed-off-by: Otavio Salvador --- meta/lib/oe/package_manager.py | 1 - 1 file changed, 1 deletion(-) diff

[OE-core] non uniform directories permissions in sstate-cache

2017-09-30 Thread Andrea Galbusera
Recent posts on both Yocto's ML and here mentioned this issue, but I prefer to post in a new thread, since it's possible that the main focus of those thread (sharing sstate-cache between multiple users) might somewhat have shadowed what IMHO seems indeed an issue with directories permissions in

Re: [OE-core] [PATCH v4 2/3] wayland: Fix installation patch issue

2017-09-30 Thread Otavio Salvador
On Sat, Sep 30, 2017 at 10:43 AM, Fabien Lahoudere wrote: > On Fri, 2017-09-29 at 11:32 +0100, Burton, Ross wrote: > > With xserver-xorg I get: > > | make[2]: *** No rule to make target >

Re: [OE-core] [PATCH v4 2/3] wayland: Fix installation patch issue

2017-09-30 Thread Fabien Lahoudere
On Fri, 2017-09-29 at 11:32 +0100, Burton, Ross wrote: > With xserver-xorg I get: > | make[2]: *** No rule to make target > '//usr/share/wayland-protocols/unstable/relative- > pointer/relative-pointer-unstable-v1.xml', needed by > 'relative-pointer-unstable-v1-client- > protocol.h'.  Stop. > >

Re: [OE-core] [PATCH v3 2/3] wayland-protocols: Fix installation patch issue

2017-09-30 Thread Fabien Lahoudere
On Wed, 2017-09-27 at 20:11 +0100, Burton, Ross wrote: > libsdl2 doesn't build for me: > | /bin/bash ../SDL2-2.0.5/build-scripts/mkinstalldirs build > | make: *** No rule to make target '/usr/share/wayland/wayland.xml', needed > by 'gen/wayland- > client-protocol.h'.  Stop. > > Do you have

Re: [OE-core] [PATCH v2 2/4] wayland-protocols: Fix installation patch issue

2017-09-30 Thread Fabien Lahoudere
On Wed, 2017-09-27 at 12:12 +0100, Burton, Ross wrote: > On 27 September 2017 at 00:08, Fabien Lahoudere > wrote: > > On Tue, 2017-09-26 at 20:16 +0100, Burton, Ross wrote: > > > On 26 September 2017 at 19:04, Otavio Salvador > > >

[OE-core] [PATCH 0/1] bitbake.conf: add tools required by testimage to HOSTTOOLS conditionally

2017-09-30 Thread Chen Qi
The following changes since commit fcdfe09d9cc4e2977bd602dfd18f729cd9f6d73d: poky.conf: Fix typo (2017-09-26 16:56:10 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/hosttools_testimage

[OE-core] [PATCH 1/1] bitbake.conf: add tools required by testimage to HOSTTOOLS conditionally

2017-09-30 Thread Chen Qi
Add tools required by testimage to HOSTTOOLS only when testimage is inherited. These tools, as described in the comment, are only required by the testimage task. So this change should not have negtive effect. This would also solve build error on hosts which miss some tool such as scp.