[yocto] u-boot compile error with Kconfig

2022-05-17 Thread Rusty Howell
I am getting an error on only one of our many build machines when building
u-boot. This particular machine is the only one running Ubuntu 20.04.4 LTS.
We have several other build nodes running Ubuntu 20.04.3 that can run our
Yocto build without any issue.  Are there any known issues with 20.04.4 and
Hardknott?  I haven't seen anything relevant in the Yocto mailing lists.

uname -a: Linux yocto-build-5 5.4.0-109-generic #123-Ubuntu SMP Fri Apr 8
09:10:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Here is the error.  Any suggestions are appreciated.

|  GEN ./Makefile


| rm -f .tmp_quiet_recordmcount


| make -f
/home/builder/corex/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git/scripts/Makefile.build
obj=scripts
| if [ -f
/home/builder/corex/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git/.config
-o -d /home/builder/corex/yocto/build.imx8mq-core/tmp/
work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git/include/config
]; then \

|   echo >&2 "
 
/home/builder/corex/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git
is not clean, please run 'make mrproper'"; \
|   echo >&2 "  in the
'/home/builder/corex/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git'
directory.";\
|   /bin/false; \


| fi;


| make -f
/home/builder/corex/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git/scripts/Makefile.build
obj=scripts/dtc
| = WARNING ==


| This board uses CONFIG_SPL_FIT_GENERATOR. Please migrate


| to binman instead, to avoid the proliferation of


| arch-specific scripts with no tests.


| 


| = WARNING ==

| This board does not
use CONFIG_WDT (Driver Model


| for DM watchdog). Please update the board to use


| CONFIG_WDT before the v2019.10 release. Failure to


| update by the deadline may result in board removal.


| See doc/driver-model/migration.rst for more info.


| 


|
/home/builder/corex/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git/scripts/check-config.sh
u-boot.cfg /home/builder/corex/yocto/build.i
mx8mq-core/tmp/work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git/scripts/config_whitelist.txt
/home/builder/corex/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-li
nux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git


| Error: You must add new CONFIG options using Kconfig


| The following new ad-hoc CONFIG options were detected:


| CONFIG_CREATE_ARCH_SYMLINK


|


| Please add these via Kconfig instead. Find a suitable Kconfig


| file and add a 'config' or 'menuconfig' option.


| make[1]: ***
[/home/builder/corex/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git/Makefile:1072:
.binman_stamp] Error 1
| make[1]: *** Deleting file '.binman_stamp'


| make[1]: Leaving directory
'/home/builder/corex/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/build/imx8mq-core_config'

| make: *** [Makefile:167: sub-make] Error 2

| make: Leaving
directory
'/home/builder/corex/yocto/build.imx8mq-core/tmp/work/imx8mq_core-control4-linux/u-boot-c4-imx/2021.04+gitAUTOINC+6b12e08291-r0/git'
| ERROR: oe_runmake failed



Thanks in advance.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#57126): https://lists.yoctoproject.org/g/yocto/message/57126
Mute This Topic: https://lists.yoctoproject.org/mt/91180964/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-zephyr][PATCH 02/10] python3-gitlint: remove, unused

2022-05-17 Thread Naveen Saini
Hi Eilís Ní Fhlannagáin,

All these Python recipes can be moved to meta-python if needed !

Regards,
Naveen

> -Original Message-
> From: yocto@lists.yoctoproject.org  On
> Behalf Of Ross Burton
> Sent: Friday, May 13, 2022 7:25 PM
> To: yocto@lists.yoctoproject.org
> Cc: elizabeth.flana...@huawei.com
> Subject: [yocto] [meta-zephyr][PATCH 02/10] python3-gitlint: remove,
> unused
> 
> This recipe was added to meta-zephyr in de73bdba but nothing uses it.
> 
> Signed-off-by: Ross Burton 
> ---
>  .../python/python3-gitlint_0.15.1.bb   | 14 --
>  1 file changed, 14 deletions(-)
>  delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> gitlint_0.15.1.bb
> 
> diff --git a/meta-zephyr-core/recipes-devtools/python/python3-
> gitlint_0.15.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-
> gitlint_0.15.1.bb
> deleted file mode 100644
> index 143e2cb..000
> --- a/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -# SPDX-FileCopyrightText: Huawei Inc.
> -# SPDX-License-Identifier: Apache-2.0
> -
> -SUMMARY = "Python gitlint"
> -HOMEPAGE = "https://pypi.org/project/gitlint";
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM =
> "file://LICENSE;md5=2ddf75221dde30f107af8595a43b4009"
> -
> -inherit pypi setuptools3
> -
> -PYPI_PACKAGE = "gitlint"
> -SRC_URI[md5sum] = "4835bedc50129934a47cf099d906d2ca"
> -SRC_URI[sha256sum] =
> "4b22916dcbdca381244aee6cb8d8743756cfd98f27e7d1f02e78733f07c3c21c"
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#57125): https://lists.yoctoproject.org/g/yocto/message/57125
Mute This Topic: https://lists.yoctoproject.org/mt/91078254/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.1.rc1)

2022-05-17 Thread Teoh, Jay Shen
Hi all,

Intel and WR YP QA is planning for QA execution for YP build yocto-4.0.1.rc1. 
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. NUC 7
3. NUC 6
4. Edgerouter
5. Beaglebone

ETA for completion this Friday, May 20.

Thanks,
Jay

> -Original Message-
> From: qa-build-notificat...@lists.yoctoproject.org  notificat...@lists.yoctoproject.org> On Behalf Of Richard Purdie
> Sent: Monday, 16 May, 2022 6:46 AM
> To: yocto@lists.yoctoproject.org
> Cc: qa-build-notification 
> Subject: [qa-build-notification] QA notification for completed autobuilder
> build (yocto-4.0.1.rc1)
> 
> A build flagged for QA (yocto-4.0.1.rc1) was completed on the autobuilder
> and is available at:
> 
> 
> https://autobuilder.yocto.io/pub/releases/yocto-4.0.1.rc1
> 
> 
> Build hash information:
> 
> bitbake: 59c16ae6c55c607c56efd2287537a1b97ba2bf52
> meta-agl: ba35313c0852ebaf924a9b71d87a4e3f5e90ac9b
> meta-arm: b838d40efe06c839d58cf39b785175d0ba7518c6
> meta-aws: b07a769a4347b9f425cf8c6106d3191634791f8c
> meta-gplv2: d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
> meta-intel: fb23bc3e661685383edd3026e21ca25825c48bc4
> meta-mingw: a90614a6498c3345704e9611f2842eb933dc51c1
> meta-openembedded: 5357c7a40eaf8d1bcf7ff58edbba8e9527e40c7d
> meta-virtualization: c578929ca3910e78a2b5876c70749520791124ee
> oecore: cb8647c08959abb1d6b7c2b3a34b4b415f66d7ee
> poky: 8c489602f218bcf21de0d3c9f8cf620ea5f06430
> 
> 
> 
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
> 
> 
> 
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#57124): https://lists.yoctoproject.org/g/yocto/message/57124
Mute This Topic: https://lists.yoctoproject.org/mt/91177419/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] Yocto Project Status WW20`22

2022-05-17 Thread Stephen Jolley
Current Dev Position: YP 4.1 M1

Next Deadline: 30th May 2022 YP 4.1 M1 Build

 

Next Team Meetings:

*   Yocto Project Summit - 17th-19th May (

https://www.yoctoproject.org/yocto-project-summit-2022-05/)
*   Bug Triage meeting Thursday May 26th 7:30 am PDT (

https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*   Monthly Project Meeting Tuesday June 7th at 8 am PDT (

https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09
 )
*   Weekly Engineering Sync Tuesday May 24th  at 8 am PDT (

https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09
 )
*   Twitch -  See  
https://www.twitch.tv/theyoctojester

 

Key Status/Updates:

*   YP 3.4.4 released
*   YP 4.0.1 was built and is in QA
*   We're coming up to 4.1 M1 at the end of the month which is a good
point to aim for early testing of changes in the next release.
*   There are some prototype scripts updating patchwork patch status for
OpenEmbedded-Core and BitBake which is covering about 75% of the patches to
the merged state along with revision information:

https://patchwork.yoctoproject.org/project/oe-core/list/

We're hoping to extend this to other status information such as in
master-next for testing but it is a work in progress. Let us know if you
find this useful. With some manual work to clear the backlog of patches we
could aim to keep it more up to date (there is an archive status we could
use for that too).

*   We have added a new "metrics" target on the autobuilder. This
currently has some simple patch status tracking information and can generate
a history graph but the hope is to extend this to CVE metrics and likely
other things. If anyone has interest in helping here, please let Richard
know.
*   Help is very much welcome in trying to resolve our autobuilder
intermittent issues. You can see the list of failures we're continuing to
see by searching for the "AB-INT" tag in bugzilla:

https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=AB-INT

 

Ways to contribute:

*   There are bugs identified as possible for newcomers to the project:

https://wiki.yoctoproject.org/wiki/Newcomers
*   There are bugs that are currently unassigned for YP 3.5. See:

https://wiki.yoctoproject.org/wiki/Bug_Triage#Medium.2B_3.5_Unassigned_Enhan
cements.2FBugs
*   We'd welcome new maintainers for recipes in OE-Core. Please see the
list at:

http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/conf/distro/include/main
tainers.inc and discuss with the existing maintainer, or ask on the OE-Core
mailing list. We will likely move a chunk of these to "Unassigned" soon to
help facilitate this.
*   Help us resolve CVE issues:
 CVE metrics 

 

YP 4.1 Milestone Dates:

*   YP 4.1 M1 build date 2022/05/30
*   YP 4.1 M1 Release date 2022/06/10
*   YP 4.1 M2 build date 2022/07/11
*   YP 4.1 M2 Release date 2022/07/22
*   YP 4.1 M3 build date 2022/08/22
*   YP 4.1 M3 Release date 2022/09/02
*   YP 4.1 M4 build date 2022/10/03
*   YP 4.1 M4 Release date 2022/10/28

 

Upcoming dot releases:

*   YP 3.4.4 is released.
*   YP 4.0.1 is in QA
*   YP 4.0.1 Release date 2022/05/27
*   YP 3.1.17 build date 2022/06/06
*   YP 3.1.17 Release date 2022/06/17
*   YP 4.0.2 build date 2022/06/27
*   YP 4.0.2 Release date 2022/07/08
*   YP 3.1.18 build date 2022/07/18
*   YP 3.1.18 Release date 2022/07/29
*   YP 4.0.3 build date 2022/08/08
*   YP 4.0.3 Release date 2022/08/19
*   YP 3.1.19 build date 2022/08/29
*   YP 3.1.19 Release date 2022/09/09
*   YP 4.0.4 build date 2022/09/19
*   YP 4.0.4 Release date 2022/09/30
*   YP 3.1.20 build date 2022/10/10
*   YP 3.1.20 Release date 2022/10/21
*   YP 4.0.5 build date 2022/10/31
*   YP 4.0.5 Release date 2022/11/11

 

Tracking Metrics:

*   WDD 2450 (last week 2450) (

https://wiki.yoctoproject.org/charts/combo.html)
*   OE-Core/Poky Patch Metrics

*   Total patches found: 1175 (last week 1181)
*   Patches in the P

[yocto] simple YP layer to add "snaps" to a YP build

2022-05-17 Thread Robert P. J. Day

  these days, i'm hip-deep in canonical stuff, working with ubuntu
core and snaps (boo! hiss! oh, relax ... :-), and i chanced across a
somewhat-neglected layer that supports adding snaps to a basic YP
build, so i forked a copy, tidied it up, and verified that i can build
a core-image-minimal for qemux86-64 that supports adding and running
your basic "hello, world" snap.

  here's my current version of the layer (branch snapd-2.55.3, soon to
be updated to snapd-2.55.5 as soon as this current build finishes and
runs):

  https://github.com/rpjday/meta-snapd/tree/snapd-2.55.3

the README there needs to be cleaned up as much of that is no longer
necessary, since i added a "snapd_on_yp" DISTRO that centralizes much
of the essential config settings.

  so if you wanted to play with adding snaps to your established YP
build, give it a try. still lots of tidying up to do, but it seems to
work.

rday

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#57122): https://lists.yoctoproject.org/g/yocto/message/57122
Mute This Topic: https://lists.yoctoproject.org/mt/91160342/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] OpenSSL 1.1.1o in next dunfell release

2022-05-17 Thread Quentin Schulz

Hi Daniel,

On 5/17/22 10:29, Daniel Karlsson wrote:

Hi,

Our customer wants us to ship OpenSSL 1.1.1o or a later version in our next 
software release so I’m interested to know if you plan to update OpenSSL in 
time for YP 3.1.17?



It's a minor release with CVE fixes, this should make the recipe update 
a candidate for Dunfell and other branches.


However, I did not see any patch on the mailing list yet for Dunfell.

If you want something to be updated, you can send a patch to the mailing 
list. That'll make it much more likely to be included in the next 
release. The maintenance, update and fixing of recipes, classes, etc.. 
of Yocto Project rely on contributors (we've very few people dedicated 
full time to the project, and they only have 24h in a day :) ), so don't 
hesitate to send a patch to us!


See 
https://cgit.openembedded.org/openembedded-core/commit/meta/recipes-connectivity/openssl?h=dunfell&id=e26bc21f09ed1631437fc990cbda86c8659d4738. 
It can be as simple as that commit. See 
https://docs.yoctoproject.org/dev-manual/common-tasks.html#submitting-a-change-to-the-yocto-project 
on how to contribute. Let us know if you need some help or guidance.


Cheers,
Quentin

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#57121): https://lists.yoctoproject.org/g/yocto/message/57121
Mute This Topic: https://lists.yoctoproject.org/mt/91159305/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] OpenSSL 1.1.1o in next dunfell release

2022-05-17 Thread Daniel Karlsson
Hi,

Our customer wants us to ship OpenSSL 1.1.1o or a later version in our next 
software release so I’m interested to know if you plan to update OpenSSL in 
time for YP 3.1.17?

Daniel Karlsson


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#57120): https://lists.yoctoproject.org/g/yocto/message/57120
Mute This Topic: https://lists.yoctoproject.org/mt/91159305/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-