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

Andreas Müller schnitzeltony at googlemail.com
Tue Aug 9 09:22:16 UTC 2016


On Mon, Aug 8, 2016 at 9:31 AM, Andreas Müller
<schnitzeltony at googlemail.com> wrote:
> 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!
>
Should read before sending... What I meant:

Is there anything wrong with this patch? The original patch was sent
end of May, there were pings / a resend but it was never applied. Why
I insist: It is necessary for RaspberryPi's open source (VC4) patch
series pending for very long time.

Andreas



More information about the Openembedded-core mailing list