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
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
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
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
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
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
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/
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
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
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
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
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
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
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
14 matches
Mail list logo