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
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
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
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
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
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
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