|
runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.
This configuration is not tested. If you want accelerated gl, build for the qemux86-64 target. Alex
This configuration is not tested. If you want accelerated gl, build for the qemux86-64 target. Alex
|
By
Alexander Kanavin
· #56471
·
|
|
How to manage disk space while working with Yocto?
Are you running in a virtual machine of some kind? It's better to get a real linux computer. Otherwise you need to check how to allocate more disk space to the virtual machine from the host. Alex
Are you running in a virtual machine of some kind? It's better to get a real linux computer. Otherwise you need to check how to allocate more disk space to the virtual machine from the host. Alex
|
By
Alexander Kanavin
· #56465
·
|
|
How to manage disk space while working with Yocto?
Can you show the output of 'df' please? Alex
Can you show the output of 'df' please? Alex
|
By
Alexander Kanavin
· #56463
·
|
|
How to manage disk space while working with Yocto?
Only the last two. Deleting tmp/ does help as then any needed binary items will be taken from sstate cache instead of being unpacked from source and rebuilt. Alex
Only the last two. Deleting tmp/ does help as then any needed binary items will be taken from sstate cache instead of being unpacked from source and rebuilt. Alex
|
By
Alexander Kanavin
· #56460
·
|
|
[meta-mingw] [PATCH] dbus: adjust for dbus 1.14
Signed-off-by: Alexander Kanavin <alex@...> --- recipes-core/dbus/dbus_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/dbus/dbus_%.bbappend b/recipes-core/dbus/dbus
Signed-off-by: Alexander Kanavin <alex@...> --- recipes-core/dbus/dbus_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/dbus/dbus_%.bbappend b/recipes-core/dbus/dbus
|
By
Alexander Kanavin
· #56385
·
|
|
[PATCH yocto-autobuilder-helper] auh-config: update smtp server to localhost
Current setup only allows sending mail via localhost on alma workers. Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- scripts/auh-config/upgrade-helper.conf | 2 +- 1 file changed, 1 inse
Current setup only allows sending mail via localhost on alma workers. Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- scripts/auh-config/upgrade-helper.conf | 2 +- 1 file changed, 1 inse
|
By
Alexander Kanavin
· #56354
·
|
|
[yocto-autobuilder2][PATCH] config.py: run AUH only on alma8
According to halstead, only those workers are able to send mail so that it reaches the mailing lists. Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- config.py | 4 ++-- 1 file changed, 2
According to halstead, only those workers are able to send mail so that it reaches the mailing lists. Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- config.py | 4 ++-- 1 file changed, 2
|
By
Alexander Kanavin
· #56353
·
|
|
[PATCH yocto-autobuilder-helper] auh-config: correct LICENSE_FLAGS variable
Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- scripts/auh-config/local.conf.append | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auh-config/local.conf.appen
Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- scripts/auh-config/local.conf.append | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auh-config/local.conf.appen
|
By
Alexander Kanavin
· #56337
·
|
|
[auto-upgrade-helper][PATCH] error.py: initialize stdout/stderr to empty strings
This avoids guarding them against NoneType everywhere Signed-off-by: Alexander Kanavin <alex@...> --- modules/errors.py | 2 +- modules/utils/devtool.py | 5 +---- 2 files changed, 2 insertion
This avoids guarding them against NoneType everywhere Signed-off-by: Alexander Kanavin <alex@...> --- modules/errors.py | 2 +- modules/utils/devtool.py | 5 +---- 2 files changed, 2 insertion
|
By
Alexander Kanavin
· #56336
·
|
|
On managing debug and production builds
If you can't do what you need with only image recipes, then the only option is to create an additional DISTRO config I'm afraid. Putting these tweaks into machine config or local.conf is not correct.
If you can't do what you need with only image recipes, then the only option is to create an additional DISTRO config I'm afraid. Putting these tweaks into machine config or local.conf is not correct.
|
By
Alexander Kanavin
· #56334
·
|
|
extract several source tree with devtool
You probably need to fix devtool as it is not designed to handle this, patches welcome. Alex
You probably need to fix devtool as it is not designed to handle this, patches welcome. Alex
|
By
Alexander Kanavin
· #56308
·
|
|
QA change - reduced number of reproducibility builds tests?
<richard.purdie@...> wrote: With this change, what are the remaining differences between a-full and a-quick? Alex
<richard.purdie@...> wrote: With this change, what are the remaining differences between a-full and a-quick? Alex
|
By
Alexander Kanavin
· #56288
·
|
|
Updating BBappend files in yocto
#yocto
#python
#devtool
Apologies but I have to say no. Updating these three variables from a bbappend is not a good idea and I strongly recommend that you do not do it. If you need a different version of something, write a
Apologies but I have to say no. Updating these three variables from a bbappend is not a good idea and I strongly recommend that you do not do it. If you need a different version of something, write a
|
By
Alexander Kanavin
· #56274
·
|
|
[linux-yocto] Controlling features enable/disable across recipe and meta layers ?
You need to define several distributions (e.g. several conf/distro/something.conf files), then you can set DISTRO_FEATURES accordingly in each of them, and then on the recipe level PACKAGECONFIGs can
You need to define several distributions (e.g. several conf/distro/something.conf files), then you can set DISTRO_FEATURES accordingly in each of them, and then on the recipe level PACKAGECONFIGs can
|
By
Alexander Kanavin
· #56201
·
|
|
Building Yocto on M1 Mac
Even if you do manage to start a build, performance won't be great. Yocto, by design, builds the entire stack from source, so a lot of CPU cores is essential. Don't spend your time waiting, get an app
Even if you do manage to start a build, performance won't be great. Yocto, by design, builds the entire stack from source, so a lot of CPU cores is essential. Don't spend your time waiting, get an app
|
By
Alexander Kanavin
· #56174
·
|
|
gpsd recipe not installing clients
Check tmp/work/cortexa53-poky-linux/gpsd/3.23.1-r0/packages-split to see what package the needed binaries go into. Alex
Check tmp/work/cortexa53-poky-linux/gpsd/3.23.1-r0/packages-split to see what package the needed binaries go into. Alex
|
By
Alexander Kanavin
· #56159
·
|
|
AUh: upgrading recipes bbppend files only
#yocto
AUH does not actually do the update, it runs devtool upgrade/devtool finish to do the update and modification of recipes/appends, so you need to replicate the issue using devtool, and see what needs t
AUH does not actually do the update, it runs devtool upgrade/devtool finish to do the update and modification of recipes/appends, so you need to replicate the issue using devtool, and see what needs t
|
By
Alexander Kanavin
· #56117
·
|
|
is there a viable YP-friendly risc-v dev kit?
I think the best option at this point is qemu. Why does the 'friend' need physical hardware? :) Alex
I think the best option at this point is qemu. Why does the 'friend' need physical hardware? :) Alex
|
By
Alexander Kanavin
· #56079
·
|
|
[oe] [OE-core] Inclusive Language Proposal for YP/OE
Cancel is the same as abort: a request to immediately stop the operation (or not even start it) without reaching the originally requested outcome. Halt implies the operation is not going to continue (
Cancel is the same as abort: a request to immediately stop the operation (or not even start it) without reaching the originally requested outcome. Halt implies the operation is not going to continue (
|
By
Alexander Kanavin
· #56074
·
|
|
[oe] [OE-core] Inclusive Language Proposal for YP/OE
I'm not taking a stand here, but just providing the context for where the push for avoidance of 'abort' comes from: https://inclusivenaming.org/word-lists/tier-1/ Keep in mind that for non-native engl
I'm not taking a stand here, but just providing the context for where the push for avoidance of 'abort' comes from: https://inclusivenaming.org/word-lists/tier-1/ Keep in mind that for non-native engl
|
By
Alexander Kanavin
· #56069
·
|