|
[ptest-runner][PATCH 3/4] utils.c: Use a thread to read from child
In order to handle large output add a thread for read from childs using
a pipe and remove non-blocking option.
Modify bash unittest to output large data and cover this scenario.
[YOCTO
In order to handle large output add a thread for read from childs using
a pipe and remove non-blocking option.
Modify bash unittest to output large data and cover this scenario.
[YOCTO
|
By
Anibal Limon
·
#52813
·
|
|
[ptest-runner][PATCH 2/4] utils.c: Fix exit status of a child
Modify testcase to validate the actual exit status.
[YOCTO #14217]
Signed-off-by: Aníbal Limón <anibal.limon@...>
---
tests/data/fail/ptest/run-ptest | 3 +++
tests/utils.c
Modify testcase to validate the actual exit status.
[YOCTO #14217]
Signed-off-by: Aníbal Limón <anibal.limon@...>
---
tests/data/fail/ptest/run-ptest | 3 +++
tests/utils.c
|
By
Anibal Limon
·
#52812
·
|
|
[ptest-runner][PATCH 1/4] utils.c: get_available_ptests allow to specify relative directories
Fixes,
$ ./ptest-runner -d ./tests/data bash
Signed-off-by: Aníbal Limón <anibal.limon@...>
---
utils.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git
Fixes,
$ ./ptest-runner -d ./tests/data bash
Signed-off-by: Aníbal Limón <anibal.limon@...>
---
utils.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git
|
By
Anibal Limon
·
#52811
·
|
|
package_rpm and file conflicts.
HI,
Building up a customization layer over the top of poke to install 3rd party RPM files at build time. These packages contain some basic global configuration changes for the destination environment.
HI,
Building up a customization layer over the top of poke to install 3rd party RPM files at build time. These packages contain some basic global configuration changes for the destination environment.
|
By
Randall <randall.crook@...>
·
#52810
·
|
|
M+ & H bugs with Milestone Movements WW12
All,
YP M+ or high bugs which moved to a new milestone in WW12 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
11449
Allow overriding classes to
All,
YP M+ or high bugs which moved to a new milestone in WW12 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
11449
Allow overriding classes to
|
By
Stephen Jolley
·
#52808
·
|
|
Enhancements/Bugs closed WW12!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#52807
·
|
|
Current high bug count owners for Yocto Project 3.3
All,
Below is the list as of top 42 bug owners as of the end of WW12 of who have open medium or higher bugs and enhancements against YP 3.3. There are 28 possible work days left until the final
All,
Below is the list as of top 42 bug owners as of the end of WW12 of who have open medium or higher bugs and enhancements against YP 3.3. There are 28 possible work days left until the final
|
By
Stephen Jolley
·
#52806
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#52805
·
|
|
Re: [meta-rockchip][PATCH] Add machine definitions for NanoPi-M4 boards
Ah, I was referring to the DTB used by the Kernel (which u-boot can switch), not the DTB used by u-boot itself (which AFAIK is compiled into u-boot and cannot be changed).
>
>>
>>
>>
>>
>
Ah, I was referring to the DTB used by the Kernel (which u-boot can switch), not the DTB used by u-boot itself (which AFAIK is compiled into u-boot and cannot be changed).
>
>>
>>
>>
>>
>
|
By
Joshua Watt
·
#52804
·
|
|
Re: [meta-rockchip][PATCH] Add machine definitions for NanoPi-M4 boards
Hi Joshua,
Wait, it's only the dtb used by u-boot which is different in this
case, the kernel uses a single dtb for both variants.
Those probably get embedded inside the bootloader, in any case
Hi Joshua,
Wait, it's only the dtb used by u-boot which is different in this
case, the kernel uses a single dtb for both variants.
Those probably get embedded inside the bootloader, in any case
|
By
Yann Dirson
·
#52803
·
|
|
Re: do_populate_cve_db CERTIFICATE_VERIFY_FAILED
In case anyone else is affected by this…
I tried building inside a Docker container based on Ubuntu 20.04 (and the buildtools removed) and the CVE database was populated properly (and CVE reports
In case anyone else is affected by this…
I tried building inside a Docker container based on Ubuntu 20.04 (and the buildtools removed) and the CVE database was populated properly (and CVE reports
|
By
Darcy Watkins
·
#52802
·
|
|
Re: [meta-rockchip][PATCH] Add machine definitions for NanoPi-M4 boards
FWIW, I'd rather u-boot could automatcially detect what variant of the board it's running on and do the right thing (usually, just selecting the proper DTB from the FIT image). The only
FWIW, I'd rather u-boot could automatcially detect what variant of the board it's running on and do the right thing (usually, just selecting the proper DTB from the FIT image). The only
|
By
Joshua Watt
·
#52801
·
|
|
Re: [error-report-web][PATCH V2] Add local.conf and auto.conf into error details
I just sent out an as yet untested patch which may fix some of the quoting
issues by using bleach. I'd still need to add it to the requirements file...
Cheers,
Richard
I just sent out an as yet untested patch which may fix some of the quoting
issues by using bleach. I'd still need to add it to the requirements file...
Cheers,
Richard
|
By
Richard Purdie
·
#52800
·
|
|
[error-report-web] [PATCH] Post/parser: Use bleach to sanitse XSS input
Instead of searching for "<", use bleach to sanity input to avoid
any XSS issues.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
Post/parser.py | 26
Instead of searching for "<", use bleach to sanity input to avoid
any XSS issues.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
Post/parser.py | 26
|
By
Richard Purdie
·
#52799
·
|
|
Re: Enabling Serial console via uart1(serial1) in cm3(rpi3) kernel 5.4.
#cm3
#dunfell
Why am I (only, seems) always answering NON YOCTO issues in the YOCTO
thread??? ;-)
_______
OK. The good sign about what U R talking is shown here:
[ 0.000885] printk: console [tty1] enabled
It
Why am I (only, seems) always answering NON YOCTO issues in the YOCTO
thread??? ;-)
_______
OK. The good sign about what U R talking is shown here:
[ 0.000885] printk: console [tty1] enabled
It
|
By
Zoran
·
#52798
·
|
|
Re: [meta-rockchip][PATCH] Add machine definitions for NanoPi-M4 boards
<yann.dirson@...> wrote:
Sure it would! But then you'd have to get all the BSP layer
maintainers to agree on that format and use it… :-/
<yann.dirson@...> wrote:
Sure it would! But then you'd have to get all the BSP layer
maintainers to agree on that format and use it… :-/
|
By
Trevor Woerner
·
#52797
·
|
|
Re: [meta-rockchip][PATCH] Add machine definitions for NanoPi-M4 boards
Hi Yann,
Thanks for the patch updates. I'll look at them soon.
I feel exactly the same way.
By default all arm64 kernels are configured with the one, in-kernel, generic
arm64 defconfig. That gives
Hi Yann,
Thanks for the patch updates. I'll look at them soon.
I feel exactly the same way.
By default all arm64 kernels are configured with the one, in-kernel, generic
arm64 defconfig. That gives
|
By
Trevor Woerner
·
#52796
·
|
|
Re: [error-report-web][PATCH V2] Add local.conf and auto.conf into error details
Sorry about the delay on this, we do really need to get this resolved.
I'm wondering if we should replace the angled brackets test with
https://github.com/mozilla/bleach which would then remove the
Sorry about the delay on this, we do really need to get this resolved.
I'm wondering if we should replace the angled brackets test with
https://github.com/mozilla/bleach which would then remove the
|
By
Richard Purdie
·
#52795
·
|
|
Re: [meta-rockchip][PATCH] Add machine definitions for NanoPi-M4 boards
BTW, I'm also unclear on what to do next to better support those
boards: with the default
kernel config only a subset of the hardware is supported, and for
state-of-the-art hw
support we'll also need
BTW, I'm also unclear on what to do next to better support those
boards: with the default
kernel config only a subset of the hardware is supported, and for
state-of-the-art hw
support we'll also need
|
By
Yann Dirson
·
#52794
·
|
|
[meta-rockchip][PATCH v2] Add machine definitions for NanoPi-M4 boards, 2GB and 4GB variants
From: Yann Dirson <yann@...>
---
Changes from v1: split in two distinct machines: nanopi-m4 and nanopi-m4-=
2gb
conf/machine/include/nanopi-m4.inc | 22 +++++++++++++++++++
From: Yann Dirson <yann@...>
---
Changes from v1: split in two distinct machines: nanopi-m4 and nanopi-m4-=
2gb
conf/machine/include/nanopi-m4.inc | 22 +++++++++++++++++++
|
By
Yann Dirson
·
#52793
·
|