nxp-qoriq / yocto-sdk

Repo manifest for QorIQ Yocto SDK
GNU General Public License v2.0
16 stars 10 forks source link

No wic Image for ls1028ardb #7

Open martinsteih opened 1 month ago

martinsteih commented 1 month ago

It seems, that there is no way of creating a wic image or any other "ddable" image for machine ls1028ardb. If I try to add it, the build breaks due to circular dependencies. Is this phenomenon known by anybody?

xtian-kc commented 1 month ago

Same here, after setting up the build env and letting bitbake run for fsl-image-networking, I end up having kernel, devicetree, u-boot, rootfs etc in tmp/deploy/images/ls1028ardb, but there is no image created. Investigating this a little, I found there does not seem to be a suitable wic image spec for that board, also the older "sdcard" image variant seems to be missing here.

What am I missing? Do we need the flexbuilder again? Thanks