Re: [OE-core] [PATCH] site/common-musl: Set ac_cv_sys_file_offset_bits default to 64

2023-01-06 Thread Nicolas Dechesne
On Sat, Jan 7, 2023 at 1:08 AM Khem Raj wrote: > off_t is always 64bit on musl regardless of 32bit or 64bit > architectures. autoconf has AC_SYS_LARGEFILE to detect correct off_t > size but it only work with glibc since it defines feature macros > _FILE_OFFSET_BITS=64 and _LARGEFILE_SOURCE but

Re: [OE-core][PATCH] busybox: 1.35.0 -> 1.36.0

2023-01-06 Thread Khem Raj
some applets are segfaulting on qemux86/musl [2.754687] klogd[202]: segfault at 56da7e ip b7f4d668 sp bfdb0300 error 7 in libc.so[b7eda000+76000] [2.759018] syslogd[203]: segfault at 506a7e ip b7f74668 sp bf997dd0 error 7 in libc.so[b7f01000+76000] [ 61.264333] sh[279]: segfault at

Re: [oe-core][PATCHv3] gcr3: update 3.40.0 -> 3.41.1

2023-01-06 Thread Markus Volk
sorry, i don't know what happened. Hopefully v4 will apply Am Fr, 6. Jan 2023 um 17:26:57 +0100 schrieb Alexandre Belloni via lists.openembedded.org : Hello, On 06/01/2023 14:33:00+0100, Markus Volk wrote: diff --git a/meta/recipes-gnome/gcr/gcr3_3.40.0.bb

[oe-core][PATCHv4] gcr3: update 3.40.0 -> 3.41.1

2023-01-06 Thread Markus Volk
- remove unneded backport patches - partly import the patch to fix ssh_agent option from gcr4 recipe - convert from gtk-doc to gi-docgen gcr 3.41.1: - meson: Fix unknown kw argument in gnome.generate_gir [GNOME/gcr!68] - gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands - docs:

[OE-core] [PATCH] site/common-musl: Set ac_cv_sys_file_offset_bits default to 64

2023-01-06 Thread Khem Raj
off_t is always 64bit on musl regardless of 32bit or 64bit architectures. autoconf has AC_SYS_LARGEFILE to detect correct off_t size but it only work with glibc since it defines feature macros _FILE_OFFSET_BITS=64 and _LARGEFILE_SOURCE but these macros are not used on musl headers. Signed-off-by:

Re: [OE-core][PATCH 1/2] gobject-introspection: check for GI_DATA_ENABLED

2023-01-06 Thread Petr Kubizňák
rust_1.66.0 and webkitgtk_2.38.2 keep failing to build in any setup (including g-i enabled and no patch applied) on my side. What's more interesting, with no patch applied and g-i disabled, graphene_1.10.8 fails to build ("Failed to parse included gir GObject-2.0"). When the patch is

Re: [OE-core] create-spdx and sstate

2023-01-06 Thread Joshua Watt
On Thu, Jan 5, 2023 at 2:32 PM Paul Eggleton wrote: > > Hi Joshua / all > > We've been having an issue with the create-spdx class if we share sstate > between two configurations - one where gcc-cross- has a dependency and > one where it doesn't (specifically, one where the abicheck class in meta-

Re: [OE-core] [PATCH] elfutils: disable deprecation errors in all builds, not just native

2023-01-06 Thread Alexander Kanavin
Curl marks deprecated API with this macro: #define CURL_DEPRECATED(version, message) \ __attribute__((deprecated("since " # version ". " message))) For some reason, our target gcc 12.x does not interpret it as a 'deprecation' and stays silent - no warnings, no errors. But other compilers do

Re: [OE-core][langdale 00/22] Pull request (cover letter only)

2023-01-06 Thread Richard Purdie
On Fri, 2023-01-06 at 04:33 -1000, Steve Sakoman wrote: > I neglected to add a comment that this is the final pull request for > the langdale 4.1.2 build on Monday. > Thanks. I think I've pulled in all the right pieces and I pushed a ba bump too so we're hopefully ready to build. I'll check with

Re: [OE-core] [PATCH] meta/classes-global: remove package_tar.bbclass

2023-01-06 Thread Richard Purdie
On Wed, 2023-01-04 at 16:29 +0100, Michael Opdenacker via lists.openembedded.org wrote: > From: Michael Opdenacker > > Remove package_tar.bbclass, which is no longer in use in oe-core > and meta-oe, and which the document reports as broken and unsupported. > > Signed-off-by: Michael Opdenacker

Re: [OE-core] [PATCH] .gitignore: ignore files generated by Toaster

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
On 06/01/2023 18:23:42+0100, Michael Opdenacker wrote: > Hello Alex, > > On 06.01.23 at 13:50, Alexandre Belloni via lists.openembedded.org wrote: > > Hello, > > > > On 05/01/2023 15:25:54+0100, Michael Opdenacker via lists.openembedded.org > > wrote: > > > From: Michael Opdenacker > > > > >

Re: [OE-core] [PATCH] .gitignore: ignore files generated by Toaster

2023-01-06 Thread Michael Opdenacker via lists.openembedded.org
Hello Alex, On 06.01.23 at 13:50, Alexandre Belloni via lists.openembedded.org wrote: Hello, On 05/01/2023 15:25:54+0100, Michael Opdenacker via lists.openembedded.org wrote: From: Michael Opdenacker When Toaster is run as documented on

Re: [OE-core] [PATCH 2/2] busybox: rm temporary files if do_compile was interrupted

2023-01-06 Thread Richard Purdie
On Fri, 2023-01-06 at 17:02 +, Antonin Godard wrote: > To avoid working with undeterministic config files, remove all the > temporary files to start from scratch. > > Signed-off-by: Antonin Godard > --- > meta/recipes-core/busybox/busybox.inc | 2 ++ > 1 file changed, 2 insertions(+) > >

Re: [OE-core] [PATCH 1/2] busybox: save a copy of autoconf.h before compiling

2023-01-06 Thread Richard Purdie
On Fri, 2023-01-06 at 17:01 +, Antonin Godard wrote: > Busybox's compiling process alters autoconf.h. When compiling a second > time (e.g. with `compile -f`), busybox uses this altered file for > compiling, which ultimately produces different binaries. > > This can produce errors like this

Re: [OE-core] [PATCH] elfutils: disable deprecation errors in all builds, not just native

2023-01-06 Thread Alexander Kanavin
But how did this make it through all the builds? Something doesn't compute here. Alex On Fri, 6 Jan 2023 at 17:16, Ross Burton wrote: > > The curl-related deprecation errors affect all builds not just native, > so set CFLAGS instead of BUILD_CFLAGS. > > Signed-off-by: Ross Burton > --- >

Re: [OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-06 Thread Bruce Ashfield
On Fri, Jan 6, 2023 at 10:06 AM Mark Jonas wrote: > > Hi Richard and Bruce, > > On Fri, Jan 6, 2023 at 12:27 PM Richard Purdie > wrote: > > > > On Fri, 2023-01-06 at 11:13 +0100, Mark Jonas wrote: > > > Hi Bruce, > > > > > > On Thu, Jan 5, 2023 at 3:57 PM Bruce Ashfield > > > wrote: > > > > >

Re: [oe-core][PATCHv3] gcr3: update 3.40.0 -> 3.41.1

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 06/01/2023 14:33:00+0100, Markus Volk wrote: > diff --git a/meta/recipes-gnome/gcr/gcr3_3.40.0.bb > b/meta/recipes-gnome/gcr/gcr3_3.41.1.bb > similarity index 63% > rename from meta/recipes-gnome/gcr/gcr3_3.40.0.bb > rename to meta/recipes-gnome/gcr/gcr3_3.41.1.bb > index

Re: [OE-core] [PATCH] libportal: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Alexander Kanavin
Only if you can configure it in a way that doesn’t pull in Mesa, and I don’t think it’s possible. Alex On Fri 6. Jan 2023 at 15.09, Markus Volk wrote: > Maybe the REQUIRED_DISTRO_FEATURES = "opengl" line should just be removed > from gtk4.bb ? > > Am Fr, 6. Jan 2023 um 11:31:30 +0100 schrieb

[OE-core] [PATCH] elfutils: disable deprecation errors in all builds, not just native

2023-01-06 Thread Ross Burton
The curl-related deprecation errors affect all builds not just native, so set CFLAGS instead of BUILD_CFLAGS. Signed-off-by: Ross Burton --- meta/recipes-devtools/elfutils/elfutils_0.188.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-06 Thread Bruce Ashfield
On Fri, Jan 6, 2023 at 6:27 AM Richard Purdie wrote: > > On Fri, 2023-01-06 at 11:13 +0100, Mark Jonas wrote: > > Hi Bruce, > > > > On Thu, Jan 5, 2023 at 3:57 PM Bruce Ashfield > > wrote: > > > > > > On Thu, Jan 5, 2023 at 8:42 AM Mark Jonas wrote: > > > > > > > > Hi Bruce, > > > > > > > > On

Re: [OE-core][PATCH 1/2] wic/plugins/images/direct: replace fstab entries

2023-01-06 Thread Henning Schild
Am Fri, 6 Jan 2023 09:56:01 +0100 schrieb Florian Bezdeka : > On 05.01.23 14:24, Henning Schild wrote: > > Am Thu, 5 Jan 2023 12:52:22 + > > schrieb Felix Moessbauer : > > > >> This patch extends the imager direct class to check if the > >> mountpoint of a to-be-added entry in the fstab

Re: [OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-06 Thread Bruce Ashfield
On Fri, Jan 6, 2023 at 5:13 AM Mark Jonas wrote: > > Hi Bruce, > > On Thu, Jan 5, 2023 at 3:57 PM Bruce Ashfield > wrote: > > > > On Thu, Jan 5, 2023 at 8:42 AM Mark Jonas wrote: > > > > > > Hi Bruce, > > > > > > On Wed, Jan 4, 2023 at 5:07 PM Bruce Ashfield > > > wrote: > > > > > > > > On

Re: [OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-06 Thread Mark Jonas
Hi Richard and Bruce, On Fri, Jan 6, 2023 at 12:27 PM Richard Purdie wrote: > > On Fri, 2023-01-06 at 11:13 +0100, Mark Jonas wrote: > > Hi Bruce, > > > > On Thu, Jan 5, 2023 at 3:57 PM Bruce Ashfield > > wrote: > > > > > > On Thu, Jan 5, 2023 at 8:42 AM Mark Jonas wrote: > > > > > > > > Hi

Re: [OE-core][langdale 00/22] Pull request (cover letter only)

2023-01-06 Thread Steve Sakoman
I neglected to add a comment that this is the final pull request for the langdale 4.1.2 build on Monday. Steve On Wed, Jan 4, 2023 at 4:38 AM Steve Sakoman wrote: > > The following changes since commit 4efc5ec83bc97e5731284ef3879f89fda4b8ef0b: > > yocto-check-layer: Allow OE-Core to be tested

Re: [OE-core] [PATCH] libportal: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Markus Volk
Maybe the REQUIRED_DISTRO_FEATURES = "opengl" line should just be removed from gtk4.bb ? Am Fr, 6. Jan 2023 um 11:31:30 +0100 schrieb Alexander Kanavin : Please stop. What problem does adding this solve? Alex On Fri 6. Jan 2023 at 11.08, Yu, Mingli >

Re: [OE-core] [OE][kirkstone][PATCH] freetype:update mirror site.

2023-01-06 Thread Steve Sakoman
On Fri, Jan 6, 2023 at 3:30 AM wrote: > > From: KARN JYE LAU > > update SAVANNAH_NONGNU_MIRROR to SAVANNAH_GNU_MIRROR > to resolve package fetching issues. Is this also an issue in the master branch, which also uses SAVANNAH_NONGNU_MIRROR? If so, please submit for master first, and I will

[oe-core][PATCHv3] gcr3: update 3.40.0 -> 3.41.1

2023-01-06 Thread Markus Volk
- remove unneded backport patches - partly import the patch to fix ssh_agent option from gcr4 recipe - convert from gtk-doc to gi-docgen gcr 3.41.1: - meson: Fix unknown kw argument in gnome.generate_gir [GNOME/gcr!68] - gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands - docs:

Re: [OE-core] [PATCH] classes: decode output data to text

2023-01-06 Thread Alexander Kanavin
Now I see what's going on. The fs-uuid class contains two functions: get_rootfs_uuid, and replace_rootfs_uuid. The former is not used anywhere, but the latter is. Can you introduce get_rootfs_uuid() into something in oe-core, perhaps it could enhance existing code somewhere (maybe complement

[OE-core] [OE][kirkstone][PATCH] freetype:update mirror site.

2023-01-06 Thread karn . jye . lau
From: KARN JYE LAU update SAVANNAH_NONGNU_MIRROR to SAVANNAH_GNU_MIRROR to resolve package fetching issues. Signed-off-by: KARN JYE LAU --- meta/recipes-graphics/freetype/freetype_2.11.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] classes: decode output data to text

2023-01-06 Thread Pawel Zalewski
1. inherit fs-uuid in some-recipe 2. set ROOTFS to some-existing-rootfs 3. make call to get_rootfs_uuid somewhere in that recipe ie. "${@get_rootfs_uuid(d)}" 3. bitbake some-recipe Pawel On Fri, 6 Jan 2023 at 12:43, Alexander Kanavin wrote: > > Can you please describe steps to reproduce? > >

Re: [OE-core] [PATCH] .gitignore: ignore files generated by Toaster

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 05/01/2023 15:25:54+0100, Michael Opdenacker via lists.openembedded.org wrote: > From: Michael Opdenacker > > When Toaster is run as documented on > https://docs.yoctoproject.org/toaster-manual/setup-and-use.html > > Signed-off-by: Michael Opdenacker > --- > .gitignore | 4

Re: [OE-core] [PATCH 12/77] man-pages: upgrade 6.01 -> 6.02

2023-01-06 Thread Alexander Kanavin
On Fri 6. Jan 2023 at 13.05, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2023-01-04 at 12:04 +0100, Alexander Kanavin wrote: > > License-Update: readme rewritten, set of licenses provided explicitly. > > > > Of those, there's various bsd flavours, gpl2-and-later and

Re: [OE-core] [PATCH] classes: decode output data to text

2023-01-06 Thread Alexander Kanavin
Can you please describe steps to reproduce? Alex On Fri 6. Jan 2023 at 13.40, Pawel Zalewski wrote: > It is not actually being used by default in Yocto ? > This was found in kirkstone. > But regardless, it is wrong and will drop an error. > > Kind regards, > Pawel > > On Fri, 6 Jan 2023 at

Re: [OE-core] [PATCH] classes: decode output data to text

2023-01-06 Thread Pawel Zalewski
It is not actually being used by default in Yocto ? This was found in kirkstone. But regardless, it is wrong and will drop an error. Kind regards, Pawel On Fri, 6 Jan 2023 at 12:06, Richard Purdie wrote: > > On Thu, 2022-12-22 at 10:38 +, Pawel Zalewski wrote: > > The default return value

Re: [OE-core][PATCH] freetype:update mirror site for package download.

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't apply on master, can you rebase? On 06/01/2023 17:00:45+0800, karn.jye@intel.com wrote: > From: KARN JYE LAU > > update SAVANNAH_NONGNU_MIRROR to SAVANNAH_GNU_MIRROR > to resolve package fetching issues. > > Signed-off-by: KARN JYE LAU > --- >

Re: [OE-core] [PATCH] toolchain-scripts: compatibility with unbound variable protection

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, Can you set your git from address so git adds a From: line to your patch? git config --global sendemail.from "jan.kirc...@leica-microsystems.com" Should be working fine. On 04/01/2023 13:26:26+0100, Jan Kircher via lists.openembedded.org wrote: > Fixed an error when Bash's unbound

Re: [OE-core] [meta-oe][PATCHv2] gcr3: update 3.40.0 -> 3.41.1

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't apply cleanly, could you rebase on top of master? Also, you have to drop the meta-oe tag from the subject line. On 04/01/2023 13:46:47+0100, Markus Volk wrote: > - remove unneded backport patches > - partly import the patch to fix ssh_agent option from gcr4 recipe > -

Re: [OE-core] [PATCH] classes: decode output data to text

2023-01-06 Thread Richard Purdie
On Thu, 2022-12-22 at 10:38 +, Pawel Zalewski wrote: > The default return value from subprocess.check_output is an encoded byte. > The applied fix will decode the value to a string. > > Signed-off-by: Pawel Zalewski > --- > meta/classes/fs-uuid.bbclass | 2 +- > 1 file changed, 1

Re: [OE-core] [PATCH 12/77] man-pages: upgrade 6.01 -> 6.02

2023-01-06 Thread Richard Purdie
On Wed, 2023-01-04 at 12:04 +0100, Alexander Kanavin wrote: > License-Update: readme rewritten, set of licenses provided explicitly. > > Of those, there's various bsd flavours, gpl2-and-later and gpl-2-only, so add > the > latter. That does mean I have to ask whether the BSD licenses are

Re: [OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-06 Thread Richard Purdie
On Fri, 2023-01-06 at 11:13 +0100, Mark Jonas wrote: > Hi Bruce, > > On Thu, Jan 5, 2023 at 3:57 PM Bruce Ashfield > wrote: > > > > On Thu, Jan 5, 2023 at 8:42 AM Mark Jonas wrote: > > > > > > Hi Bruce, > > > > > > On Wed, Jan 4, 2023 at 5:07 PM Bruce Ashfield > > > wrote: > > > > > > >

Re: [OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Richard Purdie
On Fri, 2023-01-06 at 11:58 +0100, Alexander Kanavin wrote: > On Fri, 6 Jan 2023 at 11:47, Martin Jansa wrote: > > > For example, imagine the dependency is "virtual/libc" and somehow you > > > break the providers of it, i.e. break the glibc recipe. All of a sudden > > > "bitbake world" would

[OE-core][PATCH] busybox: 1.35.0 -> 1.36.0

2023-01-06 Thread Andrej Valek
- update to next (un)stable version 1.36.0 - refresh defconfig - disable new applets (tree, tsort, seedrng) - use hw-accel for sha1/256 sums when available - remove and refresh already merged patches Signed-off-by: Andrej Valek --- ...ab_1.35.0.bb => busybox-inittab_1.36.0.bb} | 0

Re: [OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Alexander Kanavin
On Fri, 6 Jan 2023 at 11:47, Martin Jansa wrote: >> For example, imagine the dependency is "virtual/libc" and somehow you >> break the providers of it, i.e. break the glibc recipe. All of a sudden >> "bitbake world" would return success even though it built nothing since >> anything depending on

Re: [OE-core] [meta-oe][PATCH] boost-url: remove recipe

2023-01-06 Thread Ross Burton
This should be posted to openembedded-devel@, not -core@. Ross > On 5 Jan 2023, at 13:08, Christian Eggers via lists.openembedded.org > wrote: > > The boost recipe in oe-core has recently been updated to boost-1.81.0. > Starting with this release, boost-url is included in the boost >

Re: [OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Martin Jansa
On Fri, Jan 6, 2023 at 11:36 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > For example, imagine the dependency is "virtual/libc" and somehow you > break the providers of it, i.e. break the glibc recipe. All of a sudden > "bitbake world" would return success even though it built

Re: [OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Richard Purdie
On Fri, 2023-01-06 at 10:19 +0100, Alexander Kanavin wrote: > I understand where it comes from, and that's not what I'm trying to > express. Why do we need to insert those REQUIRED_DISTRO_FEATURES lines > into every recipe that, directly, or indirectly depends on an opengl > implementation, even

Re: [OE-core] [PATCH] libportal: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Alexander Kanavin
Please stop. What problem does adding this solve? Alex On Fri 6. Jan 2023 at 11.08, Yu, Mingli wrote: > From: Mingli Yu > > libportal depends on gtk4 which needs opengl DISTRO_FEATURES, so > add opengl DISTRO_FEATURES requirement for libportal too. > > Signed-off-by: Mingli Yu > --- >

Re: [OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-06 Thread Mark Jonas
Hi Bruce, On Thu, Jan 5, 2023 at 3:57 PM Bruce Ashfield wrote: > > On Thu, Jan 5, 2023 at 8:42 AM Mark Jonas wrote: > > > > Hi Bruce, > > > > On Wed, Jan 4, 2023 at 5:07 PM Bruce Ashfield > > wrote: > > > > > > On Wed, Jan 4, 2023 at 7:18 AM Mark Jonas wrote: > > > > > > > > From: Mark Jonas

[OE-core] [PATCH] libportal: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Yu, Mingli
From: Mingli Yu libportal depends on gtk4 which needs opengl DISTRO_FEATURES, so add opengl DISTRO_FEATURES requirement for libportal too. Signed-off-by: Mingli Yu --- meta/recipes-gnome/libportal/libportal_0.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Alexander Kanavin
I understand where it comes from, and that's not what I'm trying to express. Why do we need to insert those REQUIRED_DISTRO_FEATURES lines into every recipe that, directly, or indirectly depends on an opengl implementation, even when the component itself uses nothing from the opengl stack? With

Re: [OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Yu, Mingli
Hi Alex, The gtk4 depends on libepoxy [1] which needs opengl DISTRO_FEATURES and it makes gtk4 require opengl DISTRO_FEATURES too. And it also introduces the opengl DISTRO_FEATURES requirements for other recipes which depend on gtk4, please help to check. [1]

[OE-core] [PATCH] tiff: Add packageconfig knob for webp

2023-01-06 Thread Khem Raj
tiff-native otherwise falsely detects webp if its installed on build host. This ensures deterministic behavior regardless of host. Signed-off-by: Khem Raj --- meta/recipes-multimedia/libtiff/tiff_4.5.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH 09/77] tiff: update 4.4.0 -> 4.5.0

2023-01-06 Thread Khem Raj
On Thu, Jan 5, 2023 at 10:17 PM Alexander Kanavin wrote: > > The regression seems local to your setup. On poky, gtk4-native builds fine: I am building poky. However, the build hosts leak is happening in this version of tiff-native because it has started to assert dependencies in .pc files see

[OE-core][PATCH] freetype:update mirror site for package download.

2023-01-06 Thread karn . jye . lau
From: KARN JYE LAU update SAVANNAH_NONGNU_MIRROR to SAVANNAH_GNU_MIRROR to resolve package fetching issues. Signed-off-by: KARN JYE LAU --- meta/recipes-graphics/freetype/freetype_2.11.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core][PATCH 1/2] wic/plugins/images/direct: replace fstab entries

2023-01-06 Thread Florian Bezdeka
On 05.01.23 14:24, Henning Schild wrote: > Am Thu, 5 Jan 2023 12:52:22 + > schrieb Felix Moessbauer : > >> This patch extends the imager direct class to check if the mountpoint >> of a to-be-added entry in the fstab is already there. If it is, the >> old entry is removed and the new entry is

Re: [OE-core][PATCH 0/2] wic/plugins/images/direct: replace fstab entries

2023-01-06 Thread Florian Bezdeka
On 05.01.23 14:22, Henning Schild via lists.openembedded.org wrote: > Am Thu, 5 Jan 2023 12:52:21 + > schrieb Felix Moessbauer : > >> For comparison, here the fstab files for the ext4 and the wic version >> of the core-image-minimal (see below). > > In fact one probably really wants no

Re: [OE-core] [PATCH 09/77] tiff: update 4.4.0 -> 4.5.0

2023-01-06 Thread Alexander Kanavin
But that looks like a different problem, in testing, rather than setting up the build. Alex On Fri, 6 Jan 2023 at 09:14, Khem Raj wrote: > > On Thu, Jan 5, 2023 at 10:17 PM Alexander Kanavin > wrote: > > > > The regression seems local to your setup. On poky, gtk4-native builds fine: > > > >

Re: [OE-core] [PATCH 09/77] tiff: update 4.4.0 -> 4.5.0

2023-01-06 Thread Khem Raj
On Thu, Jan 5, 2023 at 10:17 PM Alexander Kanavin wrote: > > The regression seems local to your setup. On poky, gtk4-native builds fine: > > Run-time dependency libtiff-4 found: YES 4.5.0 > > Or it's caused by something else still. debian folks are also seeing problem