Re: [OE-core] [PATCH] convert-srcuri.py: remove extra spaces before backslash

2021-11-11 Thread Quentin Schulz
Hi Kai, On November 11, 2021 4:48:14 AM GMT+01:00, kai wrote: >From: Kai Kang > >There may be more than one spaces before backslash in SRC_URI. Strip There could technically be tabs too and the current code (even after your patch) does not seem to handle that (from the git context I see in you

Re: [OE-core] [honister][PATCH] insane.bbclass: Add a check for directories that are expected to be empty

2021-11-11 Thread Peter Kjellerstedt
> -Original Message- > From: Mittal, Anuj > Sent: den 11 november 2021 04:06 > To: Peter Kjellerstedt > Subject: Re: [OE-core] [honister][PATCH] insane.bbclass: Add a check for > directories that are expected to be empty > > On Wed, 2021-11-10 at 20:53 +, Peter Kjellerstedt wrote: >

[OE-core] [PATCH v2] convert-srcuri.py: use regex to check space in SRC_URI

2021-11-11 Thread kai
From: Kai Kang There may be none, one or more spaces including tab before backslash in SRC_URI. Use regex to check and update. It helps to avoid malformed uri such as recipe open-iscsi-user in meta-openstack: SRC_URI = "git://github.com/open-iscsi/open-iscsi.git;protocol=https ;branch=master \

Re: [OE-core] [PATCH] convert-srcuri.py: remove extra spaces before backslash

2021-11-11 Thread kai
On 11/11/21 4:40 PM, Quentin Schulz wrote: Hi Kai, On November 11, 2021 4:48:14 AM GMT+01:00, kai wrote: From: Kai Kang There may be more than one spaces before backslash in SRC_URI. Strip There could technically be tabs too and the current code (even after your patch) does not seem to han

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-11 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Peter, > How do you avoid the repo wrapper fetching the repo source itself > and instead fetch it using the bitbake fetcher? I have seen nothing > to that extent in the patches so far. we don't. This recipe only installs the repo wrapper. The s

[OE-core] [PATCH] xserver-xorg: add missing libtirpc dependency

2021-11-11 Thread Alexander Kanavin
This wasn't a problem in poky, but was exposed with a nodistro build. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-g

[OE-core] [pseudo] pseudo_fix_path: do not expand symlinks in /proc

2021-11-11 Thread Sakib Sajal
From: Matt Cowell Some symlinks in /proc, such as those under /proc/[pid]/fd, /proc/[pid]/cwd, and /proc/[pid]/exe that are not real and should not have readlink called on them. These look like symlinks, but behave like hardlinks. Readlink does not return actual paths. Previously pseudo_fix_pa

[OE-core] [PATCH] gcc-common.inc: Remove mirrors that are no longer available

2021-11-11 Thread Peter Kjellerstedt
Also switch to https for https://gcc.gnu.org/pub/gcc/releases/ Signed-off-by: Peter Kjellerstedt --- This patch is based on top of the other patches I sent related to MIRRORS. meta/recipes-devtools/gcc/gcc-common.inc | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta

[oe-core][PATCH v5 1/2] repo: Add recipe for 2.17.3

2021-11-11 Thread Jasper Orschulko via lists.openembedded.org
From: Jasper Orschulko Add a recipe for repo 2.17.3, prerequisite for the repo fetcher. Signed-off-by: Jasper Orschulko --- meta/conf/distro/include/maintainers.inc | 1 + .../0001-Set-REPO_REV-to-v2.17.3.patch| 35 +++ .../repo/repo/0001-python3-shebang.patch

[oe-core][PATCH v5 2/2] base.bbclass: Add sysroot deps for repo fetcher

2021-11-11 Thread Jasper Orschulko via lists.openembedded.org
From: Jasper Orschulko Add git-native and repo-native as prerequisite for the repo fetcher. Signed-off-by: Jasper Orschulko --- meta/classes/base.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index a65fcc6c1d..3298bd1952

Re: [bitbake-devel] [oe-core][PATCH v4 1/2] repo: Add recipe for 2.17.3

2021-11-11 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 > to be on safer side perhaps use below single line instead of above > two. > install -Dm 0755 ${WORKDIR}/git/repo ${D}${bindir}/repo Done in v5 of this patch series :) Also, I modified the REPO_REV patch in such a way, that the enduser installing

Re: [OE-core] [PATCH 04/24] xserver-xorg: update 1.20.13 -> 21.1.1

2021-11-11 Thread Richard Purdie
On Wed, 2021-11-10 at 20:39 +0100, Alexander Kanavin wrote: > libxcvt is a new dependency (thanks Oleksandr!). > > Include ${libdir}/xorg/modules/input/*.so into the main > package (if for someone separate packaging matters, please > investigate what they do). > > Remove options no longer present

Re: [OE-core] [PATCH 04/24] xserver-xorg: update 1.20.13 -> 21.1.1

2021-11-11 Thread Richard Purdie
On Thu, 2021-11-11 at 10:26 +, Richard Purdie via lists.openembedded.org wrote: > On Wed, 2021-11-10 at 20:39 +0100, Alexander Kanavin wrote: > > libxcvt is a new dependency (thanks Oleksandr!). > > > > Include ${libdir}/xorg/modules/input/*.so into the main > > package (if for someone separat

Re: [OE-core] [PATCH 04/24] xserver-xorg: update 1.20.13 -> 21.1.1

2021-11-11 Thread Alexander Kanavin
Patch already sent ;) Alex On Thu, 11 Nov 2021 at 11:27, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2021-11-11 at 10:26 +, Richard Purdie via > lists.openembedded.org > wrote: > > On Wed, 2021-11-10 at 20:39 +0100, Alexander Kanavin wrote: > > > libxcvt is a new de

Re: [OE-core] [honister][PATCH] insane.bbclass: Add a check for directories that are expected to be empty

2021-11-11 Thread Richard Purdie
On Thu, 2021-11-11 at 09:42 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: Mittal, Anuj > > Sent: den 11 november 2021 04:06 > > To: Peter Kjellerstedt > > Subject: Re: [OE-core] [honister][PATCH] insane.bbclass: Add a check for > > directories that are expected to be e

Re: [OE-core] [PATCH 0/7] kernel: consolidated pull request

2021-11-11 Thread Richard Purdie
On Wed, 2021-11-10 at 08:07 -0500, bruce.ashfi...@gmail.com wrote: > From: Bruce Ashfield > > Richard, > > Here's the next round of -stable updates ... more active kernes, means > more -stable! > > I've also added -rt to 5.17 in this series. 5.17 is out now?! (sorry, couldn't help mention I'd

Re: [bitbake-devel] [oe-core][PATCH v5 2/2] base.bbclass: Add sysroot deps for repo fetcher

2021-11-11 Thread Jose Quaresma
Jasper Orschulko via lists.openembedded.org escreveu no dia quinta, 11/11/2021 à(s) 10:22: > From: Jasper Orschulko > > Add git-native and repo-native as prerequisite for the repo fetcher. > > Signed-off-by: Jasper Orschulko > --- > meta/classes/base.bbclass | 5 + > 1 file changed, 5 inse

Re: [bitbake-devel] [oe-core][PATCH v5 1/2] repo: Add recipe for 2.17.3

2021-11-11 Thread Jose Quaresma
Jasper Orschulko via lists.openembedded.org escreveu no dia quinta, 11/11/2021 à(s) 10:21: > From: Jasper Orschulko > > Add a recipe for repo 2.17.3, prerequisite for the repo fetcher. > > Signed-off-by: Jasper Orschulko > --- > meta/conf/distro/include/maintainers.inc | 1 + > .../0001-

Re: [OE-core] [honister][PATCH] insane.bbclass: Add a check for directories that are expected to be empty

2021-11-11 Thread Peter Kjellerstedt
> -Original Message- > From: Richard Purdie > Sent: den 11 november 2021 11:31 > To: Peter Kjellerstedt ; Mittal, Anuj > > Cc: OE Core (openembedded-core@lists.openembedded.org) c...@lists.openembedded.org> > Subject: Re: [OE-core] [honister][PATCH] insane.bbclass: Add a check for > dire

Re: [oe-core][PATCH v5 1/2] repo: Add recipe for 2.17.3

2021-11-11 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Jasper Orschulko via > lists.openembedded.org > Sent: den 11 november 2021 11:21 > To: openembedded-core@lists.openembedded.org > Cc: mar...@mko.dev; daniel.baumg...@iris-sensing.com; > bitbake-de...@li

Re: [OE-core] [pseudo] pseudo_fix_path: do not expand symlinks in /proc

2021-11-11 Thread Richard Purdie
On Thu, 2021-11-11 at 05:11 -0500, Sakib Sajal wrote: > From: Matt Cowell > > Some symlinks in /proc, such as those under /proc/[pid]/fd, > /proc/[pid]/cwd, and /proc/[pid]/exe that are not real and should not > have readlink called on them. These look like symlinks, but behave like > hardlinks.

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-11 Thread Peter Kjellerstedt
> -Original Message- > From: Jasper Orschulko > Sent: den 11 november 2021 11:05 > To: richard.pur...@linuxfoundation.org; openembedded- > c...@lists.openembedded.org; kweihm...@outlook.com; Peter Kjellerstedt > ; jas...@fancydomain.eu > Cc: mar...@mko.dev; Daniel Baumgart ; > bitbake-de..

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-11 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Richard, > Even ten recipes using this will show a degradation in parsing speed > and I do > get a lot of complaints when parsing slows down for any reason. The > user doesn't > expect this and it won't be visible what bitbake is doing (sitting a

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-11 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Peter, > However, this means > that only the source for the repo wrapper is available in DL_DIR. So > when the repo wrapper executes it will try to go on the Internet to > fetch the rest of the repo source, which will fail. just to clearify:

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-3.3.4.rc1)

2021-11-11 Thread Teoh, Jay Shen
Hi all, This is the full report for yocto-3.3.4.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. new issue found Bug 14622 - bsps-hw.bsps-hw.Test_Seek_bar_and_volume_control manual t

Re: [bitbake-devel] [oe-core][PATCH v5 1/2] repo: Add recipe for 2.17.3

2021-11-11 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Jose, > I think we can replace the patch 0001-Set-REPO_REV-to-v2.17.3.patch > with a post function > and with it we can reuse the SRCREV of the recipe. Something like: > > do_fix_rev(){ > sed -i "s/REPO_REV = 'stable'/REPO_REV = '${SRCREV}'"

[OE-core] [PATCH] dtc: use Meson to build

2021-11-11 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-kernel/dtc/dtc.inc | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index b8a6b34f0c..adee8d5b4a 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/me

Re: [oe-core][PATCH v5 1/2] repo: Add recipe for 2.17.3

2021-11-11 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 > Remove " \n". done in v6. > You can remove "m 0755" as that is the default for install. whoops, that sneaked back in as I was addressing Khem's comment :) - -- With best regards Jasper Orschulko DevOps Engineer Tel. +49 30 58 58 14 265 Fax +4

[OE-core] [PATCH v2] fetch2/repo: Implement AUTOREV for repo fetcher

2021-11-11 Thread Jasper Orschulko via lists.openembedded.org
From: Martin Koppehel - Implement AUTOINC and submodule support for REPO provider - Implement full srcrev support - Add comments and fixup empty DL_DIR initialization - Distinguish between artificial and plain rev - Comments/documentation The previous implementation of the repo fetcher could not

Re: [OE-core] [PATCH v2] fetch2/repo: Implement AUTOREV for repo fetcher

2021-11-11 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 v2 fixes a bug we discovered in version pinning the refspecs in the repo manifest. Also, we removed the "racecondition bugfix" from this patch series (for now), as we were so far unable to reproduce it again. - -- With best regards Jasper Orschulk

[OE-core] [hardknott][Patch v2] inetutils: fix CVE-2021-40491

2021-11-11 Thread Lee Chee Yang
From: Yi Zhao CVE-2021-40491: The ftp client in GNU Inetutils before 2.2 does not validate addresses returned by PASV/LSPV responses to make sure they match the server address. This is similar to CVE-2020-8284 for curl. References: https://nvd.nist.gov/vuln/detail/CVE-2021-40491 Patch from: htt

Re: [OE-core] [PATCH v4] glibc: ptest: Add running glibc time related test suite (Y2038) with ptest

2021-11-11 Thread Khem Raj
On Tue, Nov 9, 2021 at 7:29 AM Lukasz Majewski wrote: > > This patch introduces new recipe - namely 'glibc-tests', which > builds and installs time related (to check if Y2038 support works) glibc > test suite to OE/Yocto built image. > > It reuses code from already available 'glibc-testsuite' reci

[OE-core] [PATCH 1/2] qemu: Exclude building on riscv32

2021-11-11 Thread Khem Raj
Needs syscalls issues addressed. fails currently to build ../qemu-6.1.0/linux-user/syscall.c:659:1: error: use of undeclared identi fier '__NR_nanosleep'; did you mean 'safe_nanosleep'? Signed-off-by: Khem Raj --- meta/recipes-devtools/qemu/qemu.inc | 1 + 1 file changed, 1 insertion(+) diff -

[OE-core] [PATCH 2/2] ptest-packagelists: Remove qemu ptests for rv32

2021-11-11 Thread Khem Raj
qemu is not buildable on rv32 yet Signed-off-by: Khem Raj --- meta/conf/distro/include/ptest-packagelists.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index fd52fa72a4

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-11 Thread Peter Kjellerstedt
> -Original Message- > From: Jasper Orschulko > Sent: den 11 november 2021 13:10 > To: richard.pur...@linuxfoundation.org; openembedded- > c...@lists.openembedded.org; kweihm...@outlook.com; Peter Kjellerstedt > ; jas...@fancydomain.eu > Cc: mar...@mko.dev; Daniel Baumgart ; > bitbake-de..

Re: [OE-core][dunfell 00/14] Patch review

2021-11-11 Thread Steve Sakoman
On Wed, Nov 10, 2021 at 6:08 PM Steve Sakoman via lists.openembedded.org wrote: > > Please review this set of patches for dunfell and have comments back by end > of day Friday. I forgot to add: Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2910

[OE-core] [PATCH] scripts/lib/wic/help.py: Update Fedora Kickstart URLs

2021-11-11 Thread Jon Mason
The URLs describing Kickstart are no longer valid and do not redirect to the correct location. Update them with the correct location. Signed-off-by: Jon Mason --- scripts/lib/wic/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/help.py b/scripts/li

Re: [OE-core] [PATCH] xserver-xorg: add missing libtirpc dependency

2021-11-11 Thread Khem Raj
On Thu, Nov 11, 2021 at 2:05 AM Alexander Kanavin wrote: > This wasn't a problem in poky, but was exposed with a nodistro build. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --gi

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-11 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Peter, during this initial fetch it is true, that the repo fetcher has to download the repo sources from googlesource.com. But during this first fetch the fetcher also needs to download any sources listed in the repo manifest anyway, so internet

Re: [OE-core] [PATCH] xserver-xorg: add missing libtirpc dependency

2021-11-11 Thread Richard Purdie
On Thu, 2021-11-11 at 06:58 -0800, Khem Raj wrote: > > > On Thu, Nov 11, 2021 at 2:05 AM Alexander Kanavin > wrote: > > This wasn't a problem in poky, but was exposed with a nodistro build. > > > > Signed-off-by: Alexander Kanavin > > --- > >  meta/recipes-graphics/xorg-xserver/xserver-xorg.in

[OE-core] [PATCH 2/2] scripts/oe-package-browser: Handle no packages being built

2021-11-11 Thread Richard Purdie
Give the user a proper error message if there aren't packages built, rather than a less friendly traceback. [YOCTO #14619] Signed-off-by: Richard Purdie --- scripts/oe-pkgdata-browser | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/oe-pkgdata-browser b/scripts/oe-pkgdata-browser i

[OE-core] [PATCH 1/2] scripts/oe-package-browser: Fix after overrides change

2021-11-11 Thread Richard Purdie
After the overrides change, the format of pkgdata changed and this usage of configparser no longer works. This change is a bandaid to make things work but the pkgdata format isn't very similar to ini files so this may need to be reimplmented in a better way in the long run. [YOCTO #14619] Signed-

[OE-core] [PATCH] glibc-version.inc: remove branch= from GLIBC_GIT_URI

2021-11-11 Thread Anuj Mittal
GLIBC_GIT_URI is used along with branch=${SRCBRANCH} so no need to add it here. Signed-off-by: Anuj Mittal --- meta/recipes-core/glibc/glibc-version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-

Re: [OE-core] [PATCH] xserver-xorg: add missing libtirpc dependency

2021-11-11 Thread Khem Raj
On Thu, Nov 11, 2021 at 7:23 AM Richard Purdie wrote: > > On Thu, 2021-11-11 at 06:58 -0800, Khem Raj wrote: > > > > > > On Thu, Nov 11, 2021 at 2:05 AM Alexander Kanavin > > wrote: > > > This wasn't a problem in poky, but was exposed with a nodistro build. > > > > > > Signed-off-by: Alexander Ka

Re: [OE-core] [PATCH] glibc-version.inc: remove branch= from GLIBC_GIT_URI

2021-11-11 Thread Khem Raj
On Thu, Nov 11, 2021 at 7:40 AM Anuj Mittal wrote: > > GLIBC_GIT_URI is used along with branch=${SRCBRANCH} so no need to add > it here. right, LGTM > > Signed-off-by: Anuj Mittal > --- > meta/recipes-core/glibc/glibc-version.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[OE-core] [PATCHv2] recipe-graphics/waffle: Add depends on cmake-native

2021-11-11 Thread Anibal Limon
Fixes, ... File "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/mesonbuild/modules/cmake.py", line 241, in detect_cmake p, stdout, stderr = mesonlib.Popen_safe(cmakebin.get_command

[OE-core] [PATCH] wpa-supplicant: Match package override to PACKAGES for pkg_postinst

2021-11-11 Thread Richard Purdie
In PACKAGES, ${PN} is used so it makes sense for the pkg_postinst variable override to match that else it causes user confusion. [YOCTO #14616] Signed-off-by: Richard Purdie --- meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [PATCH] xserver-xorg: add missing libtirpc dependency

2021-11-11 Thread Alexander Kanavin
FWIW, once the next LTS is out, I'm going to propose the following (I already have the patches): - nodistro/default oe-core set gets opengl/wayland features (but not vulkan just yet :) - AB's config.json gets a 'only-x11' configuration where those features are removed, and sato images/SDKs are bui

Re: [OE-core] [PATCHv2] recipe-graphics/waffle: Add depends on cmake-native

2021-11-11 Thread Ross Burton
On Thu, 11 Nov 2021 at 17:07, Anibal Limon wrote: > > Fixes, > > ... > File > "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/mesonbuild/modules/cmake.py", > line 241, in detect_cmake >

Re: [OE-core] [PATCHv2] recipe-graphics/waffle: Add depends on cmake-native

2021-11-11 Thread Alexander Kanavin
On Thu, 11 Nov 2021 at 18:40, Ross Burton wrote: > > But why does the Meson build want CMake? > Maybe this? https://gitlab.freedesktop.org/mesa/waffle/-/blob/master/src/waffle/meson.build#L238 Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#

Re: [OE-core] [PATCHv2] recipe-graphics/waffle: Add depends on cmake-native

2021-11-11 Thread Ross Burton
> Maybe this? > https://gitlab.freedesktop.org/mesa/waffle/-/blob/master/src/waffle/meson.build#L238 Well that's annoying that it needs cmake just to write a configuration file. I suggest rewriting the commit message: waffle: add explicit dependency to cmake-native cmake-native can get pulled i

[OE-core] linux-firmware: discrepancy around the brcmfmac/cyfmac43430

2021-11-11 Thread Awais Belal
Hi all, It seems like there's a discrepancy regarding the license of the brcmfmac/cyfmac43430 firmware or maybe I am misunderstanding something. If I look at the original source (kernel git) for the linux-firmware components the WHENCE file mentions File: cypress/cyfmac43430-sdio.bin Link: br

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-11 Thread Alexander Kanavin
On Thu, 11 Nov 2021 at 16:08, Jasper Orschulko < jasper.orschu...@iris-sensing.com> wrote: > So if you have done this initial fetch of your sources and stash your > working dir away, you can do an offline build. > But can you do an offline build without a prepopulated working dir? That's the cruc

Re: [OE-core] [PATCH v4] glibc: ptest: Add running glibc time related test suite (Y2038) with ptest

2021-11-11 Thread Richard Purdie
On Thu, 2021-11-11 at 05:51 -0800, Khem Raj wrote: > On Tue, Nov 9, 2021 at 7:29 AM Lukasz Majewski wrote: > > > > This patch introduces new recipe - namely 'glibc-tests', which > > builds and installs time related (to check if Y2038 support works) glibc > > test suite to OE/Yocto built image. >

Re: [OE-core] [PATCH 21/24] meson: upgrade 0.59.2 -> 0.60.1

2021-11-11 Thread Khem Raj
seeing a bunch of packages fail common error seems to be meson.build:1:0: ERROR: Unknown options: "introspection" list is here https://errors.yoctoproject.org/Errors/Build/135855/ On Wed, Nov 10, 2021 at 11:40 AM Alexander Kanavin wrote: > > From: Alexander Kanavin > > Signed-off-by: Alexande

[OE-core] [PATCH] gobject-introspection: Add -Dintrospection only when GIR_MESON_OPTION is not empty

2021-11-11 Thread Khem Raj
meson now does not allow unknown options which means we have to be mindful of adding -Dintrospection unconditionally and provide an option to recipes to set GIR_MESON_OPTION = "" and when recipe does that then do not add -D option to meson. This will help recipes to use meson 60.x+ just by adding

Re: [OE-core] [PATCH 29/30] gstreamer1.0-python: do not supply unknown g-i options

2021-11-11 Thread Khem Raj
On Wed, Oct 27, 2021 at 2:08 AM Alexander Kanavin wrote: > > meson 0.60 turns unknown options into them hard errors, so instead of relying > on g-i class > (where the options are mandatory) add g-i dependencies explicitly. > This patch is not needed after merging https://lists.openembedded.org/

Re: [OE-core] [honister][PATCH] insane.bbclass: Add a check for directories that are expected to be empty

2021-11-11 Thread Anuj Mittal
On Thu, 2021-11-11 at 09:42 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: Mittal, Anuj > > Sent: den 11 november 2021 04:06 > > To: Peter Kjellerstedt > > Subject: Re: [OE-core] [honister][PATCH] insane.bbclass: Add a > > check for > > directories that are expected to

[OE-core] [PATCH V4] ruby: workaround ptest hang problem

2021-11-11 Thread Changqing Li
From: Changqing Li * workaround ptest hang problem since openssl 3 not compatible problem, ruby have disable openssl extention. But disable openssl extention make test_smtp.rs hang at test case "test_start". Net::TestSMTP#test_start: NameError: uninitialized constant Net::SMTP::OpenSSL Did you

[OE-core] [PATCH] vulkan-samples: Fix cmake errors about plain signature

2021-11-11 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-mix-plain-and-keyword-target_link_l.patch | 38 +++ .../vulkan/vulkan-samples_git.bb | 1 + 2 files changed, 39 insertions(+) create mode 100644 meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-do-not-mix-plain-and-keyword-

[OE-core] [honister][PATCH 00/28] Pull request (cover letter only)

2021-11-11 Thread Anuj Mittal
Please merge these changes. Thanks, Anuj The following changes since commit 3cbe3e6f932151800793854ad5d3569dc6f36ab1: qemu.inc: Remove empty egg-info directories before running meson (2021-11-03 00:40:35 +0800) are available in the Git repository at: git://push.openembedded.org/openembed

Re: [OE-core] [PATCH 29/30] gstreamer1.0-python: do not supply unknown g-i options

2021-11-11 Thread Alexander Kanavin
Thanks, can you send a patch to correct this? Alex On Fri, 12 Nov 2021 at 02:35, Khem Raj wrote: > On Wed, Oct 27, 2021 at 2:08 AM Alexander Kanavin > wrote: > > > > meson 0.60 turns unknown options into them hard errors, so instead of > relying on g-i class > > (where the options are mandator