Re: [OE-core] [meta-oe][PATCH] libva: Removed virtual/mesa dependency

2020-04-24 Thread Khem Raj
On 4/24/20 8:01 AM, Bartłomiej Burdukiewicz wrote: > Mesa can be compiled with libva support, in order to avoid recursive > dependency between mesa and libva, virtual/mesa must be removed > from libva recipe. > > Signed-off-by: Bartłomiej Burdukiewicz > --- > meta/recipes-graphics/libva/libva_

Re: [OE-core] [PATCH 1/3] python3-pbr: change shebang to python3

2020-04-24 Thread Khem Raj
On 4/24/20 5:40 AM, Richard Purdie wrote: > On Fri, 2020-04-24 at 09:09 +0800, Changqing Li wrote: >> From: Changqing Li >> >> we have offcially dropped python2, so it is possible >> that our code run on python3 only host, so change >> shebang to python3 to avoid error like: >> python: command n

Re: [oe-core][PATCH 1/1] re2c: advance to version 1.3

2020-04-24 Thread Khem Raj
On 4/23/20 12:43 PM, Joe Slater wrote: > The locations of release archives has changed. We change to pulling > source from the git repo. > > Fix CVE-2020-11958 which applies to versions 1.2 and 1.3. > > Signed-off-by: Joe Slater > --- > .../recipes-support/re2c/re2c/cve-2020-11958.patch | 48

Re: [OE-Core][PATCH 1/6] openssh: Move sshdgenkeys.service to sshd.socket

2020-04-24 Thread Khem Raj
On 4/23/20 10:14 AM, Andre McCurdy wrote: > On Thu, Apr 23, 2020 at 1:30 AM Alex Kiernan wrote: >> On Wed, Apr 22, 2020 at 7:48 PM Andre McCurdy wrote: >>> On Wed, Apr 22, 2020 at 6:52 AM Alex Kiernan wrote: sshd.socket launches the templated sshd@.service, so by moving the sshd

Re: [OE-core] [PATCH] RFC wic: Support .wks files for multiple machines

2020-04-24 Thread Christopher Larson
This will only work the way you expect if hte user's local.conf uses ?= or ??= for MACHINE, otherwise setting it in the environment will do nothing. On Fri, Apr 24, 2020 at 6:30 AM Ricardo Ribalda wrote: > If you want to make a disk image containing rootfs for different > machines, the only way

[OE-core] [meta-oe][PATCH] libva: Removed virtual/mesa dependency

2020-04-24 Thread Bartłomiej Burdukiewicz
Mesa can be compiled with libva support, in order to avoid recursive dependency between mesa and libva, virtual/mesa must be removed from libva recipe. Signed-off-by: Bartłomiej Burdukiewicz --- meta/recipes-graphics/libva/libva_2.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

Re: [OE-core] Changing DISTRO_FEATURES / build directory

2020-04-24 Thread Richard Purdie
On Fri, 2020-04-24 at 14:20 +, chris.lapla...@agilent.com wrote: > > "contains" has special magic where it caches the specific value > > presence > > rather than the whole string. I'd therefore recommend using the > > contains > > functions where at all possible for that reason. > > So then re

Re: [OE-core] Changing DISTRO_FEATURES / build directory

2020-04-24 Thread Chris Laplante via lists.openembedded.org
> "contains" has special magic where it caches the specific value presence > rather than the whole string. I'd therefore recommend using the contains > functions where at all possible for that reason. So then regarding my other points, it is correctly handled by the signature code? If so, why doe

Re: [OE-core] Changing DISTRO_FEATURES / build directory

2020-04-24 Thread Richard Purdie
On Fri, 2020-04-24 at 13:59 +, chris.lapla...@agilent.com wrote: > > > So, is changing DISTRO_FEATURES but not changing the build > > > directory > > > expected to work? > > > > Should work but has bugs. > > > > There were some fixed around the thud/zeus timeframe. > > > > https://bugzilla.y

Re: [OE-core] Changing DISTRO_FEATURES / build directory

2020-04-24 Thread Chris Laplante via lists.openembedded.org
> > So, is changing DISTRO_FEATURES but not changing the build directory > > expected to work? > > Should work but has bugs. > > There were some fixed around the thud/zeus timeframe. > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=13702 > > is a recently reported one that has patches in m

[OE-core] [PATCH] RFC wic: Support .wks files for multiple machines

2020-04-24 Thread Ricardo Ribalda
If you want to make a disk image containing rootfs for different machines, the only way to do it today is by calling wic and passing the different rootfs-paths. Eg: combined.wks part /export --source rootfs --rootfs-dir=target-image part / --source rootfs bitbake multiconfig:arm:target-image wic

Re: [OE-core] [PATCH 1/3] python3-pbr: change shebang to python3

2020-04-24 Thread Richard Purdie
On Fri, 2020-04-24 at 09:09 +0800, Changqing Li wrote: > From: Changqing Li > > we have offcially dropped python2, so it is possible > that our code run on python3 only host, so change > shebang to python3 to avoid error like: > python: command not found I worry this is going to be the start of

Re: [OE-core] [PATCH] selftest/imagefeatures: Enable sanity test for IMAGE_GEN_DEBUGFS

2020-04-24 Thread Yeoh Ee Peng
Hi Richard, I did rerun the imagefeatures tests on master and master-next, here are my findings. On master (commit: a44b8d2856a937ca3991cbf566788b0cd541d777), test_image_gen_debugfs test was passing. 2020-04-24 16:05:56,417 - oe-selftest - INFO - test_image_gen_debugfs (imagefeatures.ImageFea