To update, I found a weird solution by hiding the SVG, updating the text tag and showing back the SVG. Curiously, if the text tag is directly...
Hi, I have a lot of troubles to make Qt 5 working properly on both the UDOO Quad and Neo (same behavior). Qt 4.8 built with Buildroot used to...
You're right. Personally, I edited this file to add the right variables. SUMMARY = "Add Qt5 bin dir to PATH" LICENSE = "GPL-2.0"...
Thanks for your advice. I'll try it as soon as possible to add SPI and CAN support for the UDOO Quad.
Don't be so enthusiast, I'm not French ;) Well, I added the ttf-dejavu packages to my image.bb file and it seems to work pretty well! I also have...
I moved forward to master branch of meta-qt5. Now I get a warning when running my app: QFontDatabase: Cannot find font directory /usr/lib/fonts....
I'm looking to add patches for SPI and CAN buses and I wonder how do you write your patches without adding the kernel sources to your repo?
meta-fsl-demos and other meta-fsl layers (except meta-fsl-arm but for how long?) have been deleted. It seems now that meta-freescale and...
I installed the last version of QtCreator with Qt5.7 desktop. I can now see the examples. Could you compile an example from the meta-q5 layer and...
I still cannot build the imx-firmware personnaly (target: UDOO Quad): WARNING: firmware-imx-1_5.4-r0 do_fetch: Failed to fetch URL...
OK, I'll build with qtquick-plugins to see what happens. But I compiled other examples that aren't Qt Quick projects and nothing appears either so...
I found the WebEngine Quick Nano Browser example here. But it doesn't compile. quicknanobrowser/BrowserWindow.qml:53: error: QML module not found...
I don't have issue with QWebKit to load my page (a local HTML page). But QWebEngine (QWebEngine != QWebKit) doesn't load any kind of HTML locally...
Hi, I need to display an HTML UI using either QWebKit or QWebEngine. QWebKit is obsolete now (click here to see why) and even if it's still...
I found the solution. Just add auto wlan0 before iface wlan0 inet dhcp in the...
Simply add "ntp" to your IMAGE_INSTALL. Edit: I don't have the wlan0 interface on the UDOO Neo, even after configuring the wpa_supplicant.conf...
Yes I noticed that disadvantage of patching. Anyway, I'll probably enable both CAN and SPI as CAN could be an alternative for 802.15.4.
Well this is not the best approach but this is the cleanest approach today I guess. I plan to implement a 6LoWPAN network using the Microchip's...
I tested NTP client and it works like a charm. You just have to configure a list of time servers in the /etc/ntp.conf file. Otherwise,...
This issue can be solved by updating the defconfig file in the kernel recipe.
Separate names with a comma.