Issues Adding Example Qt Application to st-image-weston on STM32MP1 Discovery Board

Hi I’m trying to learn embedded with stm32mp1 discovery board on my Ubuntu. The task ım trying to do is adding an example qt application to my st-image-weston image and flash it to the board but I got errors. I can share the link to st community post if you can help
Solution
@nesnes I see you fixed the first issue by using the correct syntax of the IMAGE_INSTALL:append = ""

For your second issue, your script is not working on your board, but it looks like you have posted the directory tree of /usr/local on your build host.

Try searching for one of the files on your board with something like:
find / -name "*xcb*" -print
Was this page helpful?