Il giorno ven 30 set 2022 alle ore 13:42 Henning Schild <henning.schild@siemens.com> ha scritto:

Feel free to apply that patch in your layer, you can likely bbappend
somehow and do not actually have to patch isar.

Geniale!

However the fact thatĀ DEBIAN_DEPENDS requires a comma separation that upsets me.

$ cat recipes-support/expand-on-first-boot/expand-on-first-boot_1.1.bbappend

DEBIAN_DEPENDS += ", btrfs-progs"

FILESEXTRAPATHS_prepend := "${THISDIR}:"

SRC_URI += "file://expand-last-partition.sh"

The second thing that upset me is that ${THISDIR}: search always on /debx86 which is the name of the layer

/build/../repo/recipes-support/expand-on-first-boot/debx86

In case I use this oneĀ  ${THISDIR}/files: then the path would be debx86/files - mumble mumble

Thanks, R.