From: Alistair Francis
Signed-off-by: Alistair Francis
Signed-off-by: Khem Raj
---
meta/conf/machine/include/riscv/qemuriscv.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc
b/meta/conf/machine/include/riscv/qemuriscv.inc
index 493124d946..
Skip tests until load issue is fixed,
most commonly seen on the arm64 builder.
[YOCTO #14296]
Signed-off-by: Yi Fan Yu
---
...sts-due-to-load-variability-on-YP-AB.patch | 53 +++
meta/recipes-devtools/python/python3_3.9.2.bb | 1 +
2 files changed, 54 insertions(+)
create mode
On 16:52-20210401, Bruce Ashfield wrote:
[...]
> > Though I still don't understand the rationale why would we not move
> > CROSS_COMPILE from kernel.bbclass to kernel-arch.bbclass instead of
> > having to duplicate it here? after all KERNEL_CC etc are in that realm
> &g
On Thu, Apr 1, 2021 at 4:31 PM Nishanth Menon wrote:
>
> On 09:22-20210401, Bruce Ashfield wrote:
> > On Wed, Mar 31, 2021 at 8:00 PM Denys Dmytriyenko wrote:
> > >
> > > Fixes:
> > > | CALL
> > > /OE/poky-master/build/tmp/work-shared/
`ROOTFS` is optional. It can be empty if the live image doesn't require
a rootfs. In such cases, the build doesn't depend on
`do_image_{LIVE_ROOTFS_TYPE}`.
Signed-off-by: Guillaume Champagne
---
meta/classes/image-live.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/
On 09:22-20210401, Bruce Ashfield wrote:
> On Wed, Mar 31, 2021 at 8:00 PM Denys Dmytriyenko wrote:
> >
> > Fixes:
> > | CALL
> > /OE/poky-master/build/tmp/work-shared/qemuarm64/kernel-source/scripts/checksyscalls.sh
> > | CALL
> > /OE/poky
On Thu, Apr 1, 2021 at 10:07 AM Andre McCurdy wrote:
>
> On Thu, Apr 1, 2021 at 8:29 AM Steve Sakoman wrote:
> >
> > From: "Robert P. J. Day"
> >
> > There is apparently no functional value to "PROVIDES" lines anymore in
> > packagegroup recipe files, so remove the lonely couple of examples
> >
On Thu, Apr 1, 2021 at 8:29 AM Steve Sakoman wrote:
>
> From: "Robert P. J. Day"
>
> There is apparently no functional value to "PROVIDES" lines anymore in
> packagegroup recipe files, so remove the lonely couple of examples
> left.
Seems questionable for backporting to a stable release. The bog
On Thu, Apr 1, 2021 at 6:08 AM Robert P. J. Day wrote:
>
> recently, i've run across a couple layers based on pretty much
> up-to-date OE/YP, where fixed files are being added to a package via
> assignments like this:
>
> FILES_${PN} += "/data"
>
> i already know that's a bad idea, but i'm c
>From 57b633a93bd91b7b1aa21cce5ac7997b958ca917 Mon Sep 17 00:00:00 2001
From: Devendra Tewari
Date: Thu, 1 Apr 2021 16:07:25 -0300
Subject: [PATCH] Use shutil.move when os.rename fails
Incremental build in Docker fails with
OSError: [Errno 18] Invalid cross-device link
When source and destinati
Some image recipes uses ${DEPLOY_DIR_IMAGE}/${UBOOT_BINARY} to create
their images. Force the re-creation of those symlinks pointing to the
u-boot-fitImage in case UBOOT_FITIMAGE_ENABLE is set.
Signed-off-by: Klaus Heinrich Kiwi
---
meta/classes/uboot-sign.bbclass | 9 +
1 file changed,
Some intermittent failures in valgrind are hard
reproduce.
Printing the difference between actual and expected
will make understanding them slightly easier.
[YOCTO #14294]
Signed-off-by: Yi Fan Yu
---
meta/recipes-devtools/valgrind/valgrind/run-ptest | 10 ++
1 file changed, 10 inserti
Enable the bochs-display as q QEMU argument when running on RISC-V
machines.
Signed-off-by: Alistair Francis
---
meta/conf/machine/include/riscv/qemuriscv.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc
b/meta/conf/machine/include/riscv/qemu
On Thu, Apr 1, 2021 at 11:54 AM Khem Raj wrote:
>
>
>
> On 4/1/21 6:16 AM, Bruce Ashfield wrote:
> > On Wed, Mar 31, 2021 at 8:01 PM Denys Dmytriyenko wrote:
> >>
> >> On Mon, Mar 29, 2021 at 11:14:13AM -0400, Bruce Ashfield wrote:
> >>> On Mon, Mar 29, 2021 at 10:08 AM Nishanth Menon wrote:
> >
On Wed, Mar 31, 2021 at 11:19 PM Sana Kazi wrote:
>
> Hi Steve,
>
> I have verified the patch on dunfell branch and it builds successfully.
Sorry, I tried your patch both locally and on the autobuilder and it
still fails to build:
https://errors.yoctoproject.org/Errors/Details/575272/
Steve
>
On 4/1/21 6:16 AM, Bruce Ashfield wrote:
On Wed, Mar 31, 2021 at 8:01 PM Denys Dmytriyenko wrote:
On Mon, Mar 29, 2021 at 11:14:13AM -0400, Bruce Ashfield wrote:
On Mon, Mar 29, 2021 at 10:08 AM Nishanth Menon wrote:
On 13:31-20210327, Bruce Ashfield wrote:
On Thu, Mar 25, 2021 at 9:13
From: Christopher Larson
Setting the 'func' flag on the commands variables ensures that they are parsed
as shell, and therefore that the referenced commands contents are included in
checksums. Doing this only in image.bbclass means that this is missing in
recipes that are not images, but which in
From: Christopher Larson
For POPULATE_SDK_POST_TARGET_COMMAND, POPULATE_SDK_POST_HOST_COMMAND, and
SDK_POSTPROCESS_COMMAND, the appropriate entries were added to
vardepvalueexclude, but we want them in vardepsexclude as well.
Signed-off-by: Christopher Larson
Signed-off-by: Richard Purdie
(c
From: "Robert P. J. Day"
There is apparently no functional value to "PROVIDES" lines anymore in
packagegroup recipe files, so remove the lonely couple of examples
left.
Signed-off-by: Robert P. J. Day
Signed-off-by: Richard Purdie
(cherry picked from commit 6f2c9602bc5fc6794b852ec20f40ea62a55a
From: Mark Hatle
Since pyc cache files are really system specific, no real reason to copy or
generate them during the eSDK build process. Also generating them has the
possibility of re-using inodes that pseudo may have been tracking, leading
a build failure.
Signed-off-by: Mark Hatle
Signed-of
From: Mingli Yu
autoheader will update ../libtool-2.4.6/libltdl/config-h.in which
autoconf needs, so there comes a race sometimes as below:
| configure.ac:45: error: required file 'config-h.in' not found
| touch '../libtool-2.4.6/libltdl/config-h.in'
So make sure autoheader run before autoconf
From: "Robert P. J. Day"
HOSTTOOLS_DIR contains symlinks to host tools, not copies
Signed-off-by: Robert P. J. Day
Signed-off-by: Richard Purdie
(cherry picked from commit fb7692da7faa49b370680decbbaceaeb85b6889d)
Signed-off-by: Steve Sakoman
---
meta/conf/bitbake.conf | 2 +-
1 file changed
From: "Anton D. Kachalov"
When running on the systems having read-only rootfs backed by overlayfs,
removing the whole directory lead to create a special char device file
on the upperdir to reflect directory's removal. Once it is required to
upgrade the whole read-only image that might contain new
From: Khem Raj
Signed-off-by: Khem Raj
Signed-off-by: Richard Purdie
(cherry picked from commit 410a45639d84a3d69a65133593da32062196dd59)
Signed-off-by: Steve Sakoman
---
scripts/contrib/documentation-audit.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/contrib
From: Naveen Saini
zc.c:77:8: error: too many arguments to function 'get_user_pages_remote'
|77 | ret = get_user_pages_remote(task, mm,
| |^
Backported patch to fix it.
Signed-off-by: Naveen Saini
Signed-off-by: Steve Sakoman
---
.../cryptodev/cryptodev
From: He Zhe
Fix the following build failure with linux-yocto-dev
zc.c:61:17: error: 'struct mm_struct' has no member named 'mmap_sem';
did you mean 'mmap_base'?
61 | down_read(&mm->mmap_sem);
| ^~~~
| mmap_base
zc.c:77:15: error: 'struct mm_st
From: Michael Trensch
Upstream directory layout has changed after update in commit
3c2f8b750ab9c53773fb5a9a1a874e475740b4ee, resulting in some package to pull in
linux-firmware base package.
This may cause an image size increase of approximately 700MB.
See log.do_packaging:
DEBUG: linux-firmwa
From: Bruce Ashfield
Updating linux-yocto/5.4 to the latest korg -stable release that comprises
the following commits:
a65e78863443 Linux 5.4.107
5161cc4350de net: dsa: b53: Support setting learning on port
ebeefdc3d8ee net: dsa: tag_mtk: fix 802.1ad VLAN egress
6c3d86e6ffde cryp
From: Mikko Rapeli
Only security issues fixed in this release according to
https://www.openssl.org/news/cl111.txt
Signed-off-by: Mikko Rapeli
Signed-off-by: Steve Sakoman
---
.../openssl/{openssl_1.1.1j.bb => openssl_1.1.1k.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Minjae Kim
checkout: fix bug that makes checkout follow symlinks in leading path
Upstream-Status: Acepted
[https://github.com/git/git/commit/684dd4c2b414bcf648505e74498a608f28de4592]
CVE: CVE-2021-21300
Signed-off-by: Minjae Kim
Signed-off-by: Steve Sakoman
---
.../git/files/CVE-2021-2
From: Catalin Enache
A stack-based buffer overflow in dnsproxy in ConnMan before 1.39
could be used by network adjacent attackers to execute code.
gdhcp in ConnMan before 1.39 could be used by network-adjacent.
attackers to leak sensitive stack information, allowing further
exploitation of bugs
Please review this next set of patches for dunfell and have comments back by
end of day Monday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2019
The following changes since commit 707036d4ec12ef1a260adcef78627b26e32e6540:
linux-yocto/5.4: up
Limits the number of OpenMP threads to match BB_NUMBER_THREADS. This
prevents OpenMP (libgomp in particular) from falling back to using all
the available CPUs, which behaves poorly when attempting to limit build
usage, especially when attempting to build in a container.
Signed-off-by: Joshua Watt
On Thu, Apr 1, 2021 at 3:19 AM Martin Jansa wrote:
>
> On Wed, Mar 31, 2021 at 03:50:51PM -0700, Khem Raj wrote:
> > Fixes
> > ../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed
> > choices: "auto, i915, i965, r100, r200, nouveau"
> >
> > Signed-off-by: Khem Raj
> > Cc:
On Wed, Mar 31, 2021 at 8:00 PM Denys Dmytriyenko wrote:
>
> Fixes:
> | CALL
> /OE/poky-master/build/tmp/work-shared/qemuarm64/kernel-source/scripts/checksyscalls.sh
> | CALL
> /OE/poky-master/build/tmp/work-shared/qemuarm64/kernel-source/scripts/atomic/check-atomics.sh
> | LDS a
On Wed, Mar 31, 2021 at 8:01 PM Denys Dmytriyenko wrote:
>
> On Mon, Mar 29, 2021 at 11:14:13AM -0400, Bruce Ashfield wrote:
> > On Mon, Mar 29, 2021 at 10:08 AM Nishanth Menon wrote:
> > >
> > > On 13:31-20210327, Bruce Ashfield wrote:
> > > > On Thu, Mar 25, 2021 at 9:13 PM Nishanth Menon via
>
recently, i've run across a couple layers based on pretty much
up-to-date OE/YP, where fixed files are being added to a package via
assignments like this:
FILES_${PN} += "/data"
i already know that's a bad idea, but i'm curious as to what build
errors might occur when trying something like
On Wed, Mar 31, 2021 at 03:50:51PM -0700, Khem Raj wrote:
> Fixes
> ../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed
> choices: "auto, i915, i965, r100, r200, nouveau"
>
> Signed-off-by: Khem Raj
> Cc: Martin Jansa
> ---
> meta/recipes-graphics/mesa/mesa-gl_21.0.0.bb
Hi Steve,
I have verified the patch on dunfell branch and it builds successfully.
Please refer the attached do_patch log.
Thanks & Regards,
Sana Kazi
KPIT Technologies Limited
From: Steve Sakoman
Sent: Wednesday, March 31, 2021 11:31 PM
To: Sana Kazi
Cc: Patc
The maintainer declaration in the buildhistory
is useful for tracking the maintainer of recipes.
This change adds the MAINTAINER variable for
recipes and packages to its buildhistory data.
Signed-off-by: Purushottam Choudhary
---
meta/classes/buildhistory.bbclass | 10 ++
1 file changed,
40 matches
Mail list logo