On Sun, 2025-01-26 at 21:30 +0100, Enrico Jörns wrote:
> Am Sonntag, dem 26.01.2025 um 12:58 + schrieb Richard Purdie:
> > On Sun, 2025-01-26 at 12:51 +0100, Enrico Jörns via
> > lists.openembedded.org wrote:
> > > The 'net-tools' have been deprecated 15 years ago! [1]
> > > Let's remove their
On Sun, Jan 26, 2025 at 8:34 AM Slawomir Stepien via lists.openembedded.org
wrote:
> In both true/false cases, we will cp the file, so move the invocation
> after the if body.
>
> In addition, misleading comment has been removed.
>
I'm not sure why I didn't remove the else when I was changing tha
On Sun, Jan 26, 2025 at 8:20 AM Slawomir Stepien via lists.openembedded.org
wrote:
> Based on the documentation of KCONFIG_MODE[1], when we use "in-tree"
> defconfig (the KBUILD_DEFCONFIG is set), then the alldefconfig mode
> should be used with merge_config.sh.
>
>
Please make sure to copy me di
Hi Richard,
Am Sonntag, dem 26.01.2025 um 12:58 + schrieb Richard Purdie:
> On Sun, 2025-01-26 at 12:51 +0100, Enrico Jörns via
> lists.openembedded.org wrote:
> > The 'net-tools' have been deprecated 15 years ago! [1]
> > Let's remove their busybox pendants from the defconfig to prevent
> > p
Slawomir Stepien via lists.openembedded.org schrieb am So 26. Jan, 13:43
(+0100):
> Based on the documentation of KCONFIG_MODE[1], when we use "in-tree"
> defconfig (the KBUILD_DEFCONFIG is set), then the alldefconfig mode
> should be used with merge_config.sh.
>
> This commit fixes the logic beh
Am Sonntag, dem 26.01.2025 um 11:25 + schrieb Richard Purdie:
> On Sat, 2025-01-25 at 22:35 +0100, Enrico Jörns via lists.openembedded.org
> wrote:
> > Changes:
> >
> > * Added LLVM/Clang support for the sandbox architecture.
> > * Enabled command execution from the sandbox command line.
> >
In both true/false cases, we will cp the file, so move the invocation
after the if body.
In addition, misleading comment has been removed.
Signed-off-by: Slawomir Stepien
---
meta/classes-recipe/kernel-yocto.bbclass | 8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/meta
Based on the documentation of KCONFIG_MODE[1], when we use "in-tree"
defconfig (the KBUILD_DEFCONFIG is set), then the alldefconfig mode
should be used with merge_config.sh.
This commit fixes the logic behind setting the flag by checking if the
provided defconfig file exists in the linux source tr
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch
/home/patchtest/share/mboxes/scarthgap-styhead-4-5-oe-selftest-devtool-ide-sdk-use-modify-debug-build.patch
FAIL: test commit message presence:
On Sun, 2025-01-26 at 12:51 +0100, Enrico Jörns via
lists.openembedded.org wrote:
> The 'net-tools' have been deprecated 15 years ago! [1]
> Let's remove their busybox pendants from the defconfig to prevent
> people
> from accidentally starting projects with ancient technology.
>
> [1] https://lis
The related patch for updating the documentation is here:
https://lists.yoctoproject.org/g/docs/message/6181
Adrian
On Sun, 2025-01-26 at 13:48 +0100, Adrian Freihofer via
lists.openembedded.org wrote:
> The following commits from openembedded core repository are
> cherry-picked and apply fast f
Based on the documentation of KCONFIG_MODE[1], when we use "in-tree"
defconfig (the KBUILD_DEFCONFIG is set), then the alldefconfig mode
should be used with merge_config.sh.
This commit fixes the logic behind setting the flag by checking if the
provided defconfig file exists in the linux source tr
Branch: styhead
New this week: 15 CVEs
CVE-2024-36476 (CVSS3: 5.5 MEDIUM): linux-yocto
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-36476 *
CVE-2024-57801 (CVSS3: 7.8 HIGH): linux-yocto
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-57801 *
CVE-2024-57802 (CVSS3: 5.5 MEDI
Signed-off-by: Adrian Freihofer
Signed-off-by: Richard Purdie
---
meta/lib/oeqa/selftest/cases/devtool.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py
b/meta/lib/oeqa/selftest/cases/devtool.py
index fc08906117..ee75687f01 100644
---
From: Adrian Freihofer
The ide-sdk command bootstraps the SDK from the bitbake environment
before the IDE configuration is generated. In the case of the eSDK
installer, the bootstrapping is performed during the installation of
the eSDK installer. Running the ide-sdk plugin from an eSDK installer
The debug_build_config function was never called. Compiling with debug
optimized compiler flags was not working. Even with the
--debug-build-config flag set, the build configuration from the recipe
was used.
The devtool ide-sdk --debug-build-config approach didn't work very well
anyway. The proble
Sort the keys of the generated CMakeUserPreset.json file to make it
easier to search and compare.
Signed-off-by: Adrian Freihofer
Signed-off-by: Richard Purdie
---
scripts/lib/devtool/ide_sdk.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/lib/devtool/ide_sdk.
The following commits from openembedded core repository are
cherry-picked and apply fast forward:
git cherry-pick fc17808799d2b667afbe4ea9837b66af70d47007
git cherry-pick b886c26bf893878ba8eb6bee80dd0507e5cb0d2d
git cherry-pick 65950eb601c6c8aac0e4bc8683e544305346229d
git cherry-pick 9ab1e35a0969a
Add a new option --debug-builds to automatically add DEBUG_BUILD = “1”
to the bbappend file of this recipe. This is especially useful when
invoking devtool modify before invoking devtool ide-sdk to perform a
remote debugging session.
Signed-off-by: Adrian Freihofer
Signed-off-by: Richard Purdie
Branch: scarthgap
New this week: 14 CVEs
CVE-2024-36476 (CVSS3: 5.5 MEDIUM): linux-yocto
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-36476 *
CVE-2024-57801 (CVSS3: 7.8 HIGH): linux-yocto
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-57801 *
CVE-2024-57802 (CVSS3: 5.5 ME
The 'net-tools' have been deprecated 15 years ago! [1]
Let's remove their busybox pendants from the defconfig to prevent people
from accidentally starting projects with ancient technology.
[1] https://lists.debian.org/debian-devel/2009/03/msg00780.html
Signed-off-by: Enrico Jörns
---
meta/recip
Branch: kirkstone
New this week: 13 CVEs
CVE-2024-36476 (CVSS3: 5.5 MEDIUM): linux-yocto
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-36476 *
CVE-2024-57802 (CVSS3: 5.5 MEDIUM): linux-yocto
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-57802 *
CVE-2024-57841 (CVSS3: 5.5
On Sat, 2025-01-25 at 22:35 +0100, Enrico Jörns via lists.openembedded.org
wrote:
> Changes:
>
> * Added LLVM/Clang support for the sandbox architecture.
> * Enabled command execution from the sandbox command line.
> * Improved TFTP with dentry caching and default window size set to 1.
> * Introd
Branch: master
New this week: 3 CVEs
CVE-2024-57940 (CVSS3: 5.5 MEDIUM): linux-yocto
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-57940 *
CVE-2024-57944 (CVSS3: 5.5 MEDIUM): linux-yocto
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-57944 *
CVE-2025-21658 (CVSS3: 5.5 MEDI
Users reported issues caused by missing the right libstdc++-version-dev.
A new function 'check_cpp_toolchain' added in sanity.bbclass to test linking
libstdc++
Fixes [YOCTO #15712]
Signed-off-by: Christos Gavros
---
v4->v5
* change function name
* change shortlog
* use BUILD_CXX instead of BUILD
25 matches
Mail list logo