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

Andreas Müller schnitzeltony at googlemail.com
Mon Aug 8 07:31:41 UTC 2016


On Sun, Jul 31, 2016 at 11:17 PM, Paul Eggleton
<paul.eggleton at linux.intel.com> wrote:
> 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
>
Anything wrong with this patch. The orinal patch was sent end of May!

Andreas



More information about the Openembedded-core mailing list