Dear Experts,
I'm trying to generate a Qt6 image for an i.MX6ULL custom board and have made the following configurations and porting adjustments:
DISTRO=fsl-imx-xwayland MACHINE=imx6ull-versa256 source imx-setup-release.sh -b build-xwayland
bitbake calixto-image-qt6-full
However, I'm encountering an error:
ERROR: Task (/home/calixto_admin/calixto_workdir/ravi/calixto-yocto-bsp/sources/poky/meta/recipes-kernel/perf/perf.bb:do_compile) failed with exit code '1'
I have tried the following approaches:
- Building the image multiple times
- Using a masking variable for the perf.bb file in the .conf file
- Running bitbake -c cleanall <image>
- Running bitbake -c clean <image>
- Running bitbake -c cleansstate <image>
- Running bitbake -fk calixto-image-qt6-full
For reference, please find the attached screenshot below."
So help this issues..
Thanks & Regards,
Ravikumar
Hi @Embedded-world!
What BSP version are you using?
Where are the github that you are downloading the Yocto Project?
I tried compiling perf without problems using our latest BSP.
Best Regards!
Chavira
Hi @Embedded-world!
I tried too with that version and it compiles without errors.
The steps that I followed are the next:
$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.71-2.2.2.xml
$ repo sync
$ MACHINE=imx6ullevk DISTRO=fsl-imx-xwayland source ./imx-setup-release.sh -b bld-xwayland
$ bitbake -c compile perf
You should check if the recipe is the correct one.
Best Regards!
Chavira