[yocto] Building yocto image for RPi CM4 #raspberrypi

2022-01-25 Thread hrsourabh011
Hello All, Advice on working with Yocto and Raspberry Pi CM4 Lite would be helpful. I recently got my hands on with CM4 and now I want to build Yocto image with u-boot as bootloader. I have few doubts before I start the build. * Which machine to use in local.conf file? In the meta-raspberrypi t

[yocto] Fetch private gitlab repo using ssh with Yocto recipe #bitbake

2022-01-25 Thread hrsourabh011
I am trying to fetch a private gitlab repo within Yocto image recipe using SSH protocol. In my image recipe I have passed SRC_URI as: SRC_URI = " \ gitsm://g...@git.example.com:2224/blah/blah/blah/blah;protocol=ssh;branch=master \ " But this results in the error: ERROR: Fetcher failure:

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.5_M2.rc6)

2022-01-25 Thread Teoh, Jay Shen
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.5_M2.rc6. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC

Re: [yocto] Inclusive Language Proposal for YP/OE

2022-01-25 Thread Paul Eggleton
On Tuesday, 25 January 2022 21:26:33 NZDT Paul Barker wrote: > The layer index may need some modification to handle different layers > having different names for the in-development branch. We could implement > the layer index changes first to support other layers which rename their > master bran

[yocto] Additional hardening options

2022-01-25 Thread Paul Eggleton
Hi folks I've been looking into a couple of compiler flags for hardening that I think we might want to consider enabling by default in security-flags.inc: 1) -fstack-clash-protection This option was introduced to gcc 8.x and provides protection against the stack clash vulnerability: https://

[yocto] [yocto-autobuilder2][PATCH] schedulers.py: run AUH twice a month

2022-01-25 Thread Alexander Kanavin
Once a week has proven a bit too hectic: it's better to have more time to test, submit, review and integrate the updates before AUH runs again. Signed-off-by: Alexander Kanavin --- schedulers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schedulers.py b/schedulers.py

Re: [yocto] [OE-core] Inclusive Language Proposal for YP/OE

2022-01-25 Thread Randy MacLeod
On 2022-01-24 11:17, Jon Mason wrote: From the beginning, OpenEmbedded and The Yocto Project have always strived to be as inclusive as possible to all races, sexes, orientations, religions, nationalities, and any other thing which might divide people. As continuation of this striving, there are

[yocto] OpenEmbedded Happy Hour January 26 5pm/1700 UTC

2022-01-25 Thread Denys Dmytriyenko
All, Our next OpenEmbedded Happy Hour is on January 26 for Europe/Americas timezones @ 1700/5pm UTC (12pm ET / 9am PT): https://www.openembedded.org/wiki/Calendar https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+January+26&iso=20220126T17 -- Regards, Denys Dmyt

Re: [yocto] [OE-core] Inclusive Language Proposal for YP/OE

2022-01-25 Thread Richard Purdie
On Tue, 2022-01-25 at 07:50 -0800, Chuck Wolber wrote: > On Mon, Jan 24, 2022 at 8:18 AM Jon Mason wrote: > > %< SNIP %< >   > > Branch Names > > The “master” branches on the relevant OpenEmbedded and Yocto Project > > git trees will be changed to an alternative name at some point in the > > futu

[yocto] [PATCH yocto-autobuilder-helper] run-docs-build: fix checkout of releases.rst from master

2022-01-25 Thread Michael Opdenacker
A wrong path was given given the working directory. Also revert the changes with "git reset --hard" to have a clean state before further branch switches. Signed-off-by: Michael Opdenacker --- scripts/run-docs-build | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scr

Re: [yocto] [oe] Inclusive Language Proposal for YP/OE

2022-01-25 Thread Ross Burton
On Mon, 24 Jan 2022 at 16:18, Jon Mason wrote: > CVE_CHECK_PN_WHITELIST -> CVE_CHECK_SKIPRECIPE > CVE_CHECK_WHITELIST -> CVE_CHECK_IGNORECVE This is the only one that sticks out to me. I think it needs another _, SKIP_RECIPE and IGNORE_CVE. Other than that, +1. Will we have a bit of logic to d

Re: [yocto] [oe] [OE-core] Inclusive Language Proposal for YP/OE

2022-01-25 Thread Ross Burton
On Tue, 25 Jan 2022 at 15:50, Chuck Wolber wrote: >> Branch Names >> The “master” branches on the relevant OpenEmbedded and Yocto Project >> git trees will be changed to an alternative name at some point in the >> future. The current preferred name is “devel”. > > > Why devel instead of main [1]?

[yocto] Yocto Project Status WW04`22

2022-01-25 Thread Stephen Jolley
Current Dev Position: YP 3.5 M3 Next Deadline: 21th Feb. 2022 YP 3.5 M3 build Next Team Meetings: * Bug Triage meeting Thursday Jan. 27th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

Re: [yocto] [OE-core] Inclusive Language Proposal for YP/OE

2022-01-25 Thread Chuck Wolber
On Mon, Jan 24, 2022 at 8:18 AM Jon Mason wrote: %< SNIP %< > Branch Names > The “master” branches on the relevant OpenEmbedded and Yocto Project > git trees will be changed to an alternative name at some point in the > future. The current preferred name is “devel”. > Why devel instead of mai

[yocto] QA notification for completed autobuilder build (yocto-3.5_M2.rc6)

2022-01-25 Thread Richard Purdie
A build flagged for QA (yocto-3.5_M2.rc6) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.5_M2.rc6 Build hash information: bitbake: 1f06f326fa8b47e2a4dce756d57a9369a2225201 meta-agl: 7a644d636237459c54128a71d083cb6f9e1b8e60 meta-arm:

Re: [yocto] Inclusive Language Proposal for YP/OE

2022-01-25 Thread Paul Barker
On 24/01/2022 16:17, Jon Mason wrote: From the beginning, OpenEmbedded and The Yocto Project have always strived to be as inclusive as possible to all races, sexes, orientations, religions, nationalities, and any other thing which might divide people. As continuation of this striving, there are