This update seems to break nmap build from meta-oe:
nse_nsock.cc:36:3: error: expected identifier before 'int'
36 | PCAP_SOCKET = lua_upvalueindex(3), /* pcap socket metatable */
| ^~~
nse_nsock.cc:36:3: error: expected '}' before 'int'
nse_nsock.cc:33:6: note: to match this '
TL;DR: Applying the Jaeyoon Jung patch (with fixups) to dunfell or thud
does not fix the core problem but breaks even more (thud and dunfell use '
), but the attached patches do.
I'm testing with extra config:
KCONFIG_CONFIG_COMMAND_prepend=' X="1 2" '
KCONFIG_CONFIG_COMMAND_prepend=" Y='a
From: Khem Raj
Signed-off-by: Khem Raj
Cc: Mark Hatle
Signed-off-by: Richard Purdie
Backport from master OE-Core rev: f0eac82b9a1e4549b7d918df768c369ed7ab5183
Signed-off-by: Mark Hatle
---
...fine-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 6 +++---
1 file changed, 3 insertions(
This fails at build time:
ERROR: python3-3.10.15-r0 do_patch: Applying patch
'CVE-2024-8088.patch' on target directory
'/home/steve/builds/poky-contrib-kirkstone/build/tmp/work/core2-64-poky-linux/python3/3.10.15-r0/Python-3.10.15'
CmdError('quilt --quiltrc
/home/steve/builds/poky-contrib-kirkston
2024. 09. 13. 14:59 keltezéssel, Markus Volk írta:
Hi,
thanks for the feedback. Yes, I accidentally added the patch I made for mesa 24.2.1.
Currently I have it like this, which should also work:
diff --git a/src/gallium/frontends/rusticl/meson.build
b/src/gallium/frontends/rusticl/meson.build
Le ven. 13 sept. 2024 à 15:14, Steve Sakoman a écrit :
>
> On Thu, Sep 12, 2024 at 11:35 PM Yoann Congal via
> lists.openembedded.org
> wrote:
> >
> > Le ven. 13 sept. 2024 à 00:59, Yoann Congal a écrit
> > :
> > >
> > > From: Richard Purdie
> > >
> > > Since the CVE repository is no longer be
On Thu, Sep 12, 2024 at 11:35 PM Yoann Congal via
lists.openembedded.org
wrote:
>
> Le ven. 13 sept. 2024 à 00:59, Yoann Congal a écrit :
> >
> > From: Richard Purdie
> >
> > Since the CVE repository is no longer being updated, drop the warning
> > comparision since it is no longer valid.
> >
>
Hi,
thanks for the feedback. Yes, I accidentally added the patch I made for
mesa 24.2.1. Currently I have it like this, which should also work:
diff --git a/src/gallium/frontends/rusticl/meson.build
b/src/gallium/frontends/rusticl/meson.build
index 84df0a9edb9..20459f73993 100644
--- a/src/ga
://lore.kernel.org/r/20240913-qa-v1-1-70127fe0d...@syslinbit.com
---
meta/classes-recipe/image.bbclass | 11 ++-
meta/lib/oe/utils.py | 2 +-
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/meta/classes-recipe/image.bbclass
b/meta/classes-recipe/image.bbclass
index
In oe-core ebcd355 TCLIBCAPPEND (a string that is appended to TMPDIR) was
removed entirely. Warn if this is being set by the distro as it will no
longer have any effect.
Signed-off-by: Ross Burton
---
meta/conf/bitbake.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/conf/bitbake.c
2024. 09. 13. 12:40 keltezéssel, Zoltan Boszormenyi via lists.openembedded.org
írta:
2024. 09. 09. 11:45 keltezéssel, Markus Volk via lists.openembedded.org írta:
On Mon, Sep 9 2024 at 10:46:59 AM +02:00:00, Alexander Kanavin
wrote:
This does need to be properly looked into, there's probably a
2024. 09. 09. 11:45 keltezéssel, Markus Volk via lists.openembedded.org írta:
On Mon, Sep 9 2024 at 10:46:59 AM +02:00:00, Alexander Kanavin
wrote:
This does need to be properly looked into, there's probably a better patch possible, or
a build setting we're missing, or at least an upstream tick
From: Priyal Doshi
Signed-off-by: Priyal Doshi
---
meta/recipes-extended/timezone/timezone.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-extended/timezone/timezone.inc
b/meta/recipes-extended/timezone/timezone.inc
index 4734adc..adf0952 100644
--- a
Richard Purdie escreveu (quinta,
12/09/2024 à(s) 21:37):
> On Thu, 2024-09-12 at 18:29 +0100, Jose Quaresma via
> lists.openembedded.org wrote:
> >
> >
> > Ross Burton via lists.openembedded.org
> > escreveu (quinta,
> > 12/09/2024 à(s) 17:57):
> > > If user namespaces are not available (typical
From: Chen Qi
Backport patches to fix riscv64 build failure.
Signed-off-by: Chen Qi
---
meta/recipes-devtools/qemu/qemu.inc | 3 +
...kvm-change-KVM_REG_RISCV_FP_F-to-u32.patch | 75
...kvm-change-KVM_REG_RISCV_FP_D-to-u64.patch | 73
...cv-kvm-change-ti
On Thu, Sep 12, 2024 at 10:14 PM, Ryan Eatmon wrote:
>
> On 9/12/2024 9:29 AM, Christian Lindeberg wrote:
>
>> From: Christian Lindeberg
>>
>> Set the GO_MOD_CACHE_DIR variable and move the location of the module
>> cache to enable the use of the go module fetchers for module
>> dependencies.
On Thu, Sep 12, 2024 at 07:01 PM, Jose Quaresma wrote:
>
> Hi Christian,
>
> Christian Lindeberg via lists.openembedded.org (
> http://lists.openembedded.org ) axis@lists.openembedded.org
> > escreveu (quinta, 12/09/2024 à(s) 15:30):
>
>> From: Christian Lindeberg < christian.lindeb...@axi
From: Christian Lindeberg
Set the GO_MOD_CACHE_DIR variable and move the location of the module
cache to enable the use of the go module fetchers for downloading and
unpacking module dependencies to the module cache.
Also, clean out the module cache before unpacking.
Signed-off-by: Christian Lin
18 matches
Mail list logo