|
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
·
|
|
Howto read bitbake -g files?
Thank you for the answer. I analyze the problem. opencv_3.1.bb installs many debug packages by PACKAGES variable Removing unneeded packages for PACKAGES every *-dev packages disappears from production
Thank you for the answer. I analyze the problem. opencv_3.1.bb installs many debug packages by PACKAGES variable Removing unneeded packages for PACKAGES every *-dev packages disappears from production
|
By
Mauro Ziliani
· #52924
·
|
|
Howto read bitbake -g files?
An example about my question Inside package-depends.dot I see this "opencv-dev" [label="opencv-dev(opencv) :3.1+gitAUTOINC+92387b1ef8-r0 /Sources/softfx/krogoth/sources/meta-openembedded/meta-oe/recip
An example about my question Inside package-depends.dot I see this "opencv-dev" [label="opencv-dev(opencv) :3.1+gitAUTOINC+92387b1ef8-r0 /Sources/softfx/krogoth/sources/meta-openembedded/meta-oe/recip
|
By
Mauro Ziliani
· #52878
·
|
|
Howto read bitbake -g files?
Hi all I have to look for the recipes put in my image the *-dev packages. I removed dev-pkgs and dng-pkgs from IMAGE_FEATURES and debug tweaks from DISTRO_FEATURES. I don't IMAGE_INSTALL_append any *-
Hi all I have to look for the recipes put in my image the *-dev packages. I removed dev-pkgs and dng-pkgs from IMAGE_FEATURES and debug tweaks from DISTRO_FEATURES. I don't IMAGE_INSTALL_append any *-
|
By
Mauro Ziliani
· #52876
·
|
|
Which recipes put qtwebkit in my image?
Hello. I find it. Inside a software there two executables programs which need QtWebKit. So yocto warn me to include QtWebKit in the imge. MZ Sent from Mailspring, the best free email app for work
Hello. I find it. Inside a software there two executables programs which need QtWebKit. So yocto warn me to include QtWebKit in the imge. MZ Sent from Mailspring, the best free email app for work
|
By
Mauro Ziliani
· #52788
·
|
|
Which recipes put qtwebkit in my image?
Hi all.I need to find which recipe installs qtwebkit in my final image. I look in on every recipes I make but I don't find who put qtwebkit in my image. I have the same matter with *-dev packages I us
Hi all.I need to find which recipe installs qtwebkit in my final image. I look in on every recipes I make but I don't find who put qtwebkit in my image. I have the same matter with *-dev packages I us
|
By
Mauro Ziliani
· #52737
·
|
|
Swap management: vm.swappiness best values?
Thank you for the answer. May be I explain my problem not so well :-( I don't have enabled swap partition in fstab and if I run swapon nothing is shown. The swap partition is not defined anywhere in t
Thank you for the answer. May be I explain my problem not so well :-( I don't have enabled swap partition in fstab and if I run swapon nothing is shown. The swap partition is not defined anywhere in t
|
By
Mauro Ziliani
· #52630
·
|
|
Swap management: vm.swappiness best values?
Hi all. I'm working with Krogoth on a imx6dl board with 1GB of RAM. I don't setup the swap space, but sometimes I see that kswap0 task starts, and the board slow down. I'd like to change the value of
Hi all. I'm working with Krogoth on a imx6dl board with 1GB of RAM. I don't setup the swap space, but sometimes I see that kswap0 task starts, and the board slow down. I'd like to change the value of
|
By
Mauro Ziliani
· #52617
·
|
|
Remove *-dev packages from final image
Thanks a lot. I'll do it MZ
Thanks a lot. I'll do it MZ
|
By
Mauro Ziliani
· #52616
·
|