|
Re: [meta-zephyr][PATCH] zephyr-sdk: upgrade 0.14.2 -> 0.15.1
I added this and rebased it to be before the update to v3.2.0. The
issues with the versioning are now gone, but the following issues
remain:
"BUILD_ASSERT(IS_ENABLED(_RETARGETABLE_LOCKING),
I added this and rebased it to be before the update to v3.2.0. The
issues with the versioning are now gone, but the following issues
remain:
"BUILD_ASSERT(IS_ENABLED(_RETARGETABLE_LOCKING),
|
By
Jon Mason
·
#58418
·
|
|
[meta-zephyr][PATCH] zephyr-sdk: upgrade 0.14.2 -> 0.15.1
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../zephyr-sdk/{zephyr-sdk_0.14.2.bb => zephyr-sdk_0.15.1.bb} | 4
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.1
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../zephyr-sdk/{zephyr-sdk_0.14.2.bb => zephyr-sdk_0.15.1.bb} | 4
|
By
Naveen Saini
·
#58417
·
|
|
Re: [meta-zephyr][PATCH 1/2] zephyr-kernel-src: add support for v3.2.0
Testing (both of them together) shows some issues
https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/676605867
When using the zephyr toolchain, there is an error of
2022-10-25 18:28:16 - INFO
Testing (both of them together) shows some issues
https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/676605867
When using the zephyr toolchain, there is an error of
2022-10-25 18:28:16 - INFO
|
By
Jon Mason
·
#58416
·
|
|
OpenEmbedded Happy Hour October 26 9pm/2100 UTC
All,
You are cordially invited to the next OpenEmbedded Happy Hour on October 26
for Asia/Pacific time zones @ 2100/9pm UTC (5pm ET / 2pm
All,
You are cordially invited to the next OpenEmbedded Happy Hour on October 26
for Asia/Pacific time zones @ 2100/9pm UTC (5pm ET / 2pm
|
By
Tim Orling
·
#58415
·
|
|
Yocto Project Status 25 October 2022 (WW43)
Current Dev Position: YP 4.2 M1
Next Deadline: 5th December 2022 YP 4.2 Build
Next Team Meetings:
Bug Triage meeting Thursday October 27th 7:30 am PDT
Current Dev Position: YP 4.2 M1
Next Deadline: 5th December 2022 YP 4.2 Build
Next Team Meetings:
Bug Triage meeting Thursday October 27th 7:30 am PDT
|
By
Stephen Jolley
·
#58414
·
|
|
Re: license manifest files effectively disappear when do_rootfs is not rerun
Sorry for first posting to the wrong board, beginner's mistake.
For reference, discussion has moved to https://lists.openembedded.org/g/openembedded-core/topic/94530086 and led to a bug report at
Sorry for first posting to the wrong board, beginner's mistake.
For reference, discussion has moved to https://lists.openembedded.org/g/openembedded-core/topic/94530086 and led to a bug report at
|
By
Christian Thießen
·
#58413
·
|
|
Re: How to enabled systemd unit files automatically using recipe?
Cool. Thanks again
By
Sourabh Hegde
·
#58412
·
|
|
Re: How to enabled systemd unit files automatically using recipe?
Yes, sure.
Use space to separate multiple paths
For example:
SYSTEMD_SERVICE:${PN} = "one.service two.service one.path two.path"
--
Best Regards,
Sergei Nikulov
Yes, sure.
Use space to separate multiple paths
For example:
SYSTEMD_SERVICE:${PN} = "one.service two.service one.path two.path"
--
Best Regards,
Sergei Nikulov
|
By
Sergei Nikulov
·
#58411
·
|
|
Re: How to enabled systemd unit files automatically using recipe?
Hello Sergei,
Thanks for the update.
I have already added "SYSTEMD_SERVICE:${PN}" to my recipe. But, it is set to different file(.service file). Can I add multiple files to it?
Hello Sergei,
Thanks for the update.
I have already added "SYSTEMD_SERVICE:${PN}" to my recipe. But, it is set to different file(.service file). Can I add multiple files to it?
|
By
Sourabh Hegde
·
#58410
·
|
|
[meta-zephyr][PATCH 2/2] zephyr-kernel-src: drop support for v2.7.3
Support for zephyr v3.2.0 is already being added. So time to drop it.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../0001-2.7-cmake-add-yocto-toolchain.patch | 63 ------
Support for zephyr v3.2.0 is already being added. So time to drop it.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../0001-2.7-cmake-add-yocto-toolchain.patch | 63 ------
|
By
Naveen Saini
·
#58409
·
|
|
[meta-zephyr][PATCH 1/2] zephyr-kernel-src: add support for v3.2.0
https://github.com/zephyrproject-rtos/zephyr/releases/tag/v3.2.0
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../zephyr-kernel/zephyr-kernel-src-3.2.0.inc | 239
https://github.com/zephyrproject-rtos/zephyr/releases/tag/v3.2.0
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../zephyr-kernel/zephyr-kernel-src-3.2.0.inc | 239
|
By
Naveen Saini
·
#58408
·
|
|
Re: How to enabled systemd unit files automatically using recipe?
You should add you file to your bb recipe SYSTEMD_SERVICE:${PN} = "file.path"
https://docs.yoctoproject.org/current/ref-manual/classes.html?highlight=systemd_service
--
Best Regards,
Sergei
You should add you file to your bb recipe SYSTEMD_SERVICE:${PN} = "file.path"
https://docs.yoctoproject.org/current/ref-manual/classes.html?highlight=systemd_service
--
Best Regards,
Sergei
|
By
Sergei Nikulov
·
#58407
·
|
|
How to enabled systemd unit files automatically using recipe?
Hello,
This might not be directly related to Yocto.
I have a systemd .path unit file that restarts the system service if the file changes. But, the path ubit file needs to be enabled once to make this
Hello,
This might not be directly related to Yocto.
I have a systemd .path unit file that restarts the system service if the file changes. But, the path ubit file needs to be enabled once to make this
|
By
Sourabh Hegde
·
#58406
·
|
|
M+ & H bugs with Milestone Movements WW43
All,
YP M+ or high bugs which moved to a new milestone in WW43 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
14311
AB-INT PTEST: valgrind drd/tests
All,
YP M+ or high bugs which moved to a new milestone in WW43 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
14311
AB-INT PTEST: valgrind drd/tests
|
By
Stephen Jolley
·
#58405
·
|
|
Enhancements/Bugs closed WW43!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
mark.asselstine@...
2
randy.macleod@...
1
Grand Total
3
Thanks,
Stephen K. Jolley
Yocto
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
mark.asselstine@...
2
randy.macleod@...
1
Grand Total
3
Thanks,
Stephen K. Jolley
Yocto
|
By
Stephen Jolley
·
#58404
·
|
|
Current high bug count owners for Yocto Project 4.2
All,
Below is the list as of top 34 bug owners as of the end of WW43 of who have open medium or higher bugs and enhancements against YP 4.2. There are 128 possible work days left until the final
All,
Below is the list as of top 34 bug owners as of the end of WW43 of who have open medium or higher bugs and enhancements against YP 4.2. There are 128 possible work days left until the final
|
By
Stephen Jolley
·
#58403
·
|
|
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
·
#58402
·
|
|
Re: [meta-security][PATCH] Update PARSEC recipe to latest v1.1.0 release
merged.
thanks
By
Armin Kuster
·
#58401
·
|
|
Re: other ways of removing GPLv3 components (than meta-gplv2)
#gplv3
Thanks! I should be able to send a patch this week.
Cheers
Michael.
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Thanks! I should be able to send a patch this week.
Cheers
Michael.
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
|
By
Michael Opdenacker
·
#58400
·
|
|
Re: other ways of removing GPLv3 components (than meta-gplv2)
#gplv3
<poberauer=yahoo.co.uk@...> wrote:
Yes, someone should go over the documentation and change every mention
of this to recommend per-image variant, as a global one is
<poberauer=yahoo.co.uk@...> wrote:
Yes, someone should go over the documentation and change every mention
of this to recommend per-image variant, as a global one is
|
By
Alexander Kanavin
·
#58399
·
|