|
[meta-spdxscanner][PATCH] fossology-rest.bbclass: Moved check if spdx already exists out of the task
From: Marco Cavallini <m.cavallini@...>
With the previous code was impossible to run the do_get_report
task whenever a correspondent .spdx file was already present
in
From: Marco Cavallini <m.cavallini@...>
With the previous code was impossible to run the do_get_report
task whenever a correspondent .spdx file was already present
in
|
By
Marco Cavallini
·
#54190
·
|
|
Re: [ptest-runner 0/5] ptest: Various memory fixes and enhancements
Hi Randy,
No, I've just used gcc.
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194
Hi Randy,
No, I've just used gcc.
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194
|
By
?ukasz Majewski
·
#54189
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.4_M2.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.4_M2.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.4_M2.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Sangeeta Jain
·
#54188
·
|
|
Re: [ptest-runner 0/5] ptest: Various memory fixes and enhancements
Looks good to me.
Did you happen to check the compile with clang as well?
If not, I may do that eventually.
--
# Randy MacLeod
# Wind River Linux
Looks good to me.
Did you happen to check the compile with clang as well?
If not, I may do that eventually.
--
# Randy MacLeod
# Wind River Linux
|
By
Randy MacLeod
·
#54187
·
|
|
Re: How to pass arguments to a shell function from python task bb.build.exec_func ?
#bitbake
#yocto
AFAIK, passing arguments from a python function to a shell function is not allowed
AFAIK, passing arguments from a python function to a shell function is not allowed
|
By
Joshua Watt
·
#54186
·
|
|
meta-security layer
Hi Armin
Using the meta-integrety layer and I'm able to deploy the image but I
don't have the attribute insde the ext4 and wic image I create.
Do you know what step are missing?
Michael
Hi Armin
Using the meta-integrety layer and I'm able to deploy the image but I
don't have the attribute insde the ext4 and wic image I create.
Do you know what step are missing?
Michael
|
By
Michael Nazzareno Trimarchi
·
#54185
·
|
|
How to pass arguments to a shell function from python task bb.build.exec_func ?
#bitbake
#yocto
Hi All,
I have this example that can call a shell function from a python task:
shell_function(){
bbwarn "This is a shell function, arg1 = $1"
}
python do_something(){
Hi All,
I have this example that can call a shell function from a python task:
shell_function(){
bbwarn "This is a shell function, arg1 = $1"
}
python do_something(){
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#54184
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for July 20, 2021
Yocto Technical Team Minutes, Engineering Sync, for July 20, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
Yocto Technical Team Minutes, Engineering Sync, for July 20, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
|
By
Trevor Woerner
·
#54183
·
|
|
[ptest-runner 5/5] main: Do not return number of failed tests when calling ptest-runner
Up till now ptest-runner2 returns number of failed tests with its
exit status code. Such use case is not recommended [1] and may cause
issues when there are more than 256 tests to be executed.
To
Up till now ptest-runner2 returns number of failed tests with its
exit status code. Such use case is not recommended [1] and may cause
issues when there are more than 256 tests to be executed.
To
|
By
?ukasz Majewski
·
#54182
·
|
|
[ptest-runner 4/5] mem: Refactor ptest_list cleanup
From: Adrian Freihofer <adrian.freihofer@...>
Try to make memory management more robust by assigning always NULL to
struct ptest_list pointers. It's a refactoring which probably improves
the
From: Adrian Freihofer <adrian.freihofer@...>
Try to make memory management more robust by assigning always NULL to
struct ptest_list pointers. It's a refactoring which probably improves
the
|
By
?ukasz Majewski
·
#54181
·
|
|
[ptest-runner 3/5] mem: Simplify memory management
From: Adrian Freihofer <adrian.freihofer@...>
Removes the following warnings thrown by
make && valgrind -s --leak-check=3Dfull ./ptest-runner -d tests/data2
=3D=3D4154390=3D=3D Invalid write
From: Adrian Freihofer <adrian.freihofer@...>
Removes the following warnings thrown by
make && valgrind -s --leak-check=3Dfull ./ptest-runner -d tests/data2
=3D=3D4154390=3D=3D Invalid write
|
By
?ukasz Majewski
·
#54180
·
|
|
[ptest-runner 2/5] mem: Fix memleak for ptest_opts
From: Adrian Freihofer <adrian.freihofer@...>
make && valgrind -s --leak-check=3Dfull ./ptest-runner -d tests/data2
=3D=3D4154029=3D=3D HEAP SUMMARY:
=3D=3D4154029=3D=3D in use at exit:
From: Adrian Freihofer <adrian.freihofer@...>
make && valgrind -s --leak-check=3Dfull ./ptest-runner -d tests/data2
=3D=3D4154029=3D=3D HEAP SUMMARY:
=3D=3D4154029=3D=3D in use at exit:
|
By
?ukasz Majewski
·
#54179
·
|
|
[ptest-runner 1/5] git: Extend the gitignore
From: Adrian Freihofer <adrian.freihofer@...>
Signed-off-by: Adrian Freihofer <adrian.freihofer@...>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
create mode 100644
From: Adrian Freihofer <adrian.freihofer@...>
Signed-off-by: Adrian Freihofer <adrian.freihofer@...>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
create mode 100644
|
By
?ukasz Majewski
·
#54178
·
|
|
[ptest-runner 0/5] ptest: Various memory fixes and enhancements
This patch series provides some memory management fixes and corrected
return code handling for ptest-runner2.
Adrian Freihofer (4):
git: Extend the gitignore
mem: Fix memleak for ptest_opts
This patch series provides some memory management fixes and corrected
return code handling for ptest-runner2.
Adrian Freihofer (4):
git: Extend the gitignore
mem: Fix memleak for ptest_opts
|
By
?ukasz Majewski
·
#54177
·
|
|
QA notification for completed autobuilder build (yocto-3.4_M2.rc1)
A build flagged for QA (yocto-3.4_M2.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.4_M2.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.4_M2.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.4_M2.rc1
Build hash information:
bitbake:
|
By
Richard Purdie
·
#54176
·
|
|
Re: [yocto-kernel-cache] [yocto-5.10] nxp-imx8: Enable IMX_SCU_SOC config
In message: RE: [yocto-kernel-cache] [yocto-5.10] nxp-imx8: Enable IMX_SCU_SOC config
on 16/07/2021 Wang, Xiaolei wrote:
The original patch didn't have a branch specified, so it somehow managed
In message: RE: [yocto-kernel-cache] [yocto-5.10] nxp-imx8: Enable IMX_SCU_SOC config
on 16/07/2021 Wang, Xiaolei wrote:
The original patch didn't have a branch specified, so it somehow managed
|
By
Bruce Ashfield
·
#54175
·
|
|
Re: c++ dmalloc library versions not building for Rocko
<steve=echodyne.com@...> wrote:
there should be a config.log generated in this component's build
directory which should have more information on what check failed and
perhaps some
<steve=echodyne.com@...> wrote:
there should be a config.log generated in this component's build
directory which should have more information on what check failed and
perhaps some
|
By
Khem Raj
·
#54174
·
|
|
Re: [layerindex-web][PATCH 00/15] Upgrade to Django 3.2.5 LTS and Celery 5
I don't have the skills to review this in detail but it sounds like a
good step forward for many different reasons, thanks!
Cheers,
Richard
I don't have the skills to review this in detail but it sounds like a
good step forward for many different reasons, thanks!
Cheers,
Richard
|
By
Richard Purdie
·
#54173
·
|
|
eSDK generation problem
I am generating eSDK for my image which includes meta-qt layer for graphics.
meta-qt uses python3 where as my meta layer uses python2
my meta layer uses python2-mako where as meta-qt layer uses
I am generating eSDK for my image which includes meta-qt layer for graphics.
meta-qt uses python3 where as my meta layer uses python2
my meta layer uses python2-mako where as meta-qt layer uses
|
By
saurabhdaga@...
·
#54172
·
|
|
c++ dmalloc library versions not building for Rocko
Trying to produce c++ versions of dmalloc libraries.The dmalloc recipe dmalloc_5.5.2.bb looks to be configured to build the c++ versions with:
'EXTRA_OECONF += "--enable-threads --enable-cxx
Trying to produce c++ versions of dmalloc libraries.The dmalloc recipe dmalloc_5.5.2.bb looks to be configured to build the c++ versions with:
'EXTRA_OECONF += "--enable-threads --enable-cxx
|
By
forstevers
·
#54171
·
|