[yocto] QA notification for completed autobuilder build (yocto-4.2.3.rc1)

2023-08-18 Thread Pokybuild User
A build flagged for QA (yocto-4.2.3.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.2.3.rc1 Build hash information: bitbake: 08033b63ae442c774bd3fce62844eac23e6882d7 meta-agl: 2b1679097d7b5df438481d7966377a6c05

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-18 Thread Crane
Finally find the correct way to do that. Do "bitbake -c devshell " and then in the folder created use "git format-patch" to create the patch file. This way, the patch can be applied. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60827): https://li

Re: [yocto] Pick up ${PV} dynamically from environment or file or filename

2023-08-18 Thread Darcy Watkins via lists.yoctoproject.org
Hi, I am not sure how well this would work for JARs (especially if they are large). But you may be able to drop the as-built JARs into a git repo and commit them. Then make use of the GIT AUTOREV facility to fetch from that GIT repo. Each time you build after your GIT repo changes, will be buil

Re: [yocto] Pick up ${PV} dynamically from environment or file or filename

2023-08-18 Thread Konstantin Kletschke via lists.yoctoproject.org
On Fri, Aug 18, 2023 at 05:30:50PM +0200, Alexander Kanavin wrote: > You probably need to explain the use case. Why do you want to do > something like that? The yocto build is happening in a gitlab runner thingy. What happens before is that inedependently from the yocto build is that my colleauge

Re: [yocto] Pick up ${PV} dynamically from environment or file or filename

2023-08-18 Thread Alexander Kanavin
You probably need to explain the use case. Why do you want to do something like that? Generally, Yocto cares about build reproducibility, a lot. Thus, source must be stable, and verified against a checksum of some kind. Alex On Fri, 18 Aug 2023 at 14:41, Konstantin Kletschke via lists.yoctoproje

[yocto] Pick up ${PV} dynamically from environment or file or filename

2023-08-18 Thread Konstantin Kletschke via lists.yoctoproject.org
Dear community, I need to build a recipe which does not now, which actual version the source file(s) has. So is it possible, to pick up a version preliminary from either environment, the content of an existing auxiliary file or from the structure of the source file itself? Say, if theres is some

[yocto] package target-sdk-provides-dummy-1.0-r0.sdk_provides_dummy_target is intended for a different architecture

2023-08-18 Thread David Daniel
Hi there I am new to Yocto and I am still struggling to build the SDK - I am on the master branch, after I had different problems with missing dependencies and configure failures in mickledore I went to master. Here I can successfully build core-image-full-cmdline without problems. Everything is f