|
[meta-zephyr][PATCH] ci: add entry for nrf52840-mdk-usb-dongle
Signed-off-by: Jon Mason <jon.mason@...>
---
.gitlab-ci.yml | 3 +++
ci/nrf52840-mdk-usb-dongle.yml | 6 ++++++
2 files changed, 9 insertions(+)
create mode 100644
Signed-off-by: Jon Mason <jon.mason@...>
---
.gitlab-ci.yml | 3 +++
ci/nrf52840-mdk-usb-dongle.yml | 6 ++++++
2 files changed, 9 insertions(+)
create mode 100644
|
By
Jon Mason
·
#58169
·
|
|
Re: [meta-zephyr][PATCHv2] nrf52840-mdk-usb-dongle.conf: Add new machine from makerdiary
This needs a Gitlab CI entry to test. I did a quick one and ran CI on
it here:
https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/651094923
I'll email the patch to add CI shortly.
Thanks,
Jon
This needs a Gitlab CI entry to test. I did a quick one and ran CI on
it here:
https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/651094923
I'll email the patch to add CI shortly.
Thanks,
Jon
|
By
Jon Mason
·
#58168
·
|
|
Re: meta-swupdate integration with the custom Yocto image
#dunfell
Hi... Quentin
Thanks for the reply...
let me try this
Regards
Mahendra
Hi... Quentin
Thanks for the reply...
let me try this
Regards
Mahendra
|
By
Mahendra Sondagar
·
#58167
·
|
|
Re: nodejs do_compile eats all resources
Anything written in C++ tends to consume 1-2 Gb of ram per compiler
process. If that lands you in OOM, you probably should limit that with
PARALLEL_MAKE:pn-nodejs, but otherwise that is the sad
Anything written in C++ tends to consume 1-2 Gb of ram per compiler
process. If that lands you in OOM, you probably should limit that with
PARALLEL_MAKE:pn-nodejs, but otherwise that is the sad
|
By
Alexander Kanavin
·
#58166
·
|
|
nodejs do_compile eats all resources
Hey,
We recently added nodejs to our images and noticed that it's do compile process is a real memory hog. Since we planned to update the recipe anyway we didn't pay much attention, but today we
Hey,
We recently added nodejs to our images and noticed that it's do compile process is a real memory hog. Since we planned to update the recipe anyway we didn't pay much attention, but today we
|
By
Oliver Westermann
·
#58165
·
|
|
Setting up layers in Yocto, the introduction
TL;DR version
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
If you want to get everything needed to run a yocto build:
- clone the bootstrap repository (ask your distribution maintainer where =
it is):
TL;DR version
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
If you want to get everything needed to run a yocto build:
- clone the bootstrap repository (ask your distribution maintainer where =
it is):
|
By
Alexander Kanavin
·
#58164
·
|
|
Re: meta-spdxscanner
Hi Lei,
Yes, the issue is fixed by doing the actions defined intohttps://stackoverflow.com/questions/69858963/how-can-one-fully-replace-distutils-which-is-deprecated-in-3-10 :
Hi Lei,
Yes, the issue is fixed by doing the actions defined intohttps://stackoverflow.com/questions/69858963/how-can-one-fully-replace-distutils-which-is-deprecated-in-3-10 :
|
By
Martin Leduc <martin.leduc@...>
·
#58163
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.4.rc1)
Thanks!
Since this is a point release with a clean build and clean QA report,
we can move straight to releasing it and don't need to obtain approval
from the whole TSC.
Cheers,
Richard
Thanks!
Since this is a point release with a clean build and clean QA report,
we can move straight to releasing it and don't need to obtain approval
from the whole TSC.
Cheers,
Richard
|
By
Richard Purdie
·
#58162
·
|
|
Re: [Openembedded-architecture] [yocto-announce] [ANNOUNCEMENT] Milestone 3 for Yocto Project 4.1 (yocto-4.1_M3) Now Available
Bug filed: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14916
Not sure if I put it in the right category, so feel free to move it around if needed
Bug filed: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14916
Not sure if I put it in the right category, so feel free to move it around if needed
|
By
Konrad Weihmann <kweihmann@...>
·
#58161
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.4.rc1)
Hi All,
QA for yocto-4.0.4.rc1 is completed. This is the full report for this release:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
=======
Hi All,
QA for yocto-4.0.4.rc1 is completed. This is the full report for this release:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
=======
|
By
Teoh, Jay Shen
·
#58160
·
|
|
Re: meta-spdxscanner
Hi,
I’m sorry for late reply.
Is this issue resolved? If not, can you tell me which class you are using? I can’t get enough information from your log.
It will be better if you supply the
Hi,
I’m sorry for late reply.
Is this issue resolved? If not, can you tell me which class you are using? I can’t get enough information from your log.
It will be better if you supply the
|
By
leimaohui
·
#58159
·
|
|
Re: meta-swupdate integration with the custom Yocto image
#dunfell
Hi Mahendra Sondagar,
Considering you're using SRC_URI unconditionally, I suggest you use:
.
├── swupdate
│ ├── 09-swupdate-args
│ ├── defconfig
│ ├──
Hi Mahendra Sondagar,
Considering you're using SRC_URI unconditionally, I suggest you use:
.
├── swupdate
│ ├── 09-swupdate-args
│ ├── defconfig
│ ├──
|
By
Quentin Schulz
·
#58158
·
|
|
Re: meta-swupdate integration with the custom Yocto image
#dunfell
Hi,
I guess the sw-description file must be added to the Image recipe not to swupdate.bb.
Note: There is a specific mailing list for swupdate.
Regards,
Adrian
Mahendra Sondagar
Hi,
I guess the sw-description file must be added to the Image recipe not to swupdate.bb.
Note: There is a specific mailing list for swupdate.
Regards,
Adrian
Mahendra Sondagar
|
By
Adrian Freihofer
·
#58157
·
|
|
[meta-security][PATCH 1/2] libgssglue: update to 0.7
LIC_FILE_CHKSUM changes to to indentations changes.
use bootstrap to setup config properly.
Drop libgssglue-fix-CVE-2011-2709.patch, libgssglue-g-initialize.patch now included in update.
and
LIC_FILE_CHKSUM changes to to indentations changes.
use bootstrap to setup config properly.
Drop libgssglue-fix-CVE-2011-2709.patch, libgssglue-g-initialize.patch now included in update.
and
|
By
Armin Kuster
·
#58156
·
|
|
[meta-security][PATCH 2/2] cryptmount: update to 6.0
LIC_FILES_CHKSUM changed do to yr change
Drop patch remove_linux_fs.patch
Signed-off-by: Armin Kuster <akuster808@...>
---
...{cryptmount_5.3.3.bb => cryptmount_6.0.bb} | 7 +++----
LIC_FILES_CHKSUM changed do to yr change
Drop patch remove_linux_fs.patch
Signed-off-by: Armin Kuster <akuster808@...>
---
...{cryptmount_5.3.3.bb => cryptmount_6.0.bb} | 7 +++----
|
By
Armin Kuster
·
#58155
·
|
|
Re: meta-swupdate integration with the custom Yocto image
#dunfell
Thanks, Chetan for swift reply :)
However, swupdate unable to fetch the files mentioned in .bbappend file!
The error logs are attahced here
As i said in my post, I have created recipes-myswupdate in
Thanks, Chetan for swift reply :)
However, swupdate unable to fetch the files mentioned in .bbappend file!
The error logs are attahced here
As i said in my post, I have created recipes-myswupdate in
|
By
Mahendra Sondagar
·
#58154
·
|
|
Re: meta-swupdate integration with the custom Yocto image
#dunfell
Hi Mahendra
I think the below folder structure will work.
.
└── swupdate
├── files
│ ├── 09-swupdate-args
│ ├── defconfig
│ ├──
Hi Mahendra
I think the below folder structure will work.
.
└── swupdate
├── files
│ ├── 09-swupdate-args
│ ├── defconfig
│ ├──
|
By
Chetan
·
#58153
·
|
|
meta-swupdate integration with the custom Yocto image
#dunfell
Hey.. There
Hope all are doing well
I'm dealing with the swupdate with the my custom Yocto image created for STM32MP1 dk1 board
The intend is, to update the rootfs remotely
I have successfully
Hey.. There
Hope all are doing well
I'm dealing with the swupdate with the my custom Yocto image created for STM32MP1 dk1 board
The intend is, to update the rootfs remotely
I have successfully
|
By
Mahendra Sondagar
·
#58152
·
|
|
[meta-security][PATCH] apparmor: update to 3.0.7
Fix typo in HOMEPAGE
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-mac/AppArmor/{apparmor_3.0.6.bb => apparmor_3.0.7.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Fix typo in HOMEPAGE
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-mac/AppArmor/{apparmor_3.0.6.bb => apparmor_3.0.7.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
By
Armin Kuster
·
#58151
·
|
|
Re: [Openembedded-architecture] [yocto-announce] [ANNOUNCEMENT] Milestone 3 for Yocto Project 4.1 (yocto-4.1_M3) Now Available
Someone needs to do the work involved and I guess that hasn't happened.
It isn't entirely simple as this does still exist in the other
releases.
Could you open a bug please so we don't forget
Someone needs to do the work involved and I guess that hasn't happened.
It isn't entirely simple as this does still exist in the other
releases.
Could you open a bug please so we don't forget
|
By
Richard Purdie
·
#58150
·
|