agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
505 stars 396 forks source link

docs: fix syntax for overriding fs type for initramfs image #1252

Closed lorenzo-arena closed 7 months ago

lorenzo-arena commented 7 months ago

- What I did

I fixed the documentation for initramfs: I tried creating an initramfs image following the official (latest) documentation of the meta-raspberrypi layer but there was a dependency loop error caused by the IMAGE_FSTYPES_pn-${INITRAMFS_IMAGE} variable not following the latest syntax for overrides.

- How I did it

I fixed the doc by using the IMAGE_FSTYPES:pn-${INITRAMFS_IMAGE} syntax for the override.