[oe] [meta-networking][PATCH] net-snmp: remove perllocal.pod when enable packageconfig[perl]

2021-09-23 Thread Yi Zhao
Fixes: ERROR: net-snmp-5.9.1-r0 do_package_qa: QA Issue: net-snmp-perl-modules contains perllocal.pod (/usr/lib/perl5/5.34.0/x86_64-linux/perllocal.pod), should not be installed [perllocalpod] ERROR: net-snmp-5.9.1-r0 do_package_qa: QA run found fatal errors. Signed-off-by: Yi Zhao ---

[oe] [meta-oe][PATCH] vk-gl-cts: allow the user to specify the target

2021-09-23 Thread Trevor Woerner
When building opengl-es-cts (for example), allow the user to pick which target to build instead of hard-coding the 'surfaceless' target. Signed-off-by: Trevor Woerner --- .../recipes-graphics/vk-gl-cts/khronos-cts.inc | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-)

Re: [oe] [meta-oe][PATCH] vk-gl-cts: allow the user to specify the target

2021-09-23 Thread Khem Raj
On 9/23/21 8:00 AM, Trevor Woerner wrote: When building opengl-es-cts (for example), allow the user to pick which target to build instead of hard-coding the 'surfaceless' target. Signed-off-by: Trevor Woerner --- .../recipes-graphics/vk-gl-cts/khronos-cts.inc | 17 ++--- 1

Re: [oe] [meta-oe][PATCH] vk-gl-cts: allow the user to specify the target

2021-09-23 Thread Trevor Woerner
On Thu 2021-09-23 @ 08:52:14 AM, Khem Raj wrote: > > > On 9/23/21 8:00 AM, Trevor Woerner wrote: > > When building opengl-es-cts (for example), allow the user to pick which > > target to build instead of hard-coding the 'surfaceless' target. > > > > Signed-off-by: Trevor Woerner > > --- > >

[oe] [meta-networking][PATCH] postfix: Add missing dependency on m4

2021-09-23 Thread Khem Raj
Fixes | extract_cfg.sh: line 42: m4: command not found Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/postfix/postfix.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc

[oe] [meta-networking][PATCH] rdma-core: Inherit pkgconfig

2021-09-23 Thread Khem Raj
fixes CMake Error at /home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/rdma-core/36.0-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): | Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

Re: [oe] [meta-oe][PATCH] vk-gl-cts: allow the user to specify the target

2021-09-23 Thread Khem Raj
On Thu, Sep 23, 2021 at 9:17 AM Trevor Woerner wrote: > > On Thu 2021-09-23 @ 08:52:14 AM, Khem Raj wrote: > > > > > > On 9/23/21 8:00 AM, Trevor Woerner wrote: > > > When building opengl-es-cts (for example), allow the user to pick which > > > target to build instead of hard-coding the

[oe] [meta-oe][PATCH v2] vk-gl-cts: allow the user to specify the target

2021-09-23 Thread Trevor Woerner
When building opengl-es-cts (for example), instead of hard-coding a specific target to build (surfaceless), leave the choice empty by default which instructs the package's build system to search the sysroot and try to determine which target to use (i.e. the "Default" target). Provide overrides

Re: [oe] [meta-oe][PATCH v2] vk-gl-cts: allow the user to specify the target

2021-09-23 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel@lists.openembedded.org de...@lists.openembedded.org> On Behalf Of Trevor Woerner > Sent: den 23 september 2021 20:55 > To: openembedded-devel@lists.openembedded.org > Subject: [oe] [meta-oe][PATCH v2] vk-gl-cts: allow the user to specify the

Re: [oe] [meta-oe][PATCH v2] vk-gl-cts: allow the user to specify the target

2021-09-23 Thread Trevor Woerner
On Thu 2021-09-23 @ 07:24:07 PM, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-devel@lists.openembedded.org > de...@lists.openembedded.org> On Behalf Of Trevor Woerner > > Sent: den 23 september 2021 20:55 > > To: openembedded-devel@lists.openembedded.org > >

[oe] openssh-dev package and populate_sdk conflicts

2021-09-23 Thread Matt Johnston
Hi OE list, Recently OpenBMC merged a change to install openssh-sftp-server package alongside dropbear sshd [1]. That caused a conflict in "populate_sdk" which installs all available -dev packages [2]. 'openssh-dev' pulls in an 'openssh' -> 'openssh-sshd' dependency which conflicts with

[oe] [meta-oe][PATCH] lmdb: replace tag with commit id in SRCREV

2021-09-23 Thread Sakib Sajal
Using tag in SRCREV does not work when the git source is added to the PREMIRRORS and set BB_NO_NETWORK = "1". This is because there is no SRCREV, and bitbake needs check the original url to get it. Signed-off-by: Sakib Sajal --- meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 2 +- 1 file changed, 1

Re: [oe] openssh-dev package and populate_sdk conflicts

2021-09-23 Thread Khem Raj
On 9/23/21 20:08, Matt Johnston wrote: Hi OE list, Recently OpenBMC merged a change to install openssh-sftp-server package alongside dropbear sshd [1]. That caused a conflict in "populate_sdk" which installs all available -dev packages [2]. 'openssh-dev' pulls in an 'openssh' ->

[oe] [meta-oe][PATCH] vk-gl-cts: fix soname linking

2021-09-23 Thread Trevor Woerner
The code/build explicitly links to the GL library names instead of their sonames. Update the names that are used for linking so the libraries are found at runtime. Signed-off-by: Trevor Woerner --- ...0001-use-library-sonames-for-linking.patch | 126 ++

[oe] [meta-oe][PATCH] vboxguestdrivers: fix build against 5.14+

2021-09-23 Thread Bruce Ashfield
From: Bruce Ashfield The bump of the reference / default kernels and libc-headers to 5.14 in oe-core broke the build of the vbox guest drivers. The upstream SVN already has 5.14 fixes for the issues, so these are SVN exports of the changes. When a new release is available, we can drop the

[oe] [meta-oe][PATCH v3] vk-gl-cts: allow the user to specify the target

2021-09-23 Thread Trevor Woerner
When building opengl-es-cts (for example), instead of hard-coding a specific target to build (surfaceless), leave the choice empty by default which instructs the package's build system to search the sysroot and try to determine which target to use (i.e. the "Default" target). Provide overrides