|
Final DISTRO_FEATURES value
Hi all. How can I inspect the final value of DISTRO_FEATURES when bitbake has completed the parse all recipes? Best regards, MZ
Hi all. How can I inspect the final value of DISTRO_FEATURES when bitbake has completed the parse all recipes? Best regards, MZ
|
By
Mauro Ziliani
· #46345
·
|
|
Adding dtb to machine.conf extending it
Hi all. I need to add my dtbo to overlays. I'm using RaspberryPI 3 with pyro and meta-raspberrypi I have to add tft35a.dtb to /boot/overlays in the file image. Can I extend raspberrypi3.conf? MZ
Hi all. I need to add my dtbo to overlays. I'm using RaspberryPI 3 with pyro and meta-raspberrypi I have to add tft35a.dtb to /boot/overlays in the file image. Can I extend raspberrypi3.conf? MZ
|
By
Mauro Ziliani
· #46257
·
|
|
meta-rpi vs meta-raspberrypi. Which one?
Hi all. I'm working on a RPi3B with pyro and qt5/qml Which layer between rpi and raspberrypi? MZ
Hi all. I'm working on a RPi3B with pyro and qt5/qml Which layer between rpi and raspberrypi? MZ
|
By
Mauro Ziliani
· #46242
·
|
|
Yocto Pyro, bitbake, git pull for my recipe (Why not?)
Hi all. It seems that bitbake doesn't check the remote git repository of my application (terminal is the name of the recipe) every time I do bitbake terminal The recipe is this # ------------ the reci
Hi all. It seems that bitbake doesn't check the remote git repository of my application (terminal is the name of the recipe) every time I do bitbake terminal The recipe is this # ------------ the reci
|
By
Mauro Ziliani
· #46197
·
|
|
installed-vs-shipped
Thanks. My final purpore is install the application into its own home folder: /home/terminal So I have to write FILES_${PN} += " /home/terminal " I think that, due to Makefile install: rules which ins
Thanks. My final purpore is install the application into its own home folder: /home/terminal So I have to write FILES_${PN} += " /home/terminal " I think that, due to Makefile install: rules which ins
|
By
Mauro Ziliani
· #46196
·
|
|
installed-vs-shipped
Hi all. This is my problem. I have my terminal.pro project (qmake5) with target "terminal". The default destination folder for the binary is /usr/local/bin With this setup I get installed-vs-shipped e
Hi all. This is my problem. I have my terminal.pro project (qmake5) with target "terminal". The default destination folder for the binary is /usr/local/bin With this setup I get installed-vs-shipped e
|
By
Mauro Ziliani
· #46180
·
|
|
do_image_*[depends]: how this works?
Hi all. I don't understand how to use the do_image_wic[] istructions. Where I can find info about? I need to customize a syslinux.cfg configuration file, but with syslinux_%.bbappend I fail. I look in
Hi all. I don't understand how to use the do_image_wic[] istructions. Where I can find info about? I need to customize a syslinux.cfg configuration file, but with syslinux_%.bbappend I fail. I look in
|
By
Mauro Ziliani
· #45720
·
|
|
Remove include /usr/include/SDL2
Thank for the answer. I'll look for that. MZ
Thank for the answer. I'll look for that. MZ
|
By
Mauro Ziliani
· #45713
·
|
|
Remove include /usr/include/SDL2
Hi all. I'm trying to compile kivy inside yocto for a 586 board. The compilation fails because the i586-cc uses /usr/include and /usr/local/include paths as INCLUDEDIR (togheter with others paths) How
Hi all. I'm trying to compile kivy inside yocto for a 586 board. The compilation fails because the i586-cc uses /usr/include and /usr/local/include paths as INCLUDEDIR (togheter with others paths) How
|
By
Mauro Ziliani
· #45701
·
|
|
qmake project and installed-vs-shipped QA
Hi all. I built a project with qmake5 In my recipe I inherit qmake5 My application is well installed with "make install" (all file are installed correctly). But bitbake tells me the this files are not
Hi all. I built a project with qmake5 In my recipe I inherit qmake5 My application is well installed with "make install" (all file are installed correctly). But bitbake tells me the this files are not
|
By
Mauro Ziliani
· #45531
·
|
|
How to disable SIMD extensions (mmx, sse3, ...)?
Hi all. I'm working with a Geode LX800, porting an old application Debian-based into Yocto Thud. I need to disable some multimedia SIMD extensions for gcc compiler. Where I can do this? I suppose I ha
Hi all. I'm working with a Geode LX800, porting an old application Debian-based into Yocto Thud. I need to disable some multimedia SIMD extensions for gcc compiler. Where I can do this? I suppose I ha
|
By
Mauro Ziliani
· #45473
·
|
|
Customize syslinux root=???
Hi all. I'm working with Thud and Ibase ib550f board (AMD Geode arch). I make the BSP for ib550f an I build the core-image-minimal image. Than with wic I try to write the final directdisk file. The ib
Hi all. I'm working with Thud and Ibase ib550f board (AMD Geode arch). I make the BSP for ib550f an I build the core-image-minimal image. Than with wic I try to write the final directdisk file. The ib
|
By
Mauro Ziliani
· #45382
·
|
|
Investigate virtual/kernel assignment
Hi all. How can I ask to bitbake which is the actual value of virtual/kernel? Thanks all MZ
Hi all. How can I ask to bitbake which is the actual value of virtual/kernel? Thanks all MZ
|
By
Mauro Ziliani
· #45342
·
|
|
Changing IMAGE_NAME [yocto krogoth]
Thanks I'll try your suggestion
Thanks I'll try your suggestion
|
By
Mauro Ziliani
· #44763
·
|
|
Changing IMAGE_NAME [yocto krogoth]
Thanks It was a typing error. In my recipe I set the value as you told me. But the ERROR keep on show
Thanks It was a typing error. In my recipe I set the value as you told me. But the ERROR keep on show
|
By
Mauro Ziliani
· #44761
·
|
|
Stripping debug symbols
Hi all. I worked on my project woth Krogoth, gcc 5.3.0, on imx6dlsabresd board. My application is build with cmake 3.4.3, shipped with BSP. I'd like to strip debug symbols from the final binary, but i
Hi all. I worked on my project woth Krogoth, gcc 5.3.0, on imx6dlsabresd board. My application is build with cmake 3.4.3, shipped with BSP. I'd like to strip debug symbols from the final binary, but i
|
By
Mauro Ziliani
· #44760
·
|
|
Changing IMAGE_NAME [yocto krogoth]
Hi all. I need to change the default IMAGE_NAME of my image recipe. I make my image recipe as mysystem-image_1.0.bb and I'd like to produce and image (tar) with the name mysystem-image-1.0-<datetime>.
Hi all. I need to change the default IMAGE_NAME of my image recipe. I make my image recipe as mysystem-image_1.0.bb and I'd like to produce and image (tar) with the name mysystem-image-1.0-<datetime>.
|
By
Mauro Ziliani
· #44752
·
|
|
How to produce Release.gpg
Hi all. I have a system based on Debian package-management. I need to sign the Release index in Release.gpg when the debian-like repository is made. If I do bitbake system-image in tmp/deploy/deb subf
Hi all. I have a system based on Debian package-management. I need to sign the Release index in Release.gpg when the debian-like repository is made. If I do bitbake system-image in tmp/deploy/deb subf
|
By
Mauro Ziliani
· #44431
·
|
|
QtCreator +CMake + meta-toolchain-qt5
Hi all. I'd like to use QtCreator to debug the directly in final system. My project is generated with CMake, under Debian 9.7 amd64 I try every tutorial I found by the behaviour is always the same. /l
Hi all. I'd like to use QtCreator to debug the directly in final system. My project is generated with CMake, under Debian 9.7 amd64 I try every tutorial I found by the behaviour is always the same. /l
|
By
Mauro Ziliani
· #44295
·
|
|
Update kernel by package-management
Hi all. I know this is a VERY dangerous operation, but I'm curious. Is it possible to upgrade the kernel & dtb from debian package in Yocto? That is: there is a recipe (which produce a deb package) to
Hi all. I know this is a VERY dangerous operation, but I'm curious. Is it possible to upgrade the kernel & dtb from debian package in Yocto? That is: there is a recipe (which produce a deb package) to
|
By
Mauro Ziliani
· #44054
·
|