[OE-core] [PATCH 1/3] linux-dtb.inc: Support for .dtbo files for dtb overlays

Paul Eggleton paul.eggleton at linux.intel.com
Sun Jul 31 21:17:43 UTC 2016


On Sat, 30 Jul 2016 08:00:45 Otavio Salvador wrote:
> On Fri, Jul 29, 2016 at 7:27 PM, Khem Raj <raj.khem at gmail.com> wrote:
> > From: Herve Jourdain <herve.jourdain at neuf.fr>
> > 
> > Signed-off-by: Herve Jourdain <herve.jourdain at neuf.fr>
> > Signed-off-by: Khem Raj <raj.khem at gmail.com>
> > ---
> > 
> >  meta/recipes-kernel/linux/linux-dtb.inc | 18 +++++++++++-------
> >  1 file changed, 11 insertions(+), 7 deletions(-)
> > 
> > diff --git a/meta/recipes-kernel/linux/linux-dtb.inc
> > b/meta/recipes-kernel/linux/linux-dtb.inc index 74f5ef8..8528d64 100644
> > --- a/meta/recipes-kernel/linux/linux-dtb.inc
> > +++ b/meta/recipes-kernel/linux/linux-dtb.inc
> > @@ -33,12 +33,13 @@ do_compile_append() {
> > 
> >  do_install_append() {
> >  
> >         for DTB in ${KERNEL_DEVICETREE}; do
> >         
> >                 DTB=`normalize_dtb "${DTB}"`
> > 
> > -               DTB_BASE_NAME=`basename ${DTB} .dtb`
> > +               DTB_EXT=${DTB##*.}
> 
> Bashism, no?

No:

  http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the Openembedded-core mailing list