[yocto] Lack of Qt's libraries in the SDK. #cmake #imx8 #qt #scarthgap #sdk #yocto

2024-10-23 Thread bartiszosti
Hello, I'm working on image which needs Qt6. I succeeded to add the layer, build the image and run it on the hardware. Next, I generated the SDK, so I generated it by the "-c populate_sdk" option and also I inherited the "populate_sdk_qt6", correct, as well. The problem is that I can't build my a

Re: [yocto] file in wrong format #cmake #gcc #qt #raspberrypi #scarthgap

2024-07-19 Thread bartiszosti
Could you please take a look on it and tell me what am I doing wrong or propose any solution? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63534): https://lists.yoctoproject.org/g/yocto/message/63534 Mute This Topic: https://lists.yoctoproject.or

[yocto] file in wrong format #bitbake #cmake #gcc #qt #raspberrypi #scarthgap #sdk #yocto

2024-07-19 Thread bartiszosti
Hello, I'd like to add a simple "Hello World" application ( https://github.com/bartiszosti/qt6-example ) based on Qt6 and CMake to my image . I wrote a receipt listed below to do so, but the building fails because the compiler tries to link the libQt6Core.so which is for oth

Re: [yocto] file in wrong format #cmake #gcc #qt #raspberrypi #scarthgap

2024-07-19 Thread bartiszosti
Could you please tell me what should I change? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63536): https://lists.yoctoproject.org/g/yocto/message/63536 Mute This Topic: https://lists.yoctoproject.org/mt/107431527/21656 Mute #cmake:https://lists.y

[yocto] Enable LinuxFB on Raspberry Pi 4 #framebuffer #qt #raspberrypi #scarthgap

2024-07-23 Thread bartiszosti
Hello, How to enable the LinuxFB on the Raspberry Pi 4? I'd like to start a Qt6 GUI app with the LinuxFB platform, but currently I have such output: > > qtwidgets[229]: Unable to figure out framebuffer device. Specify it > manually. > qtwidgets[229]: linuxfb: Failed to initialize screen > qtwidg

[yocto] Use the plymouth instead of the psplash #bitbake #raspberrypi #scarthgap #systemd #yocto

2024-08-02 Thread bartiszosti
Hello, I'd like to replace the psplash, which is default and works with the plymouth. To do so I added to local.conf these lines: PREFERRED_PROVIDER_virtual/ psplash = " plymouth " SPLASH = " plymouth " IMAGE_INSTALL:append = " dracut plymouth" but it doesn't work. I have added splash as the image

Re: [yocto] Use the plymouth instead of the psplash #bitbake #raspberrypi #scarthgap #systemd #yocto

2024-08-02 Thread bartiszosti
I mean it isn't visible during a boot and I can't preview themes using "plymouthd && plymouth --show-splash && sleep 5 && plymouth quit" as well. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63646): https://lists.yoctoproject.org/g/yocto/message/

[yocto] Add electron.js or tauri application #scarthgap

2024-08-03 Thread bartiszosti
Hello, I'd like to ask does the yocto have tools to build electron.js or tauri applications? Do you know how to write recipes for such applications? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63648): https://lists.yoctoproject.org/g/yocto/messa

[yocto] lack of javascriptcoregtk-4.0 #scarthgap

2024-08-04 Thread bartiszosti
Hello, I'm trying to build a application based on the Tauri. I created a simple application and currently a recipe I shared below. tauri-vanilla.bb LICENSE = "CLOSED" SRC_URI = "git://github.com/bartiszosti/tauri-vanilla.git;branch=master;protocol=https" SRCREV = &qu

Re: [yocto] lack of javascriptcoregtk-4.0 #scarthgap

2024-08-05 Thread bartiszosti
Hello, thanks for your replays. I successfully built my application. To run it I had to adde both x11 and wayland to DISTRO_FEATURES then I’m able to run it via weston-xwayland but the performance of this is terrible. Do you know if there is any possibility to build tauri for only x11 or wayland

[yocto] Creata a .bin image

2024-08-08 Thread bartiszosti
Hello, In my usecase I need a tiny varsion of Linux, because I have only 16 MB of persistence memory. I manage to build an image which size is about a half of available memory. > > DISTRO = xware > DISTRO_VERSION = 0.0.1 > USER_CLASSES = > IMAGE_CLASSES = image-artifact-names license_image > IMA

[yocto] u-boot doesn’t see MTD partitions f defined in .dts file #scarthgap #uboot #yocto

2024-08-12 Thread bartiszosti
Hello, I’m trying to define some partitions on a NOR SPI flash using the devicetree, but u-boot and kernel don’t see them. The “mtd list” command shows the nor0 device properly, but without any partitions. I’ve tried different approaches based on .dts files in u-boot source tree but no one works

[yocto] how to use multiubi?

2024-08-16 Thread bartiszosti
hello, could someone tell me or share some documentation or examples about the multiubi image type? i want to create an ubi image containes two partitions, first with kernel and dtb, and second with roots. How to do that? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group

[yocto] meson in SDK doesn't see CMake executable #cmake #sdk

2024-12-21 Thread bartiszosti via lists.yoctoproject.org
Hello, I'm trying to migrate from CMake to Meson and I have an issue with building via SDK. >From the beginning, I have a working project. It builds via bitbake and SDK >then I migrated to Meson. Currently, my recipe builds via bitbake, but in generated SDK it doesn't see cmake wihout setting CM