|
Re: [meta-spdxscanner] [dunfell | sato] | gdk-pixbuf do_compile failure
To Krishna
I’ sorry that I missed your mail, I’ll try to reproduce your issue.
Best regards
Lei
To Krishna
I’ sorry that I missed your mail, I’ll try to reproduce your issue.
Best regards
Lei
|
By
leimaohui
·
#54224
·
|
|
Re: [meta-spdxscanner][PATCH] fossology-rest.bbclass: Moved check if spdx already exists out of the task
Hi Marco
I'm sorry, but your patch seems not base on the latest source code.
https://git.yoctoproject.org/cgit/cgit.cgi/meta-spdxscanner/tree/classes/fossology-rest.bbclass
Best regards
Lei
Hi Marco
I'm sorry, but your patch seems not base on the latest source code.
https://git.yoctoproject.org/cgit/cgit.cgi/meta-spdxscanner/tree/classes/fossology-rest.bbclass
Best regards
Lei
|
By
leimaohui
·
#54223
·
|
|
Re: [meta-rockchip][PATCH] rock-pi-e: update preferred kernel
applied to meta-rockchip master
applied to meta-rockchip master
|
By
Trevor Woerner
·
#54222
·
|
|
Re: [meta-rockchip][PATCH] remove LINUX_VERSION_EXTENSION
applied to meta-rockchip master
applied to meta-rockchip master
|
By
Trevor Woerner
·
#54221
·
|
|
Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: July 22, 2021 -- resend
Resend:
The list:
Yocto discussion list <yocto@...>
didn't work and may be dead so switch to:
yocto@... <yocto@...>
../Randy
YP AB
Resend:
The list:
Yocto discussion list <yocto@...>
didn't work and may be dead so switch to:
yocto@... <yocto@...>
../Randy
YP AB
|
By
Randy MacLeod
·
#54220
·
|
|
Re: [ptest-runner 4/5] mem: Refactor ptest_list cleanup
Hi,
I tried to apply without success, looks like the patch is corrupted, can you send it again?, or share a git repo/branch.
Regards,
Anibal
Hi,
I tried to apply without success, looks like the patch is corrupted, can you send it again?, or share a git repo/branch.
Regards,
Anibal
|
By
Anibal Limon
·
#54219
·
|
|
Re: Private: Re: [yocto] Recipe dependent on Debian package - How should I approach?
#debian
#yocto
cc-ing yocto list
By
William Huang
·
#54218
·
|
|
Re: [ptest-runner 4/5] mem: Refactor ptest_list cleanup
Indeed this change doesn't has a direct impact but is fine to me.
Applied, Thanks!
Indeed this change doesn't has a direct impact but is fine to me.
Applied, Thanks!
|
By
Anibal Limon
·
#54217
·
|
|
Re: [ptest-runner 3/5] mem: Simplify memory management
Applied, Thanks!,
By
Anibal Limon
·
#54216
·
|
|
Re: [ptest-runner 2/5] mem: Fix memleak for ptest_opts
Hi,
In a normal execution this memleak doesn't have a bad effect in practical terms because at end of the program the memory will be free'd.
I'm fine to pick this patch.
Regards,
Anibal
Hi,
In a normal execution this memleak doesn't have a bad effect in practical terms because at end of the program the memory will be free'd.
I'm fine to pick this patch.
Regards,
Anibal
|
By
Anibal Limon
·
#54215
·
|
|
Re: [ptest-runner 1/5] git: Extend the gitignore
Applied, Thanks!, Anibal.
Applied, Thanks!, Anibal.
|
By
Anibal Limon
·
#54214
·
|
|
Re: [ptest-runner 5/5] main: Do not return number of failed tests when calling ptest-runner
Hi all,
Just replied in other email about this situation, so yes for me is better at least return 1 when any test fails to make it backwards compatible and knows when some test fails.
Regards,
Anibal
Hi all,
Just replied in other email about this situation, so yes for me is better at least return 1 when any test fails to make it backwards compatible and knows when some test fails.
Regards,
Anibal
|
By
Anibal Limon
·
#54213
·
|
|
Re: Recipe dependent on Debian package - How should I approach?
#debian
#yocto
Hi Mitch,
You can get systemd into your image... refer to the mega-manual:
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#using-systemd-exclusively
Hopefully this resolves your
Hi Mitch,
You can get systemd into your image... refer to the mega-manual:
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#using-systemd-exclusively
Hopefully this resolves your
|
By
William Huang
·
#54212
·
|
|
Recipe dependent on Debian package - How should I approach?
#debian
#yocto
I have a project I am attempting to migrate from a Debian platform to Yocto. This specific project has a dependency on libsystemd-dev which is a Debian package, but it doesn't seem to build when
I have a project I am attempting to migrate from a Debian platform to Yocto. This specific project has a dependency on libsystemd-dev which is a Debian package, but it doesn't seem to build when
|
By
Mitch Gaines <gainesmitch2@...>
·
#54211
·
|
|
[wic/filemap] wic takes the wrong filemap.py file
Hi guys,
i am running yocto (with IMX BSP gatesgarth-5.10.9-1.0.0) inside docker and am getting the below issue which i though to be already fixed by https://patchwork.openembedded.org/patch/174423/.
Hi guys,
i am running yocto (with IMX BSP gatesgarth-5.10.9-1.0.0) inside docker and am getting the below issue which i though to be already fixed by https://patchwork.openembedded.org/patch/174423/.
|
By
jonas.hoelscher@...
·
#54210
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.4_M2.rc1)
Hello all,
This is the full report for yocto-3.4_M2.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hello all,
This is the full report for yocto-3.4_M2.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Sangeeta Jain
·
#54209
·
|
|
Re: [ptest-runner 5/5] main: Do not return number of failed tests when calling ptest-runner
I would favor to keep non-zero exit value if any tests failed. We have relied on exit value since ptest started to support it, others may be doing that as well. This would be backward incompatible
I would favor to keep non-zero exit value if any tests failed. We have relied on exit value since ptest started to support it, others may be doing that as well. This would be backward incompatible
|
By
Tero Kinnunen
·
#54208
·
|
|
[PATCH yocto-autobuilder-helper] auh-config: enable systemd only for glibc
It is not guaranteed to build or work otherwise, and causes
update failures in unrelated recipes when building for musl for instance.
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
It is not guaranteed to build or work otherwise, and causes
update failures in unrelated recipes when building for musl for instance.
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
|
By
Alexander Kanavin
·
#54207
·
|
|
Re: [PATCH yocto-autobuilder-helper] Enable canary builds for meta-aws[aws-iot-device-sdk-cpp-v2] on x86-64 and arm64.
The ordering isn't correct here since they have to be added in dependency
order and for some reason this was different to the patch we discussed
previously. I've just gone ahead and fixed
The ordering isn't correct here since they have to be added in dependency
order and for some reason this was different to the patch we discussed
previously. I've just gone ahead and fixed
|
By
Richard Purdie
·
#54206
·
|
|
Re: [poky] [PATCH] local.conf.sample: disable prelink
I am worried about those libraries, which are non-PIE libraries by default. My theory is, that they are non-PIE since prelink is able to operate on them. So prelink can "at least" be used a PIE
I am worried about those libraries, which are non-PIE libraries by default. My theory is, that they are non-PIE since prelink is able to operate on them. So prelink can "at least" be used a PIE
|
By
Robert Berger
·
#54205
·
|