perf.dd do_compile error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

perf.dd do_compile error

1,070 Views
Embedded-world
Contributor IV

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."
Screenshot from 2024-11-12 15-20-34.png











So help this issues..


Thanks & Regards,
Ravikumar

0 Kudos
Reply
5 Replies

1,043 Views
Chavira
NXP TechSupport
NXP TechSupport

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

1,028 Views
Embedded-world
Contributor IV
Hi Chavira,
I'm currently porting the BSP for our custom i.MX6ULL board and have identified the following resources:

1. meta-imx (BSP): https://github.com/nxp-imx/meta-imx/tree/kirkstone-5.15.71-2.2.2

2. imx-manifest: https://github.com/nxp-imx/imx-manifest/blob/imx-linux-kirkstone/imx-5.15.71-2.2.2.xml


Thanks & Regards,
Ravikumar
0 Kudos
Reply

1,018 Views
Chavira
NXP TechSupport
NXP TechSupport

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

992 Views
Embedded-world
Contributor IV
Hi Chavira

Thank you for the updates.

I’ll try to build one more time with above mentioned MACHINE & DISTRO settings.

Could you also share the steps for porting the Yocto Project BSP to support a different machine (Need to be include our MACHINE) to generate a Qt6-based Yocto image?

Thanks and regards,
Ravikumar
0 Kudos
Reply

973 Views
Chavira
NXP TechSupport
NXP TechSupport

Hi @Embedded-world!

You can refer to our IMX PORTING GUIDE for that purpose.