Fixes build errors seen with clang
error: the 'sse' unit is not supported with this instruction set
Signed-off-by: Khem Raj
---
meta/recipes-extended/ltp/ltp_20220527.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/ltp/ltp_20220527.bb
b/meta/recipes-extended/ltp/ltp
Fixes
ERROR: QA Issue: :
/work/x86_64-linux/libmodule-build-perl-native/0.4231-r0/sysroot-destdir/work/x86_64-linux/libmodule-build-perl-native/0.4231-r0/recipe-sysroot-native/usr/bin/config_data
maximum shebang size exceeded, the maximum size is 128. [shebang-size]
Signed-off-by: Khem Raj
---
As far as I know, qemuwrapper-cross should work in such case. You need to use
qemuwrapper-cross instead of nativesdk-qemuwrapper-cross.
Regards,
Qi
-Original Message-
From: openembedded-core@lists.openembedded.org
On Behalf Of leimaohui
Sent: Thursday, July 7, 2022 9:04 AM
To: Richard
Hi K,
Add oe-core list and move poky to BCC to ensure follow to the main
oe-core code review list.
On 2022-06-17 03:13, K. wrote:
Fix missing write permissions to avoid problems with applying patches in
particular on compressed filesystems:
ERROR: perl-5.34.1-r0 do_patch: Applying patch
'0
Hi, Richard
Thanks for your reply.
> A nativesdk-qemuwrapper-cross would run binaries from the SDK under qemu, so
> if SDKMACHINE was x86-64, that would be correct.
OK, it seems that I didn't get the usage of nativesdk-qemuwrapper-cross every
well.
> It sounds like you want a qemuwrapper-cross
On Wed, 2022-07-06 at 23:09 +0200, Alexandre Belloni wrote:
> Hello Richard,
>
> On 06/07/2022 14:16:41+0100, Richard Purdie wrote:
> > To add back sato-icon-theme we need this small util.
> >
> > Signed-off-by: Richard Purdie
> > ---
> > meta/conf/distro/include/maintainers.inc | 1 +
> >
Resurrect sato-icon-theme and move to a version with scalable icons support
to replace adwaita-icon-theme which no longer supports the icons we need
for the sato desktop.
Signed-off-by: Richard Purdie
---
meta/conf/distro/include/maintainers.inc | 1 +
meta/conf/layer.conf
To add back sato-icon-theme we need this small util.
Signed-off-by: Richard Purdie
---
meta/conf/distro/include/maintainers.inc | 1 +
.../icon-naming-utils_0.8.90.bb | 29 +++
2 files changed, 30 insertions(+)
create mode 100644
meta/recipes-sato/sato-icon-
On Wed, Jul 6, 2022 at 4:11 PM Alexander Kanavin wrote:
>
> On Wed, 6 Jul 2022 at 21:54, Joshua Watt wrote:
> > $ python3 -m pip install jsonschema
> > $ jsonschema -i meta/lib/layers.example.json meta/lib/layers.schema.json
>
> Since jsonschema is not a standard module, we need to think for a
On Wed, 6 Jul 2022 at 21:54, Joshua Watt wrote:
> $ python3 -m pip install jsonschema
> $ jsonschema -i meta/lib/layers.example.json meta/lib/layers.schema.json
Since jsonschema is not a standard module, we need to think for a bit
about how and when validation should occur with tools available
Hello Richard,
On 06/07/2022 14:16:41+0100, Richard Purdie wrote:
> To add back sato-icon-theme we need this small util.
>
> Signed-off-by: Richard Purdie
> ---
> meta/conf/distro/include/maintainers.inc | 1 +
> .../icon-naming-utils_0.8.90.bb | 28 +++
> 2
On Wed, 6 Jul 2022 at 21:54, Joshua Watt wrote:
> I think my interest here is more in the JSON schema, and I think
> that's the more important piece for consolidating tools around a
> common standard in the long run. I've pushed up an RFC patch with a
> proposed schema and example layer JSON file
On Tue, Jul 5, 2022 at 11:04 AM Alexander Kanavin
wrote:
>
> On Tue, 5 Jul 2022 at 16:28, Joshua Watt wrote:
> > In that regard, I'd prefer that the JSON file be what defines a layer
> > setup and included in layers. The setup python script is nice (and
> > convenient), but I think it would be be
Defines a common schema for layer setup that can be consumed by tools to
know how to fetch and assemble layers for end users. Also includes an
example of the layer setup that constructs poky for reference.
The schema can be used to validate a layer setup file with the commands:
$ python3 -m pip
On Wed, Jul 6, 2022 at 12:39 PM Richard Purdie
wrote:
>
> On Mon, 2022-07-04 at 22:28 +0100, Richard Purdie via
> lists.openembedded.org wrote:
> > On Mon, 2022-07-04 at 14:34 +0100, Richard Purdie via
> > > > With docs enabled:
> > > > stdio: WARNING: lib32-vala-0.56.1-r0 do_package_qa: QA Issue:
On Sat, 2 Jul 2022 at 10:28, Tim Orling wrote:
>> Configuration will be handled with TEMPLATECONF and a set of templates
>> in a product/platform layer. It's already in core, it's simple to
>> understand and it works. We used it in a very large project. It also
>> requires a certain bit of discipl
This is the reverse of setting up a build by pointing TEMPLATECONF to a
directory
with a template and running '. oe-init-build-env': this takes the config files
from build/conf,
replaces site-specific paths in bblayers.conf with ##OECORE##-relative paths,
and copies
the config files into a speci
This allows:
1. Showing users where and how to define these settings correctly when setting
up
a build from templates in poky (meta-poky/conf/site.conf.sample has commented
out examples and was previously unused).
2. Distributing site-specific settings with template configurations in other
laye
From: Jate Sujjavanich
[YOCTO #14851]
Under some circumstances it is not desirable to create a combined locale
archive (/usr/lib/locale/locale-archive).
The new variable IMAGE_LOCALES_ARCHIVE defaults to '1', so the default
behaviour is not changed.
Modified to work with code before move to lib
This patch is already in the set currently out for review:
https://lists.openembedded.org/g/openembedded-core/message/167569
I'll be sending out the pull request later today, so it should appear
in kirkstone in the next day or so.
Steve
On Tue, Jul 5, 2022 at 4:27 PM Yu, Mingli wrote:
>
> From
On Wed, Jul 6, 2022 at 12:38 PM Robert P. J. Day wrote:
>
>
> not sure why i never noticed this before, but i started a new
> project from the poky layer (not OE), and realized that poky.conf
> explicitly sets:
>
> INIT_MANAGER = "sysvinit"
>
> which can't be overridden in my local.conf. if i
On Mon, 2022-07-04 at 22:28 +0100, Richard Purdie via
lists.openembedded.org wrote:
> On Mon, 2022-07-04 at 14:34 +0100, Richard Purdie via
> > > With docs enabled:
> > > stdio: WARNING: lib32-vala-0.56.1-r0 do_package_qa: QA Issue: File
> > > /usr/bin/vapigen-wrapper in package lib32-vala contain
not sure why i never noticed this before, but i started a new
project from the poky layer (not OE), and realized that poky.conf
explicitly sets:
INIT_MANAGER = "sysvinit"
which can't be overridden in my local.conf. if i want systemd, i guess
i can initialize my project from the OE layer, and
The on target wrapper contains paths from the host build. Remove them.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/vala/vala.inc | 6 ++
1 file changed, 6 insertions(+)
diff --git a/meta/recipes-devtools/vala/vala.inc
b/meta/recipes-devtools/vala/vala.inc
index 90e0b77de0c..974
The .pc we install ourselves for lua has hardcoded /lib assumptions in it
which means in a multilib environment, full build paths end up in users
like rpm's configuration.
Fix the .pc file to use a correct includedir and libdir to resolve
those reproducibility issues.
Signed-off-by: Richard Purdi
On Wed, Jul 6, 2022 at 10:54 AM Martin Jansa wrote:
>
> FWIW: I have noticed yesterday that some of our builds were able to fetch
> external dependencies in do_configure again and found that it was caused by
> this commit.
>
> I understand why this was needed to make icecc.bbclass working again.
FWIW: I have noticed yesterday that some of our builds were able to fetch
external dependencies in do_configure again and found that it was caused by
this commit.
I understand why this was needed to make icecc.bbclass working again.
Our (LGE) use-case is a bit special, because we inherit icecc by
The following changes since commit c6f5fb5e7545636ef7948ad1562548b7b64dac35:
linux-firmware: upgrade 20220509 -> 20220610 (2022-06-20 07:32:00 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next
http://cgit.openembedded.o
Yes, the fix to meta-mingw was already sent, and is already in master-next.
Alex
On Wed, 6 Jul 2022 at 15:22, Alexandre Belloni
wrote:
>
> Hello Alex,
>
> I guess you have seen it in your build but this is probably the cause of
> the meta-mingw failure:
>
> https://autobuilder.yoctoproject.org/t
Hello,
On 06/07/2022 13:10:28+0200, Ming Liu wrote:
> From: Ming Liu
>
> Sometimes an end user might want to choose another kernel type argument
> for uboot-mkimage other than "kernel", for instance: "kernel_noload".
>
> Let's introduce a variable UBOOT_MKIMAGE_KERNEL_TYPE to support that,
> an
On Wed, Jul 6, 2022 at 9:31 AM Richard Purdie
wrote:
>
> On Wed, 2022-07-06 at 15:29 +0200, Alexandre Belloni wrote:
> > Hello Bruce,
> >
> > I got the following reproducible build failures:
> >
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1116/steps/12/logs/stdio
> >
> >
On Wed, Jul 6, 2022 at 9:29 AM Alexandre Belloni
wrote:
>
> Hello Bruce,
>
> I got the following reproducible build failures:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1116/steps/12/logs/stdio
>
> To me, it looks like the in-kernel config changed, did the compression
>
On Wed, 2022-07-06 at 15:29 +0200, Alexandre Belloni wrote:
> Hello Bruce,
>
> I got the following reproducible build failures:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1116/steps/12/logs/stdio
>
> To me, it looks like the in-kernel config changed, did the compressi
Hello Bruce,
I got the following reproducible build failures:
https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1116/steps/12/logs/stdio
To me, it looks like the in-kernel config changed, did the compression
alg change?
Are you able to look at that soon or should I file a bug?
Hello Alex,
I guess you have seen it in your build but this is probably the cause of
the meta-mingw failure:
https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/5467/steps/12/logs/stdio
On 05/07/2022 19:03:36+0200, Alexander Kanavin wrote:
> Drop the patch, as it is no longer neces
To add back sato-icon-theme we need this small util.
Signed-off-by: Richard Purdie
---
meta/conf/distro/include/maintainers.inc | 1 +
.../icon-naming-utils_0.8.90.bb | 28 +++
2 files changed, 29 insertions(+)
create mode 100644
meta/recipes-sato/sato-icon-
Resurrect sato-icon-theme and move to a version with scalable icons support
to replace adwaita-icon-theme which no longer supports the icons we need
for the sato desktop.
Signed-off-by: Richard Purdie
---
meta/conf/distro/include/maintainers.inc | 1 +
.../gstreamer/gst-examples/gst-player
On Tue, 2022-07-05 at 19:03 +0200, Alexander Kanavin wrote:
> adwaita icon theme upstream has done significant trimming around app category
> icons
> (fullcolour versions gone completely, 'symbolic' b&w versions still around
> but marked
> as legacy). Going forward, apps would need to provide the
From: Ming Liu
Sometimes an end user might want to choose another kernel type argument
for uboot-mkimage other than "kernel", for instance: "kernel_noload".
Let's introduce a variable UBOOT_MKIMAGE_KERNEL_TYPE to support that,
and it could be used by BSP layers as well.
Signed-off-by: Ming Liu
Right yes.
License-Update: copyright years
Alex
On Wed, 6 Jul 2022 at 12:39, Khem Raj wrote:
>
>
>
> On Wed, Jul 6, 2022 at 4:07 AM Alexander Kanavin
> wrote:
>>
>> Signed-off-by: Alexander Kanavin
>> ---
>> .../python/{python3-mako_1.2.0.bb => python3-mako_1.2.1.bb} | 4 ++--
>> 1 file
On Wed, Jul 6, 2022 at 4:07 AM Alexander Kanavin
wrote:
> Signed-off-by: Alexander Kanavin
> ---
> .../python/{python3-mako_1.2.0.bb => python3-mako_1.2.1.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-devtools/python/{python3-mako_1.2.0.bb =>
> python3
- curl-ptest is taking around 200 seconds to execute so
added curl-ptest to PTESTS_SLOW
- This patch is rework on an existing patch provided
by Maxin B. John (maxin.j...@intel.com)
https://www.openembedded.org/pipermail/openembedded-core/2017-July/139176.html
- Below is the run log of curl-pt
On Wed, 2022-07-06 at 03:31 +, leimao...@fujitsu.com wrote:
> Hi, Richard
>
> I added nativesdk- qemuwrapper-cross into my meta-toolchain, and found the
> content of nativesdk-qemuwrapper script is like the following:
> --
> # c
This is to avoid check-version reporting a broken current version
(6.3+ sorts higher than 6.3 and isn't tagged in upstream git).
Signed-off-by: Alexander Kanavin
---
meta/recipes-core/ncurses/ncurses_6.3+20220423.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/ncurse
Signed-off-by: Alexander Kanavin
---
...001-xcb-proto.pc.in-reinstate-libdir.patch | 29 +++
...{xcb-proto_1.15.bb => xcb-proto_1.15.2.bb} | 6 ++--
2 files changed, 33 insertions(+), 2 deletions(-)
create mode 100644
meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc
Signed-off-by: Alexander Kanavin
---
meta/recipes-extended/procps/procps_3.3.17.bb | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-extended/procps/procps_3.3.17.bb
b/meta/recipes-extended/procps/procps_3.3.17.bb
index 0f5575c9ab..59ad89d326 100644
--- a/meta
Signed-off-by: Alexander Kanavin
---
.../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +-
...ython3-setuptools_62.5.0.bb => python3-setuptools_62.6.0.bb} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-setuptools_62.5.0.bb
Signed-off-by: Alexander Kanavin
---
.../python/{python3-sphinx_5.0.0.bb => python3-sphinx_5.0.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-sphinx_5.0.0.bb =>
python3-sphinx_5.0.2.bb} (91%)
diff --git a/meta/recipes-devtools/python/py
Signed-off-by: Alexander Kanavin
---
.../python/{python3-mako_1.2.0.bb => python3-mako_1.2.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-mako_1.2.0.bb =>
python3-mako_1.2.1.bb} (73%)
diff --git a/meta/recipes-devtools/python/pyth
Signed-off-by: Alexander Kanavin
---
.../{python3-requests_2.28.0.bb => python3-requests_2.28.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-requests_2.28.0.bb =>
python3-requests_2.28.1.bb} (86%)
diff --git a/meta/recipes-devtools/pyt
Signed-off-by: Alexander Kanavin
---
...-pycryptodomex_3.14.1.bb => python3-pycryptodomex_3.15.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pycryptodomex_3.14.1.bb =>
python3-pycryptodomex_3.15.0.bb} (69%)
diff --git a/meta/recipes-de
Signed-off-by: Alexander Kanavin
---
...{python3-jsonschema_4.6.0.bb => python3-jsonschema_4.6.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-jsonschema_4.6.0.bb =>
python3-jsonschema_4.6.1.bb} (93%)
diff --git a/meta/recipes-devtools/p
Signed-off-by: Alexander Kanavin
---
.../{python3-hatchling_1.3.0.bb => python3-hatchling_1.3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hatchling_1.3.0.bb =>
python3-hatchling_1.3.1.bb} (88%)
diff --git a/meta/recipes-devtools/pyt
Signed-off-by: Alexander Kanavin
---
...thon3-hypothesis_6.46.11.bb => python3-hypothesis_6.48.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hypothesis_6.46.11.bb =>
python3-hypothesis_6.48.2.bb} (91%)
diff --git a/meta/recipes-devtool
Signed-off-by: Alexander Kanavin
---
...n3-cryptography_37.0.2.bb => python3-cryptography_37.0.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-cryptography_37.0.2.bb =>
python3-cryptography_37.0.3.bb} (97%)
diff --git a/meta/recipes-devt
Signed-off-by: Alexander Kanavin
---
...vectors_37.0.2.bb => python3-cryptography-vectors_37.0.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-cryptography-vectors_37.0.2.bb =>
python3-cryptography-vectors_37.0.3.bb} (90%)
diff --git
a/
Signed-off-by: Alexander Kanavin
---
.../python/{python3-cffi_1.15.0.bb => python3-cffi_1.15.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-cffi_1.15.0.bb =>
python3-cffi_1.15.1.bb} (83%)
diff --git a/meta/recipes-devtools/python/pyth
Signed-off-by: Alexander Kanavin
---
.../pulseaudio/{pulseaudio_16.0.bb => pulseaudio_16.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-multimedia/pulseaudio/{pulseaudio_16.0.bb =>
pulseaudio_16.1.bb} (84%)
diff --git a/meta/recipes-multimedia/pulseaudio/
Signed-off-by: Alexander Kanavin
---
meta/recipes-graphics/piglit/piglit_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb
b/meta/recipes-graphics/piglit/piglit_git.bb
index 7b8dc5f0b4..38ededfcf8 100644
--- a/meta/recipes-graph
Signed-off-by: Alexander Kanavin
---
.../nghttp2/{nghttp2_1.47.0.bb => nghttp2_1.48.0.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/nghttp2/{nghttp2_1.47.0.bb => nghttp2_1.48.0.bb}
(93%)
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.47.0
Signed-off-by: Alexander Kanavin
---
.../mpg123/{mpg123_1.29.3.bb => mpg123_1.30.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-multimedia/mpg123/{mpg123_1.29.3.bb => mpg123_1.30.0.bb}
(96%)
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.29.
Signed-off-by: Alexander Kanavin
---
.../mesa/{mesa-gl_22.1.2.bb => mesa-gl_22.1.3.bb} | 0
meta/recipes-graphics/mesa/mesa.inc | 2 +-
meta/recipes-graphics/mesa/{mesa_22.1.2.bb => mesa_22.1.3.bb} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
re
Signed-off-by: Alexander Kanavin
---
...dd-support-for-excluding-a-directory.patch | 172 --
.../kmod/{kmod_29.bb => kmod_30.bb} | 3 +-
2 files changed, 1 insertion(+), 174 deletions(-)
delete mode 100644
meta/recipes-kernel/kmod/kmod/0001-depmod-Add-support-for-exc
Signed-off-by: Alexander Kanavin
---
.../libsoup/{libsoup_3.0.6.bb => libsoup_3.0.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libsoup/{libsoup_3.0.6.bb => libsoup_3.0.7.bb}
(94%)
diff --git a/meta/recipes-support/libsoup/libsoup_3.0.6.bb
Signed-off-by: Alexander Kanavin
---
.../harfbuzz/{harfbuzz_4.4.0.bb => harfbuzz_4.4.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/harfbuzz/{harfbuzz_4.4.0.bb => harfbuzz_4.4.1.bb}
(95%)
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_4
Signed-off-by: Alexander Kanavin
---
.../{gstreamer1.0_1.20.2.bb => gstreamer1.0_1.20.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.20.2.bb =>
gstreamer1.0_1.20.3.bb} (97%)
diff --git a/meta/recipes-multimedia/gstr
Signed-off-by: Alexander Kanavin
---
meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch | 2 +-
.../glib-2.0/{glib-2.0_2.72.2.bb => glib-2.0_2.72.3.bb} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/glib-2.0/{glib-2.0_2.72.2.bb => glib-2.0_
Signed-off-by: Alexander Kanavin
---
.../{glib-networking_2.72.0.bb => glib-networking_2.72.1.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/glib-networking/{glib-networking_2.72.0.bb =>
glib-networking_2.72.1.bb} (93%)
diff --git a/meta/recipes-core/glib
CVEs fixed:
https://www.openssl.org/news/secadv/20220705.txt
Signed-off-by: Alexander Kanavin
---
.../openssl/{openssl_3.0.4.bb => openssl_3.0.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/openssl/{openssl_3.0.4.bb =>
openssl_3.0.5.bb
Signed-off-by: Alexander Kanavin
---
.../diffoscope/{diffoscope_216.bb => diffoscope_217.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/diffoscope/{diffoscope_216.bb =>
diffoscope_217.bb} (92%)
diff --git a/meta/recipes-support/diffoscope/diffosco
70 matches
Mail list logo