[yocto] why there is no branch dizzy in meta-ti ?

2017-10-13 Thread kris duff
I work on dizzy branch of yocto/meta-ti, and I can see here :  http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/refs/heads  that there is no dizzy branch. Why ? Few weeks / month ago, the wifi on my boards stopped working after doing a repo sync ... (my bad) ... I think one of the layer changed

[yocto] ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities.

2017-07-21 Thread kris duff
Hi, In the dizzy branch (yes, I know it is quite old) I am trying to compile PHP with postgresql support (lighttpd + postgresql 9.2.4). I am getting the following error from insane.bbclass:  ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determinin

[yocto] [dizzy] php 5.4.36 compilation with postgresql 9.3.4

2017-07-19 Thread kris duff
Hello, For a few weeks (part time) I am trying to add to my image php support (under lighttpd/fastcgi) with postgresql support. The php module can get compiled and used without pgsql support. I have created a php_5.4.36.bbappend file that contains this : ---

[yocto] Where to set preferred_version / preferred_provider

2015-12-02 Thread kris duff
Hello! I am using webmin 1.620 on my image (a custom recipe in my own meta layer). When I have upgraded my yocto revision to dizzy, a new webmin version has appeared in the meta-openembedded layer (the version is 1.700) this version seems not to work (I am unable to start it using systemctl and

[yocto] [dizzy] shutdown custom image will not power off the processor

2015-04-30 Thread kris duff
Hello, I don't know yet if this issue is bsp related or not, but I am trying to understand what is going on here. If anybody have any clue to help me solve my problem, I would appreciate. Using a custom image recipe, when I shutdown ( using the command ) my device will not power off.  I see the m

[yocto] systemd inherited package will not be enabled on boot

2015-04-09 Thread kris duff
Hello, using yocto dizzy ( but had the same problem with daisy ) I have a strange problem with few recipes that inherit from systemd.bbclass. When I add the package to an image recipe, the software will NOT be started on boot. But, if I install the package from RPM, it will be started automatical