|
Announcing the Yocto Project Summit 2022.5
Hello Yocto and OpenEmbedded professionals and enthusiasts,
The Yocto Project will be hosting a 3 day virtual summit that begins on May 17th, 2022 [1].
The CFP is now open and will close on April
Hello Yocto and OpenEmbedded professionals and enthusiasts,
The Yocto Project will be hosting a 3 day virtual summit that begins on May 17th, 2022 [1].
The CFP is now open and will close on April
|
By
Armin Kuster
·
#56654
·
|
|
Re: Fedora 36 / uninative GLIBCXX 3.4.30
Hello,
Thanks for the feedback!
Indeed the check is only on the "ldd --version" output which doesn't account for the libstdc++ and that explains it. As compared to Ubuntu 22.04, Fedora 36 actually has
Hello,
Thanks for the feedback!
Indeed the check is only on the "ldd --version" output which doesn't account for the libstdc++ and that explains it. As compared to Ubuntu 22.04, Fedora 36 actually has
|
By
Federico Pellegrin
·
#56653
·
|
|
[meta-security][PATCH] samhain: update to 4.4.7
This fixes musl builds too.
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-ids/samhain/samhain.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
This fixes musl builds too.
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-ids/samhain/samhain.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
Armin Kuster
·
#56652
·
|
|
[meta-security][PATCH 2/2] linux-yocto_security.inc: add lkrg kfrags
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-kernel/linux/files/lkrg.cfg | 4 ++++
recipes-kernel/linux/files/lkrg.scc | 5 +++++
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-kernel/linux/files/lkrg.cfg | 4 ++++
recipes-kernel/linux/files/lkrg.scc | 5 +++++
|
By
Armin Kuster
·
#56651
·
|
|
[meta-security][PATCH 1/2] lkrg-module: covert to git fetcher
This allows to track tip easier.
refresh patch
Fix LICENSE to match SPDX format
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-kernel/lkrg/files/makefile_cleanup.patch | 6 +++---
This allows to track tip easier.
refresh patch
Fix LICENSE to match SPDX format
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-kernel/lkrg/files/makefile_cleanup.patch | 6 +++---
|
By
Armin Kuster
·
#56650
·
|
|
Re: Fedora 36 / uninative GLIBCXX 3.4.30
FWIW: the same is happening now with ubuntu-22.04 where libstdc++6 package is now built from gcc-12 sources (even when gcc itself still defaults to gcc-11).
I was trying to add the check in
FWIW: the same is happening now with ubuntu-22.04 where libstdc++6 package is now built from gcc-12 sources (even when gcc itself still defaults to gcc-11).
I was trying to add the check in
|
By
Martin Jansa
·
#56649
·
|
|
Re: Fedora 36 / uninative GLIBCXX 3.4.30
Thanks for reporting it. I think to generate the newer version we need gcc 12
which is still in pre-release. We generate the uninative tarball using our own
builds on the autobuilder so until we have
Thanks for reporting it. I think to generate the newer version we need gcc 12
which is still in pre-release. We generate the uninative tarball using our own
builds on the autobuilder so until we have
|
By
Richard Purdie
·
#56648
·
|
|
Fedora 36 / uninative GLIBCXX 3.4.30
Hello,
I've been playing around building a Yocto imagine based on kirkstone/master on the just released Fedora 36 beta test image. (just to give a few bits more details: builds a MX8X image, works
Hello,
I've been playing around building a Yocto imagine based on kirkstone/master on the just released Fedora 36 beta test image. (just to give a few bits more details: builds a MX8X image, works
|
By
Federico Pellegrin
·
#56647
·
|
|
Re: installed and not shipped files. [installed-vs-shipped]
:-)
That's it!
I wasn't aware of this change, could have searched for another couple of
days!
Thank.
you.
very.
much.
Kind Regards
Konsti
--
INSIDE M2M GmbH
Konstantin Kletschke
Berenbosteler
:-)
That's it!
I wasn't aware of this change, could have searched for another couple of
days!
Thank.
you.
very.
much.
Kind Regards
Konsti
--
INSIDE M2M GmbH
Konstantin Kletschke
Berenbosteler
|
By
Konstantin Kletschke
·
#56646
·
|
|
Re: Specified SDKMACHINE value is not valid
Oh I see. we do support aarch64 as build host, so if you are trying
64bit OS on rpi then it should work
although, rpi4 may not have enough muscle to build, perhaps using SSD
with rpi4 might help a
Oh I see. we do support aarch64 as build host, so if you are trying
64bit OS on rpi then it should work
although, rpi4 may not have enough muscle to build, perhaps using SSD
with rpi4 might help a
|
By
Khem Raj
·
#56645
·
|
|
Re: Specified SDKMACHINE value is not valid
I’m actually trying this on an RP4 running Raspbian.
--
NULL
I’m actually trying this on an RP4 running Raspbian.
--
NULL
|
By
jchludzinski
·
#56644
·
|
|
Re: Specified SDKMACHINE value is not valid
are you on a x86_64 host? Secondly try to uncomment SDKMACHINE setting
in local.conf
and see if it helps. Also check if your default shell is bash or dash.
are you on a x86_64 host? Secondly try to uncomment SDKMACHINE setting
in local.conf
and see if it helps. Also check if your default shell is bash or dash.
|
By
Khem Raj
·
#56643
·
|
|
Re: installed and not shipped files. [installed-vs-shipped]
Hi Konstantin,
FILES variables is compatible with glob from Python so that should work but that's really the first time I see this, usually it's just the directory or dir/*. Learned something new
Hi Konstantin,
FILES variables is compatible with glob from Python so that should work but that's really the first time I see this, usually it's just the directory or dir/*. Learned something new
|
By
Quentin Schulz
·
#56642
·
|
|
Building a core-image-weston with custom app using rust and gtk3
Hello,
I'm having real difficulties in compiling a Rust app that uses gtk3 (this app successfully builds and runs on my host machine). I'm on the master branch of poky, using rust 1.59.
Is this still
Hello,
I'm having real difficulties in compiling a Rust app that uses gtk3 (this app successfully builds and runs on my host machine). I'm on the master branch of poky, using rust 1.59.
Is this still
|
By
atch.cpp@...
·
#56641
·
|
|
Re: Specified SDKMACHINE value is not valid
$ git clone git://git.yoctoproject.org/poky.git
$ cd ./poky
$ git checkout yocto-3.4.2
$ cd ..
$ source ./poky/oe-init-build-env
$ cd ./build
$ time bitbake core-image-minimal
...
ERROR: OE-core's
$ git clone git://git.yoctoproject.org/poky.git
$ cd ./poky
$ git checkout yocto-3.4.2
$ cd ..
$ source ./poky/oe-init-build-env
$ cd ./build
$ time bitbake core-image-minimal
...
ERROR: OE-core's
|
By
jchludzinski
·
#56640
·
|
|
[meta-selinux][PATCH 11/11] checkpolicy: Update LICENSE variable
From: Mingli Yu <mingli.yu@...>
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
recipes-security/selinux/checkpolicy_3.3.bb
From: Mingli Yu <mingli.yu@...>
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
recipes-security/selinux/checkpolicy_3.3.bb
|
By
Yu, Mingli
·
#56639
·
|
|
[meta-selinux][PATCH 10/11] selinux-sandbox: Update LICENSE variable
From: Mingli Yu <mingli.yu@...>
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
From: Mingli Yu <mingli.yu@...>
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
|
By
Yu, Mingli
·
#56638
·
|
|
[meta-selinux][PATCH 09/11] setools: Update LICENSE variable
From: Mingli Yu <mingli.yu@...>
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
recipes-security/setools/setools_4.4.0.bb |
From: Mingli Yu <mingli.yu@...>
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
recipes-security/setools/setools_4.4.0.bb |
|
By
Yu, Mingli
·
#56637
·
|
|
[meta-selinux][PATCH 08/11] policycoreutils: Update LICENSE variable
From: Mingli Yu <mingli.yu@...>
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
From: Mingli Yu <mingli.yu@...>
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
|
By
Yu, Mingli
·
#56636
·
|
|
[meta-selinux][PATCH 07/11] mcstrans: Update LICENSE variable
From: Mingli Yu <mingli.yu@...>
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
recipes-security/selinux/mcstrans_3.3.bb |
From: Mingli Yu <mingli.yu@...>
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Mingli Yu <mingli.yu@...>
---
recipes-security/selinux/mcstrans_3.3.bb |
|
By
Yu, Mingli
·
#56635
·
|