|
#yocto #kernel BB_GENERATE_MIRROR_TARBALLS
#yocto
#kernel
I did just check and these do seem to download ok here: $ wget https://download.qemu.org/qemu-4.1.0.tar.xz --2021-01-19 21:09:28-- https://download.qemu.org/qemu-4.1.0.tar.xz Resolving download.qemu.o
I did just check and these do seem to download ok here: $ wget https://download.qemu.org/qemu-4.1.0.tar.xz --2021-01-19 21:09:28-- https://download.qemu.org/qemu-4.1.0.tar.xz Resolving download.qemu.o
|
By
Richard Purdie
· #52054
·
|
|
#yocto #kernel BB_GENERATE_MIRROR_TARBALLS
#yocto
#kernel
Just to be clear, where did you set that? In a .conf file? If so, you don't need the export bit. If it was in a shell it probably wouldn't work. Also, you didn't answer my other question, did you refe
Just to be clear, where did you set that? In a .conf file? If so, you don't need the export bit. If it was in a shell it probably wouldn't work. Also, you didn't answer my other question, did you refe
|
By
Richard Purdie
· #52047
·
|
|
#yocto #kernel BB_GENERATE_MIRROR_TARBALLS
#yocto
#kernel
lists.yoctoproject.org wrote: Did you set: BB_GENERATE_MIRROR_TARBALLS = "1" If not you need to set that. Also, you may need to refetch things initially to ensure all the right things are generated wi
lists.yoctoproject.org wrote: Did you set: BB_GENERATE_MIRROR_TARBALLS = "1" If not you need to set that. Also, you may need to refetch things initially to ensure all the right things are generated wi
|
By
Richard Purdie
· #52045
·
|
|
[poky] [yocto] Python3-native illegal instruction on poky dunfell
Thanks for reporting back and letting us know. Its now in the archives in case someone else runs into it. Glad you got sorted out too! Cheers, Richard
Thanks for reporting back and letting us know. Its now in the archives in case someone else runs into it. Glad you got sorted out too! Cheers, Richard
|
By
Richard Purdie
· #52025
·
|
|
oeqa: testcase caching
FWIW this doesn't sound right to me. pyc files (in __pycache__) would cache the code, not data so I don't see how these values would be preserved there. I don't doubt you're seeing some kind of issue
FWIW this doesn't sound right to me. pyc files (in __pycache__) would cache the code, not data so I don't see how these values would be preserved there. I don't doubt you're seeing some kind of issue
|
By
Richard Purdie
· #51886
·
|
|
How do I build an x32 Intel system?
On Sun, 2021-01-03 at 10:44 -0800, Paul D. DeRocco wrote: I've been resurrecting an old Pyro project under Gatesgarth. It's an Intel 32-bit system that needs maximum speed, so I decided to try to buil
On Sun, 2021-01-03 at 10:44 -0800, Paul D. DeRocco wrote: I've been resurrecting an old Pyro project under Gatesgarth. It's an Intel 32-bit system that needs maximum speed, so I decided to try to buil
|
By
Richard Purdie
· #51885
·
|
|
Is curated SPDX data sharing a thing?
Its going to take someone to stand up and provide the first "version" of that and I'm not sure anyone wants to step up and be that person/organisation... It does depend on which data we're talking abo
Its going to take someone to stand up and provide the first "version" of that and I'm not sure anyone wants to step up and be that person/organisation... It does depend on which data we're talking abo
|
By
Richard Purdie
· #51810
·
|
|
Is curated SPDX data sharing a thing?
Hi, The challenge is that Yocto Project lets you build your own custom software, which means you also end up in your own BoM situation. We generally therefore provide tooling that can help you generat
Hi, The challenge is that Yocto Project lets you build your own custom software, which means you also end up in your own BoM situation. We generally therefore provide tooling that can help you generat
|
By
Richard Purdie
· #51808
·
|
|
QA notification for completed autobuilder build (yocto-3.2.1.rc1)
I'm building an rc2 as build-appliance was mis-configured in this build. Cheers, Richard
I'm building an rc2 as build-appliance was mis-configured in this build. Cheers, Richard
|
By
Richard Purdie
· #51680
·
|
|
[OE-core][PATCH v2] kernel-dummy: fix executing unexpected tasks
I'm trying to work out why we need the extra dependencies when the tasks are empty. I can see how adding the inherit would help, I'm less sure how adding the deploy task after the others does though.
I'm trying to work out why we need the extra dependencies when the tasks are empty. I can see how adding the inherit would help, I'm less sure how adding the deploy task after the others does though.
|
By
Richard Purdie
· #51577
·
|
|
[OE-core][PATCH v2] kernel-dummy: fix executing unexpected tasks
Is this a leftover from the previous version of the patch? We don't normally need those constraints? Cheers, Richard
Is this a leftover from the previous version of the patch? We don't normally need those constraints? Cheers, Richard
|
By
Richard Purdie
· #51575
·
|
|
Python function caching question
If you set BB_DONT_CACHE = "1" in the recipe, it will force the recipe to reparse each time. That should cause it to rerun find_version and then change hash when the value changes. Its how SRCREV = "$
If you set BB_DONT_CACHE = "1" in the recipe, it will force the recipe to reparse each time. That should cause it to rerun find_version and then change hash when the value changes. Its how SRCREV = "$
|
By
Richard Purdie
· #51537
·
|
|
Reproducible builds and RPM packages
Thanks for mentioning that, it does sound like that is doing something we no longer should be doing now source_date_epoch is working in most packages properly. There are some files such as the rpm dat
Thanks for mentioning that, it does sound like that is doing something we no longer should be doing now source_date_epoch is working in most packages properly. There are some files such as the rpm dat
|
By
Richard Purdie
· #51377
·
|
|
Why python3 is build native in yocto ???
#python
Note that whilst the python headers and library will be in recipe- sysroot, the python3 binaries will not. This is because they're designed to run on the target, not the host you're building on so we
Note that whilst the python headers and library will be in recipe- sysroot, the python3 binaries will not. This is because they're designed to run on the target, not the host you're building on so we
|
By
Richard Purdie
· #51317
·
|
|
[yocto-autobuilder2][PATCH] schedulers.py: run performance builds only 2x a day, not 4x
I've been thinking about this and the reason I've not done this is release builds. I'm wondering if we we can somehow make the trigger release build specific. I think is is possible to do this, I've p
I've been thinking about this and the reason I've not done this is release builds. I'm wondering if we we can somehow make the trigger release build specific. I think is is possible to do this, I've p
|
By
Richard Purdie
· #51304
·
|
|
[yocto-autobuilder2][PATCH] schedulers.py: run performance builds only 2x a day, not 4x
I've been wondering about this but I suspect we should drop them from a-full instead... Cheers, Richard
I've been wondering about this but I suspect we should drop them from a-full instead... Cheers, Richard
|
By
Richard Purdie
· #51301
·
|
|
QA notification for completed autobuilder build (yocto-3.2.rc1)
Thanks for this Sangeeta and team! Since this is final 3.2 we're keen to ensure we sort out the issues we can. There was a buildhistory issue that became apparent in the last few days. Adding in the a
Thanks for this Sangeeta and team! Since this is final 3.2 we're keen to ensure we sort out the issues we can. There was a buildhistory issue that became apparent in the last few days. Adding in the a
|
By
Richard Purdie
· #51184
·
|
|
[PATCH] Revert "classes/buildhistory: also save recipe info for native recipes"
This reverts commit d123606c4bef85c2436b40f51e47b602b7600c0b. This change contains races as it will start poking into do_package task directories from do_populate_sysroot. If we want to do this for na
This reverts commit d123606c4bef85c2436b40f51e47b602b7600c0b. This change contains races as it will start poking into do_package task directories from do_populate_sysroot. If we want to do this for na
|
By
Richard Purdie
· #51164
·
|
|
slightly weird use of PACKAGECONFIG in bbappend file?
I'm on record as strongly suggesting PACKAGECONFIG entries should be in the base recipes, there isn't a good reason I'm aware of not to do that. Obviously the system is very flexible though... Cheers,
I'm on record as strongly suggesting PACKAGECONFIG entries should be in the base recipes, there isn't a good reason I'm aware of not to do that. Obviously the system is very flexible though... Cheers,
|
By
Richard Purdie
· #51096
·
|
|
do_fetch error while compiling code
The fetch error means it can't download the file. The above link: (http://xorg.freedesktop.org/releases/individual/lib/libXcursor-1.1.15.tar.bz2) works for me so it suggests something is wrong with th
The fetch error means it can't download the file. The above link: (http://xorg.freedesktop.org/releases/individual/lib/libXcursor-1.1.15.tar.bz2) works for me so it suggests something is wrong with th
|
By
Richard Purdie
· #51087
·
|