Hi Ricardo, > -----Original Message----- > From: Ricardo Salveti <[email protected]> > Sent: Tuesday, July 16, 2019 1:07 PM > To: [email protected] > Cc: Manjukumar Harthikote Matha <[email protected]> > Subject: [PATCH] kernel-fitimage: include overlays with external dtb > > As done with the default dtb provider, create fit image sections for normal > device-tree files and device-tree overlays (.dtbo). > > Signed-off-by: Ricardo Salveti <[email protected]>
Thanks for the patch. Acked-by: Manjukumar Matha <[email protected]> > --- > meta/classes/kernel-fitimage.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel- > fitimage.bbclass > index b51882dce4..17d4d85658 100644 > --- a/meta/classes/kernel-fitimage.bbclass > +++ b/meta/classes/kernel-fitimage.bbclass > @@ -406,7 +406,7 @@ fitimage_assemble() { > > if [ -n "${EXTERNAL_KERNEL_DEVICETREE}" ]; then > dtbcount=1 > - for DTBFILE in ${EXTERNAL_KERNEL_DEVICETREE}/*.dtb; do > + for DTBFILE in ${EXTERNAL_KERNEL_DEVICETREE}/*.dtb*; do > DTB=`basename ${DTBFILE}` > DTB=$(echo "${DTB}" | tr '/' '_') > DTBS="${DTBS} ${DTB}" > -- > 2.22.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
