From: Chanho Park
To support crate:// fetcher on externalsrc, we need to make pass-through
the URIs in SRC_URI.
Signed-off-by: Chanho Park
Signed-off-by: Luca Ceresoli
Signed-off-by: Richard Purdie
Signed-off-by: Richard Pastrick
---
meta/classes/externalsrc.bbclass | 2 +-
1 file changed,
From: Chanho Park
To support crate:// fetcher on externalsrc, we need to remove "-z
${EXTERNALSRC} check of bitbake vendoring. It is possible to disable
vendoring by CARGO_DISABLE_BITBAKE_VENDORING = "1" if externalsrc-ed
project does not want to enablt it.
Signed-off-by: Chanho Park
Signed-off
SDPX generation involves looking through BB_TASKDEPDATA for
dependencies, then linking to the generated documents for those
dependencies. These document links use a checksum to validate the
document, which means that if a upstream document changes, all
downstream documents must be regenerated to ge
From: Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.15:
a40d2daf2795 pnmtologo: use relocatable file name
Signed-off-by: Bruce Ashfield
---
.../recipes-kernel/linux/linux-yocto_5.15.bbappend| 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff -
From: Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.10:
2883e69e202d pnmtologo: use relocatable file name
Signed-off-by: Bruce Ashfield
---
.../linux/linux-yocto-rt_5.10.bb | 2 +-
.../linux/linux-yocto-tiny_5.10.bb| 4 ++--
meta/recipes-ke
From: Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.10:
2883e69e202d pnmtologo: use relocatable file name
Signed-off-by: Bruce Ashfield
---
.../recipes-kernel/linux/linux-yocto_5.10.bbappend| 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff -
From: Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.15:
a40d2daf2795 pnmtologo: use relocatable file name
Signed-off-by: Bruce Ashfield
---
.../linux/linux-yocto-rt_5.15.bb | 2 +-
.../linux/linux-yocto-tiny_5.15.bb| 2 +-
meta/recipes-kern
From: Bruce Ashfield
Updating to the latest korg -stable release that comprises
the following commits:
26ae9c361414 Linux 5.10.130
8365b151fd50 dmaengine: ti: Add missing put_device in
ti_dra7_xbar_route_allocate
37147e22cd8d dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_a
From: Bruce Ashfield
Updating to the latest korg -stable release that comprises
the following commits:
843dae1756d9 Linux 5.15.54
c0c041a60cac selftests/net: fix section name when using xdp_dummy.o
a5fe76328ea5 dmaengine: idxd: force wq context cleanup on device disable
path
56
From: Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.15:
6c085baf1838 tools: use basename to identify file in gen-mach-types
Signed-off-by: Bruce Ashfield
---
.../linux/linux-yocto-rt_5.15.bb | 2 +-
.../linux/linux-yocto-tiny_5.15.bb| 2 +-
From: Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.15:
6c085baf1838 tools: use basename to identify file in gen-mach-types
Signed-off-by: Bruce Ashfield
---
.../recipes-kernel/linux/linux-yocto_5.15.bbappend| 8
1 file changed, 4 insertions(+), 4 de
From: Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.10:
80f5207b5abd tools: use basename to identify file in gen-mach-types
Signed-off-by: Bruce Ashfield
---
.../recipes-kernel/linux/linux-yocto_5.10.bbappend| 8
1 file changed, 4 insertions(+), 4 de
From: Bruce Ashfield
Richard,
The gen-mach-types patches are repeats of ones I sent before, but I've
included them to make the ordering clear.
After that, we have two -stable updates (getting ready for the "big"
CVE updates)
And then the pnmtologo fixes. That should be all the builpaths warnin
From: Bruce Ashfield
Integrating the following commit(s) to linux-yocto/5.10:
80f5207b5abd tools: use basename to identify file in gen-mach-types
Signed-off-by: Bruce Ashfield
---
.../linux/linux-yocto-rt_5.10.bb | 2 +-
.../linux/linux-yocto-tiny_5.10.bb| 4 ++-
You can send a patch and it will be taken to testing. Such regressions
should be easy to spot.
Alex
On Thu, 14 Jul 2022 at 21:03, Jan Vermaete wrote:
>
> Hi,
>
> I think the RDEPENDS on ${PYTHON_PN}-setuptools-scm is not needed anymore.
> Could this one be removed? And how to test it?
>
> br
>
Hi,
I think the RDEPENDS on ${PYTHON_PN}-setuptools-scm is not needed anymore.
Could this one be removed? And how to test it?
br
--
Jan Vermaete
“Success is a self-correcting phenomenom.” -- Gary Hamel
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Onli
From: Ming Liu
Since commit f077befd5f36ad88623aaf6a38b1a837ecb18650:
[ udev-extraconf: let automount base directory configurable ]
the mount base directory was configurable, we need drop 'run-media'
usage as well, change to figure it out from MOUNT_BASE.
Also 'get_label_name' function needs to
From: Ming Liu
Sometimes an end user might want to choose another kernel type argument
for uboot-mkimage other than "kernel", for instance: "kernel_noload".
Let's introduce a variable UBOOT_MKIMAGE_KERNEL_TYPE to support that,
and it could be used by BSP layers as well.
Signed-off-by: Ming Liu
From: Ming Liu
Changes in V3:
1 Fixed a oe-selftest failure.
Ming Liu (1):
meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE
meta/classes/kernel-fitimage.bbclass | 2 +-
meta/classes/kernel-uboot.bbclass| 3 +++
meta/classes/kernel-uimage.bbclass | 2 +-
meta/lib/oeqa/selftest/cas
Hi Bruce,
I've been wondering why some kernels show up the source files issues
and some don't.
In order for it to happen it seems we need CONFIG_DEBUG_INFO set. That
appears to be set by default for beaglebone but not for qemux86-64. I
wasn't sure where/how that is getting pulled into the BSPs, q
Hello,
This made it in master and we found a reproducibility issue. I've opened
this bug to track that:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14863
Could you have a look?
I guess that if the tests don't need the Makefiles, we could just drop
them.
Thanks!
On 06/07/2022 18:18:27+08
Before this commit the test expected a runtime error but the logic of
the fetcher changed so that files not found for checksumming cause a
fatal interruption of the parse, thuse never reaching the runtime error
this test expected. This commit aligns with the bitbake changes to the
fetcher.
Signed-
Hello Alejandro,
Em qua., 13 de jul. de 2022 às 21:08, Alejandro Hernandez Samaniego <
a...@linux.microsoft.com> escreveu:
> These look okay to me, could we backport these to Kirkstone?
>
This is my goal as well; kirkstone is broken for me at this moment.
--
Otavio Salvador
On 7/13/22 19:53, Richard Purdie wrote:
On Wed, 2022-07-13 at 17:55 +0100, Luca Bocassi wrote:
From: Luca Boccassi
Ensure it gets tested by the CI
Signed-off-by: Luca Boccassi
---
meta-poky/conf/distro/poky-altcfg.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-poky/conf/d
On Wed, 2022-07-13 at 18:42 -1000, Steve Sakoman wrote:
> At this point I've only seen this on kirkstone, but I suspect it is
> only a matter of time before we see it on master too. So we should
> probably consider this for master too.
No probably about it, I've queued for testing!
Cheers,
Richa
If gold is enabled as the default linker, it errors trying to link
to our dummy library empty file and this turns off things which should
be present in libstdc++.
For example, _GLIBCXX_HAVE_S_ISREG isn't defined and HAVE_S_ISREG in
libstdc++-v3/config.h isn't set properly.
Instead of just creatin
On Mon, 2022-07-11 at 19:54 +0530, Pgowda wrote:
> From: pgowda
>
> Upstream-Status: Backport
> [https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=9234cdca6ee88badfc00297e72f13dac4e540c79]
>
> Signed-off-by: pgowda
> ---
> meta/recipes-devtools/gcc/gcc-12.1.inc| 1 +
> .../gcc/gcc/0026-
On 14/07/2022 6:13 am, Richard Purdie wrote:
On Tue, 2022-07-12 at 13:23 +0800, Phil Reid wrote:
On 8/07/2022 9:05 pm, Richard Purdie wrote:
On Tue, 2022-07-05 at 21:01 -0700, mfum...@electromag.com.au wrote:
Hello there,
It isn't due to EOVERFLOW but make_file_type function in libstdc++-
28 matches
Mail list logo