Yocto build for lx2160acex7 of SolidRun

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

Yocto build for lx2160acex7 of SolidRun

390 Views
devilhands
Contributor I

I'm trying to build to use yocto on SolidRun's Lx2160acex7 evaluation board base.
$ repo init -u https://github.com/nxp-real-time-edge-sw/yocto-real-time-edge.git -b real-time-edge-kirkstone -m real-time-edge-2.5.0.xml
$ DISTRO=nxp-real-time-edge MACHINE=lx2160acex7 source real-time-edge-setup-env.sh -b build_lx2160acex7
$ bitbake nxp-image-real-time-edge

However, an error occurs.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'cst-native' (but /home/wave/work/yocto-real-time-edge/sources/meta-freescale-3rdparty/recipes-bsp/atf/qoriq-atf_1.5.bb DEPENDS on or otherwise requires it). Close matches:
rust-native
xtst-native
zstd-native
ERROR: Required build target 'core-image-minimal' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-minimal', 'qoriq-atf', 'cst-native']

When I saw qoriq-atf_1.5.bb documentation, URL was old. because it is included 'codeaurora" like below.

SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1 \
file://0001-Clean-usage-of-void-pointers-to-access-symbols.patch \
"


How do I solve this?
Is DISTRO wrong.. Is the bitbake target wrong..
I need your help. Thank you.

0 Kudos
Reply
1 Reply

335 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please modify "git://source.codeaurora.org/external/qoriq/qoriq-components/atf" to "https://github.com/nxp-qoriq/atf" in recipe sources/meta-freescale-3rdparty/recipes-bsp/atf/qoriq-atf_1.5.bb.

In addtion, in recipe sources/meta-freescale-3rdparty/recipes-bsp/atf/qoriq-atf_1.5.bb, please modify "cst-native" to "qoriq-cst-native".

Then run "bitbake qoriq-atf -c cleansstate".

0 Kudos
Reply