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(
I'm not sure if I'll have time to do Kirkstone, but I will get this backported to
scarthgap and will send it up "soon".
--Mark
On 9/6/24 8:40 AM, Steve Sakoman wrote:
On Thu, Sep 5, 2024 at 11:55 PM Khem Raj wrote:
This needs backporting to kirkstone and scarthgap as well.
This patch unde
Code backported from binutils development tree.
aarch64: Remove asserts from operand qualifier decoders [PR31595]
Given that the disassembler should never abort when decoding
(potentially random) data, assertion statements in the
`get_*reg_qualifier_from_value' function family prove probl
Fix for insufficient argument checking in Secure state Entry functions
in software using Cortex-M Security Extensions (CMSE), that has been
compiled using toolchains that implement 'Arm v8-M Security Extensions
Requirements on Development Tools' prior to version 1.4, allows an
attacker to pass valu
Two different toolchain fixes for Scarthgap.
The binutils change was found in a AMD/Xilinx specific build script that
attempts to disassemble some code as part of a firmware setup. This
cortex-a53 baremetal firmware triggered a fault fixed by the issue.
The newer versions of binutils have alread
When using tinfoil to control the build, multiple commands (serially) could
trigger an error such as:
When reparsing bb:do_package, the basehash value changed from ... to
The metadata is not deterministic and this needs to be fixed.
ERROR: The following commands may help:
ERROR: $
Running a number of builds recently, a small number of them failed. Note we
ran about 20 builds and only 3 failed like this, the others completed. I'm
wondering if maybe there is a race condition with the new code?
Error:
ERROR: depmodwrapper-cross-1.0-r0 do_patch: Error executing a python f
New 1.8 release of tcf-agent. Implements DWARF 5 support and various
bug fixes.
Changelog since last SRCREV:
Releng: Upversion TCF to 1.8
Fixed possible SEGFAULT after error message queue overflow
Fixed misspelling in a comment
TCF Agent: update breakpoint error message
Fixed regre
t-1.0-r0: task do_install: Failed
ERROR: Task
(/home/pokybuild/yocto-worker/oe-selftest-fedora/build/build-st-1782300/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb:do_install)
failed with exit code '1'
On 30/05/2023 20:01:26-0700, Mark Hatle via lists.openembedd
On 5/30/23 10:18 PM, Seebs wrote:
On Tue, 30 May 2023 19:54:41 -0700
Mark Hatle wrote:
- int existed = (real___xstat64(_STAT_VER, path, &buf) != -1);
+ int existed = (base_stat64(path, &buf) != -1);
Honestly, with the benefit of hindsight, I actually can't even think
why I ever
Changes to eliminate __*.c function usage were based on the patch:
From: JiaLing Zhang
Subject: [OE-core] [PATCH v4] Fixes pseudo build in loongarch64
Fixes [YOCTO #15110]
Some functions used in the project have been removed from glibc. After the
removal of these functions,
the
11 matches
Mail list logo