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
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
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-
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
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
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/
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
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
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.
>
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
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
> 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
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 (#
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
>
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
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(-)
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
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
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
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-
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
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-
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
-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
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
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
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
> -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..
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
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 -
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
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
-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
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
-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
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
-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}'"
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
-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:
-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
> -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..
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.
> -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
> -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
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-
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
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
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
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
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
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
-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
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
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
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
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
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
-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
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
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 \
> -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:
>
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
62 matches
Mail list logo