|
Software upgrade tools: which?
Hi all. I'm looking for a good layer to add in my BSP to solve the problem of upgrading the system and the application. I'm working on a project the involves an imx6dlsabresd derived board and Krogoth
Hi all. I'm looking for a good layer to add in my BSP to solve the problem of upgrading the system and the application. I'm working on a project the involves an imx6dlsabresd derived board and Krogoth
|
By
Mauro Ziliani
· #42667
·
|
|
Removing old images
Hi all. How can I remove all unneeded images in tmp/deploy/images/imx6dlsabresd ? I try a brutal rm -f. but it is not so friendly. MZ
Hi all. How can I remove all unneeded images in tmp/deploy/images/imx6dlsabresd ? I try a brutal rm -f. but it is not so friendly. MZ
|
By
Mauro Ziliani
· #42600
·
|
|
update_icon_cache fails
Hi all. I try to build my own image with Krogoth, imx6dlsabresd. bitbake tells me a warning about update_icon_cache. The reason is that it cannot find gdk-pixbuf-query-loaders in ${BUILDDIR}/tmp/sysro
Hi all. I try to build my own image with Krogoth, imx6dlsabresd. bitbake tells me a warning about update_icon_cache. The reason is that it cannot find gdk-pixbuf-query-loaders in ${BUILDDIR}/tmp/sysro
|
By
Mauro Ziliani
· #42599
·
|
|
Image with the right version inside
Hi all I need to do this scenario. I have 2 image recipes: - final.bb - testing.bb final.bb and testing.bb install the same application name app. For the app I build the recipe app_1.0.bb which downlo
Hi all I need to do this scenario. I have 2 image recipes: - final.bb - testing.bb final.bb and testing.bb install the same application name app. For the app I build the recipe app_1.0.bb which downlo
|
By
Mauro Ziliani
· #42100
·
|
|
python-cython_0.25.2 Krogoth: EXCLUDE_FROM_WORLD
Hi all I'd like to add cython 0.25.2 to Krogoth. I need it to try kivy in Krogoth on IMX6 In my layer under recipes-devtools/python folder I added the recipe python-cython_0.25.2.bb with this inside i
Hi all I'd like to add cython 0.25.2 to Krogoth. I need it to try kivy in Krogoth on IMX6 In my layer under recipes-devtools/python folder I added the recipe python-cython_0.25.2.bb with this inside i
|
By
Mauro Ziliani
· #41890
·
|
|
Setting recipe version inside an image recipe
Thank you. Your suggestion is very useful. The best choice at the end is to have one recipe every stable version of myapp. So I can freeze the true production recipe for that version. Maybe in the fut
Thank you. Your suggestion is very useful. The best choice at the end is to have one recipe every stable version of myapp. So I can freeze the true production recipe for that version. Maybe in the fut
|
By
Mauro Ziliani
· #41869
·
|
|
Setting recipe version inside an image recipe
Hi all I'm working with Krogoth. I'd like to do this. - I have my application added to yocto tree by its own recipe myapp_git.bb This recipe get the source code from a local git repository setting SRC
Hi all I'm working with Krogoth. I'd like to do this. - I have my application added to yocto tree by its own recipe myapp_git.bb This recipe get the source code from a local git repository setting SRC
|
By
Mauro Ziliani
· #41860
·
|
|
SRC_URI git from ssh fails
Now it works. But it was a problem of git repository. I rebuild the SRCREC on the repository and now I acan fetch the source code. I choose this recipe method. PV="1.0" SRCREV="refs/tags/${PV}" SRC_UR
Now it works. But it was a problem of git repository. I rebuild the SRCREC on the repository and now I acan fetch the source code. I choose this recipe method. PV="1.0" SRCREV="refs/tags/${PV}" SRC_UR
|
By
Mauro Ziliani
· #41733
·
|
|
SRC_URI git from ssh fails
Hi all I'm working with Krogoth and imx6dlsabresd board. I'm in trouble fetching source code from a git repository via ssh. If I get manually the source codes with git clone ssh://user@...
Hi all I'm working with Krogoth and imx6dlsabresd board. I'm in trouble fetching source code from a git repository via ssh. If I get manually the source codes with git clone ssh://user@...
|
By
Mauro Ziliani
· #41725
·
|
|
checkroot.sh and mountall.sh Krogoth
Hi all. I'm looking inside the boot sequence of Yocto Krogoth in my imx6dlsabresd. The boot sequence runned is in S level with this order S03mountall.sh S06chechroot.sh in /etc/default/rcS I setup ENA
Hi all. I'm looking inside the boot sequence of Yocto Krogoth in my imx6dlsabresd. The boot sequence runned is in S level with this order S03mountall.sh S06chechroot.sh in /etc/default/rcS I setup ENA
|
By
Mauro Ziliani
· #41497
·
|
|
Krogoth dpkg_arch=armhf: how?
Hi all. My image works with debian package management. The image is produced with armel architecture, while sdk with armhf and other packages is armhf. How can I set the correct debian architecture? I
Hi all. My image works with debian package management. The image is produced with armel architecture, while sdk with armhf and other packages is armhf. How can I set the correct debian architecture? I
|
By
Mauro Ziliani
· #41193
·
|
|
connman and dhcp
Hi all. I'm working with connmanctl, a dongle wifi EDIMAX EW-7881UN with imx6dlsabresd, yocto Krogoth. By connmanctl I can authenticate the pc, and set the connection for dhcp ip assignment. The devic
Hi all. I'm working with connmanctl, a dongle wifi EDIMAX EW-7881UN with imx6dlsabresd, yocto Krogoth. By connmanctl I can authenticate the pc, and set the connection for dhcp ip assignment. The devic
|
By
Mauro Ziliani
· #41192
·
|
|
Configuration network from qt5
Thanks for the answer. I start with connman because in meta-qt5 there the recipe for it. I keep on with connman. MZ
Thanks for the answer. I start with connman because in meta-qt5 there the recipe for it. I keep on with connman. MZ
|
By
Mauro Ziliani
· #41174
·
|
|
Configuration network from qt5
Hi all. Which the betst choice to perform the network configuration in Yocto Krogoth from a qt5 application? The configuration should be made without external script, using dbus. Best regards, MZ
Hi all. Which the betst choice to perform the network configuration in Yocto Krogoth from a qt5 application? The configuration should be made without external script, using dbus. Best regards, MZ
|
By
Mauro Ziliani
· #41171
·
|
|
Set root password from a recipe
Sorry inherit extrausers
By
Mauro Ziliani
· #41157
·
|
|
Set root password from a recipe
Hi all. I need to set a well know password for root user. I follow the istruction to do this with inherit extra_users EXTRA_USERS_PARAMS = " \ usermod -P secret root; \ " But it does not work. I think
Hi all. I need to set a well know password for root user. I follow the istruction to do this with inherit extra_users EXTRA_USERS_PARAMS = " \ usermod -P secret root; \ " But it does not work. I think
|
By
Mauro Ziliani
· #41156
·
|
|
FILES autofilling
It works. Thanks you
By
Mauro Ziliani
· #41099
·
|
|
FILES autofilling
Hi all. My name's Mauro. I developed an application with CMake outside Yocto Krogoth. In CMakeLists.txt I have a lot of install(...) commands. I produce the final deb package with cpack -G DEB command
Hi all. My name's Mauro. I developed an application with CMake outside Yocto Krogoth. In CMakeLists.txt I have a lot of install(...) commands. I produce the final deb package with cpack -G DEB command
|
By
Mauro Ziliani
· #41096
·
|
|
Which recipe produce that file?
Ok. Thanks for your help MZ
Ok. Thanks for your help MZ
|
By
Mauro Ziliani
· #40675
·
|
|
Which recipe produce that file?
Hi all. My name's Mauro and I write from Parma, Italy. I'm in trouble because recently I get a collision error. It seems that more than one recipes try to install the same file in the same path in pop
Hi all. My name's Mauro and I write from Parma, Italy. I'm in trouble because recently I get a collision error. It seems that more than one recipes try to install the same file in the same path in pop
|
By
Mauro Ziliani
· #40672
·
|