|
Skipping recipes depending on MACHINE
Good morning. I made a project for IMX6 platform. Now I ported it to x86. I made a layer for IMX6, but some recipe.bb cannot be compiled fo x86, or some recipe.bbappend has not a mother, so the bibtak
Good morning. I made a project for IMX6 platform. Now I ported it to x86. I made a layer for IMX6, but some recipe.bb cannot be compiled fo x86, or some recipe.bbappend has not a mother, so the bibtak
|
By
Mauro Ziliani
· #59371
·
|
|
recipe e licenses
Hi all. I'd like to add a script to my recipes which collect all licenses for all directly shared linked libraries. My recipe build the main application of the system and I need to enum every library
Hi all. I'd like to add a script to my recipes which collect all licenses for all directly shared linked libraries. My recipe build the main application of the system and I need to enum every library
|
By
Mauro Ziliani
· #59312
·
|
|
Strange behaviour with quilt and kernel
I try to look for PATCHTOOL variable for virtual/kernel recipe and the variable is set to quilt. But inside log.do_patch I see that task try to use 'git am' I wa use to patch the kernel with 1. bitbak
I try to look for PATCHTOOL variable for virtual/kernel recipe and the variable is set to quilt. But inside log.do_patch I see that task try to use 'git am' I wa use to patch the kernel with 1. bitbak
|
By
Mauro Ziliani
· #58935
·
|
|
Strange behaviour with quilt and kernel
Hi all. I'm working on a board with kirkstone. I update every layers with latest kirkstone branch available, poky layer too. I'm patching the kernel 6.0.8 for debug purpose: 0001-debug.patch I make a
Hi all. I'm working on a board with kirkstone. I update every layers with latest kirkstone branch available, poky layer too. I'm patching the kernel 6.0.8 for debug purpose: 0001-debug.patch I make a
|
By
Mauro Ziliani
· #58890
·
|
|
SRC_URI file://f.tar and destination
Thank you Quentin. This is the right parameter Best regards, MZ
Thank you Quentin. This is the right parameter Best regards, MZ
|
By
Mauro Ziliani
· #58280
·
|
|
SRC_URI file://f.tar and destination
Hi all. I'd like to explod a tar file into subdirectory of source file. The recipe fetch the original source from a git repos. I make a tar of folder I'd like to add to the original sources. SRC_URI :
Hi all. I'd like to explod a tar file into subdirectory of source file. The recipe fetch the original source from a git repos. I make a tar of folder I'd like to add to the original sources. SRC_URI :
|
By
Mauro Ziliani
· #58270
·
|
|
dunfell do_image_wic error
Sorry for missing information I get this error when I do bitbake core-image-minimal MZ
Sorry for missing information I get this error when I do bitbake core-image-minimal MZ
|
By
Mauro Ziliani
· #57442
·
|
|
dunfell do_image_wic error
Hi all. I update dunfell to last version. But now I get a python exception error on do_image_wic task | Traceback (most recent call last): | File "/home/yocto/sources/poky/scripts/lib/wic/filemap.py",
Hi all. I update dunfell to last version. But now I get a python exception error on do_image_wic task | Traceback (most recent call last): | File "/home/yocto/sources/poky/scripts/lib/wic/filemap.py",
|
By
Mauro Ziliani
· #57441
·
|
|
features_check and IMAGE_FEATURES or EXTRA_IMAGE_FEATURES
Hi all. With he class features_check is it possible to check the content od IMAGE_FEATURES or EXTRA_IMAGE_FEATURES too? Thanks all MZ
Hi all. With he class features_check is it possible to check the content od IMAGE_FEATURES or EXTRA_IMAGE_FEATURES too? Thanks all MZ
|
By
Mauro Ziliani
· #56297
·
|
|
Where setup KCONF_AUDIT_LEVEL value
Hi all. The KCONF_AUDIT_LEVEL variable must be setup in a .conf file or I can change it in a recipe? I try to understand why my file defconfig is not used my kernel configurator MZ
Hi all. The KCONF_AUDIT_LEVEL variable must be setup in a .conf file or I can change it in a recipe? I try to understand why my file defconfig is not used my kernel configurator MZ
|
By
Mauro Ziliani
· #56030
·
|
|
Python3 app install best practice
Hi list. I solved my problem working with distutils parameteres inside myapp.bb recipe Mauro
Hi list. I solved my problem working with distutils parameteres inside myapp.bb recipe Mauro
|
By
Mauro Ziliani
· #56018
·
|
|
Python3 app install best practice
Hi all I'd like to install my python3 application in a custom folder with all local packages and data. The source code folder has this tree ./myapp/__main__.py ./package/__init__.py ./package/pkg.py I
Hi all I'd like to install my python3 application in a custom folder with all local packages and data. The source code folder has this tree ./myapp/__main__.py ./package/__init__.py ./package/pkg.py I
|
By
Mauro Ziliani
· #55983
·
|
|
Building embedded app for host machine
Hi all. I have this doubt. Is it possible the make a toolchain which can produce the same app for host machine? I try to explain my think. I produced an app for imx6dlsabresd with qt-5.6.2 using x86_6
Hi all. I have this doubt. Is it possible the make a toolchain which can produce the same app for host machine? I try to explain my think. I produced an app for imx6dlsabresd with qt-5.6.2 using x86_6
|
By
Mauro Ziliani
· #55932
·
|
|
Update APTCONF_TARGET manually
Hi all I move all TMPDIR in another folder The EXTRA_DISTRO_FETAURES += "package_managent" PACKAGE_CLASS := " package_deb " When I build the image the package_manager try to find the debs in the older
Hi all I move all TMPDIR in another folder The EXTRA_DISTRO_FETAURES += "package_managent" PACKAGE_CLASS := " package_deb " When I build the image the package_manager try to find the debs in the older
|
By
Mauro Ziliani
· #53937
·
|
|
Managing chinese text input
Hi all. I'm coding my own keyboard for a touch screen device based on Qt/Qml 5.6. I'd like to implement a chinese input method. The keyboard is embedded in the software and it is activated only inside
Hi all. I'm coding my own keyboard for a touch screen device based on Qt/Qml 5.6. I'd like to implement a chinese input method. The keyboard is embedded in the software and it is activated only inside
|
By
Mauro Ziliani
· #53792
·
|
|
How to use debug symbols from recipe-dbg package?
Hi all. I have the recipe myapp.bb, and I get from it the debian packages myapp_1.0-r0_armhf.deb and myapp-dbg_1.0-r0_armhf.deb How can I use the debug symbols in myapp-dbg_1.0-r0_armhf.deb with gdb a
Hi all. I have the recipe myapp.bb, and I get from it the debian packages myapp_1.0-r0_armhf.deb and myapp-dbg_1.0-r0_armhf.deb How can I use the debug symbols in myapp-dbg_1.0-r0_armhf.deb with gdb a
|
By
Mauro Ziliani
· #53777
·
|
|
dpkg-scanpackages from my recipe
Hi all. I'd like to use dpkg-scanpackages inside my recipe The recipe copies some deb package into my folder ${D}/myfolder Then I'd like to apply dpkg-scanpackages to ${D}/myfolder I miss last step. R
Hi all. I'd like to use dpkg-scanpackages inside my recipe The recipe copies some deb package into my folder ${D}/myfolder Then I'd like to apply dpkg-scanpackages to ${D}/myfolder I miss last step. R
|
By
Mauro Ziliani
· #53048
·
|
|
SYSVINIT_ENABLED_GETTYS dynamic setup
Hi all. I make two images image1 image1-installer In image1 I don't need any getty so i'd like to put SYSVINIT_ENALED_GETTYS := "" image1.bb give the output image1.sdcard SYSVINIT_ENABLED_GETTYS := "2
Hi all. I make two images image1 image1-installer In image1 I don't need any getty so i'd like to put SYSVINIT_ENALED_GETTYS := "" image1.bb give the output image1.sdcard SYSVINIT_ENABLED_GETTYS := "2
|
By
Mauro Ziliani
· #52991
·
|
|
Speed up the build
Hi all I need to speedup the build. I use package_deb as package method. I see that the bottlenek is gzip When yocto runs gzip the cpu runs to 100%, with xz 600% (the pc has 6 core (12threads)) I'd li
Hi all I need to speedup the build. I use package_deb as package method. I see that the bottlenek is gzip When yocto runs gzip the cpu runs to 100%, with xz 600% (the pc has 6 core (12threads)) I'd li
|
By
Mauro Ziliani
· #52988
·
|
|
Get PR value of another recipe
Hi all. From an image recipe a-image_1.0.bb with IMAGE_INSTALL_append = " a " defined, can I get the PR value of recipe a? a_1.0.bb: PR="r5" a-image_1.0.bb: A_PR_VALUE := " <get PR of >" MZ Sent from
Hi all. From an image recipe a-image_1.0.bb with IMAGE_INSTALL_append = " a " defined, can I get the PR value of recipe a? a_1.0.bb: PR="r5" a-image_1.0.bb: A_PR_VALUE := " <get PR of >" MZ Sent from
|
By
Mauro Ziliani
· #52965
·
|