|
[PATCH] oeqa/loader: Ensure module names don't contain uppercase characters
4 messages
Python modules aren't supposed to have uppercase characters in their names according to python conventions. We have regexs in the code which work on that assumption too. Rather than showing errors und
Python modules aren't supposed to have uppercase characters in their names according to python conventions. We have regexs in the code which work on that assumption too. Rather than showing errors und
|
By
Richard Purdie
·
|
|
[PATCH 3/3] runqemu: respect IMAGE_LINK_NAME
* when searching for qemuboot.conf * don't assume that IMAGE_LINK_NAME is always <rootfs>-<machine> (with <rootfs>-<machine>.qemuboot.conf) * runqemu: use IMAGE_LINK_NAME set by testimage.bbclass or q
* when searching for qemuboot.conf * don't assume that IMAGE_LINK_NAME is always <rootfs>-<machine> (with <rootfs>-<machine>.qemuboot.conf) * runqemu: use IMAGE_LINK_NAME set by testimage.bbclass or q
|
By
Martin Jansa
·
|
|
[PATCH 2/3] selftest: runqemu: use better error message when asserts fail
* It was showing whole log and that the runqemu command failed, but not where the log file is, nor why it thinks the runqemu failed [YOCTO #12937] Signed-off-by: Martin Jansa <Martin.Jansa@...> --- me
* It was showing whole log and that the runqemu command failed, but not where the log file is, nor why it thinks the runqemu failed [YOCTO #12937] Signed-off-by: Martin Jansa <Martin.Jansa@...> --- me
|
By
Martin Jansa
·
|
|
[PATCH 1/3] selftest: runqemu: better check for ROOTFS: in the log
* it was searching for line like this: ROOTFS: [/OE/build/poky/build/build-st-2023-03-20-esdk-runqemu-patch1/runqemu.RunqemuTests.test_boot_machine_ext4/build-st/tmp/deploy/images/qemux86-64/core-imag
* it was searching for line like this: ROOTFS: [/OE/build/poky/build/build-st-2023-03-20-esdk-runqemu-patch1/runqemu.RunqemuTests.test_boot_machine_ext4/build-st/tmp/deploy/images/qemux86-64/core-imag
|
By
Martin Jansa
·
|
|
[PATCH] selftest: imagefeatures.py: don't mix tabs and spaces for indentation
* introduced in: https://git.openembedded.org/openembedded-core/commit/?id=96d4486df6d870ef19e2055b026729e66bc118f3 Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/lib/oeqa/selftest/cases/imag
* introduced in: https://git.openembedded.org/openembedded-core/commit/?id=96d4486df6d870ef19e2055b026729e66bc118f3 Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/lib/oeqa/selftest/cases/imag
|
By
Martin Jansa
·
|
|
[PATCH V5 6/6] cargo-update-recipe-crates: don't walk on the whole dir
11 messages
From: Frederic Martinsons <frederic.martinsons@...> There is no need to do such things, Cargo.lock file has to be at the root of CARGO_LOCK_SRC_DIR. This avoid finding other possible Cargo.lock that w
From: Frederic Martinsons <frederic.martinsons@...> There is no need to do such things, Cargo.lock file has to be at the root of CARGO_LOCK_SRC_DIR. This avoid finding other possible Cargo.lock that w
|
By
Frederic Martinsons
·
|
|
[langdale 14/14] scripts/lib/buildstats: handle top-level build_stats not being complete
From: Ross Burton <ross.burton@...> If we try to parse a buildstats directory which was either aborted or is still being built then the top-level build_stats file doesn't contain an elapsed value whic
From: Ross Burton <ross.burton@...> If we try to parse a buildstats directory which was either aborted or is still being built then the top-level build_stats file doesn't contain an elapsed value whic
|
By
Steve Sakoman
·
|
|
[langdale 13/14] gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch
From: Peter Marko <peter.marko@...> This function is referencing '${S}/..'. It uses ${S} only as good known directory path to start traversing from, and it does not need it to exist or be populated. I
From: Peter Marko <peter.marko@...> This function is referencing '${S}/..'. It uses ${S} only as good known directory path to start traversing from, and it does not need it to exist or be populated. I
|
By
Steve Sakoman
·
|
|
[langdale 12/14] xcb-proto: Fix install conflict when enable multilib.
From: Wang Mingyu <wangmy@...> Error: Transaction test error: file /usr/share/pkgconfig/xcb-proto.pc conflicts between attempted installs of lib32-xcb-proto-dev-1.15.2-r0.armv7ahf_neon and xcb-proto-d
From: Wang Mingyu <wangmy@...> Error: Transaction test error: file /usr/share/pkgconfig/xcb-proto.pc conflicts between attempted installs of lib32-xcb-proto-dev-1.15.2-r0.armv7ahf_neon and xcb-proto-d
|
By
Steve Sakoman
·
|
|
[langdale 11/14] bmap-tools: switch to main branch
From: Martin Jansa <Martin.Jansa@...> * master branch was removed upstream: downloads/git2/github.com.intel.bmap-tools $ git remote prune origin Pruning origin URL: https://github.com/intel/bmap-tools
From: Martin Jansa <Martin.Jansa@...> * master branch was removed upstream: downloads/git2/github.com.intel.bmap-tools $ git remote prune origin Pruning origin URL: https://github.com/intel/bmap-tools
|
By
Steve Sakoman
·
|
|
[langdale 10/14] selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR
From: Martin Jansa <Martin.Jansa@...> * with my build/conf/local.conf: SSTATE_DIR = "/OE/build/poky/build/sstate-cache" these devtool tests will first set own SSTATE_DIR and the original one set as SS
From: Martin Jansa <Martin.Jansa@...> * with my build/conf/local.conf: SSTATE_DIR = "/OE/build/poky/build/sstate-cache" these devtool tests will first set own SSTATE_DIR and the original one set as SS
|
By
Steve Sakoman
·
|
|
[langdale 09/14] kernel-devsrc: fix mismatched compiler warning
From: Bruce Ashfield <bruce.ashfield@...> When building a module on target, we use the native compiler (always "gcc") versus the same compiler, but named in a cross compiler manner, for the kernel bui
From: Bruce Ashfield <bruce.ashfield@...> When building a module on target, we use the native compiler (always "gcc") versus the same compiler, but named in a cross compiler manner, for the kernel bui
|
By
Steve Sakoman
·
|
|
[langdale 08/14] vim: upgrade 9.0.1403 -> 9.0.1429
From: Randy MacLeod <randy.macleod@...> Fixes: CVE-2023-1127, CVE-2023-1170, CVE-2023-1175, CVE-2023-1264, CVE-2023-1355 Signed-off-by: Randy MacLeod <Randy.MacLeod@...> Signed-off-by: Alexandre Bello
From: Randy MacLeod <randy.macleod@...> Fixes: CVE-2023-1127, CVE-2023-1170, CVE-2023-1175, CVE-2023-1264, CVE-2023-1355 Signed-off-by: Randy MacLeod <Randy.MacLeod@...> Signed-off-by: Alexandre Bello
|
By
Steve Sakoman
·
|
|
[langdale 07/14] lttng-modules: update to v2.13.9
From: Bruce Ashfield <bruce.ashfield@...> Bumping lttng-modules to version v2.13.9-4-g12f43cab, which comprises the following commits: da1f5a26 Version 2.13.9 dc2d1294 fix: jbd2: use the correct print
From: Bruce Ashfield <bruce.ashfield@...> Bumping lttng-modules to version v2.13.9-4-g12f43cab, which comprises the following commits: da1f5a26 Version 2.13.9 dc2d1294 fix: jbd2: use the correct print
|
By
Steve Sakoman
·
|
|
[langdale 06/14] linux-yocto/5.15: update to v5.15.103
From: Bruce Ashfield <bruce.ashfield@...> Updating to the latest korg -stable release that comprises the following commits: 8020ae3c051d Linux 5.15.103 10a72c677bce Makefile: use -gdwarf-{4|5} for ass
From: Bruce Ashfield <bruce.ashfield@...> Updating to the latest korg -stable release that comprises the following commits: 8020ae3c051d Linux 5.15.103 10a72c677bce Makefile: use -gdwarf-{4|5} for ass
|
By
Steve Sakoman
·
|
|
[langdale 05/14] linux-yocto/5.15: update to v5.15.98
From: Bruce Ashfield <bruce.ashfield@...> Updating to the latest korg -stable release that comprises the following commits: d9b4a0c83a2d Linux 5.15.98 937c15e27a63 io_uring: ensure that io_init_req()
From: Bruce Ashfield <bruce.ashfield@...> Updating to the latest korg -stable release that comprises the following commits: d9b4a0c83a2d Linux 5.15.98 937c15e27a63 io_uring: ensure that io_init_req()
|
By
Steve Sakoman
·
|
|
[langdale 04/14] cve-check: Fix false negative version issue
From: Geoffrey GIRY <geoffrey.giry@...> NVD DB store version and update in the same value, separated by '_'. The proposed patch check if the version from NVD DB contains a "_", ie 9.2.0_p1 is convert
From: Geoffrey GIRY <geoffrey.giry@...> NVD DB store version and update in the same value, separated by '_'. The proposed patch check if the version from NVD DB contains a "_", ie 9.2.0_p1 is convert
|
By
Steve Sakoman
·
|
|
[langdale 03/14] cve-extra-exclusions: ignore inapplicable linux-yocto CVEs
From: Geoffrey GIRY <geoffrey.giry@...> Multiple CVE are patched in kernel but appears as active because the NVD database is not up to date In common file cve-extra-exclusion.inc, CVE are ignored if a
From: Geoffrey GIRY <geoffrey.giry@...> Multiple CVE are patched in kernel but appears as active because the NVD database is not up to date In common file cve-extra-exclusion.inc, CVE are ignored if a
|
By
Steve Sakoman
·
|
|
[langdale 02/14] openssl: Security fix for CVE-2023-0464, CVE-2023-0465, CVE-2023-0466
From: Siddharth Doshi <sdoshi@...> Upstream-Status: - CVE-2023-0464: Backport from [https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=959c59c7a0164117e7f8366466a32bb1f8d77ff1] - CVE-2023-04
From: Siddharth Doshi <sdoshi@...> Upstream-Status: - CVE-2023-0464: Backport from [https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=959c59c7a0164117e7f8366466a32bb1f8d77ff1] - CVE-2023-04
|
By
Steve Sakoman
·
|
|
[langdale 01/14] python3-setuptools: fix for CVE-2022-40897
From: Narpat Mali <narpat.mali@...> Python Packaging Authority (PyPA) setuptools before 65.5.1 allows remote attackers to cause a denial of service via HTML in a crafted package or custom PackageIndex
From: Narpat Mali <narpat.mali@...> Python Packaging Authority (PyPA) setuptools before 65.5.1 allows remote attackers to cause a denial of service via HTML in a crafted package or custom PackageIndex
|
By
Steve Sakoman
·
|