On 20.04.2016 10:27, Yannick GICQUEL wrote:
> Le 19/04/2016 16:30, Andreas Oberritter a écrit :
>> On 19.04.2016 14:46, Yannick Gicquel wrote:
[...]
>>> +addtask assemble_dtb after do_deploy before do_install
>> The task do_deploy executes after do_install. Does it really work this
>> way? I think
Le 20/04/2016 10:37, Anders Darander a écrit :
Just a comment on task ordering. Not sure that it really matters
though...
* Yannick GICQUEL [160420 10:28]:
Le 19/04/2016 16:30, Andreas Oberritter a écrit :
Hello Yannick,
Hi Andreas,
On 19.04.2016 14:46, Yannick Gicquel wrote:
+addtask as
Just a comment on task ordering. Not sure that it really matters
though...
* Yannick GICQUEL [160420 10:28]:
> Le 19/04/2016 16:30, Andreas Oberritter a écrit :
> >Hello Yannick,
> Hi Andreas,
> >On 19.04.2016 14:46, Yannick Gicquel wrote:
> >>+addtask assemble_dtb after do_deploy before do_ins
Le 19/04/2016 16:30, Andreas Oberritter a écrit :
Hello Yannick,
Hi Andreas,
On 19.04.2016 14:46, Yannick Gicquel wrote:
This introduces a new task 'assemble_dtb' to handle the concatenation of U-Boot
without DTB and the compiled U-Boot DTB while using CONFIG_OF_SEPARATE.
Basically, this tas
Le 19/04/2016 15:30, Otavio Salvador a écrit :
On Tue, Apr 19, 2016 at 9:46 AM, Yannick Gicquel
wrote:
This introduces a new task 'assemble_dtb' to handle the concatenation of U-Boot
without DTB and the compiled U-Boot DTB while using CONFIG_OF_SEPARATE.
Basically, this task merges the u-boot
Hello Yannick,
On 19.04.2016 14:46, Yannick Gicquel wrote:
> This introduces a new task 'assemble_dtb' to handle the concatenation of
> U-Boot
> without DTB and the compiled U-Boot DTB while using CONFIG_OF_SEPARATE.
> Basically, this task merges the u-boot-nodtb.bin and the device tree blob
> u
On Tue, Apr 19, 2016 at 9:46 AM, Yannick Gicquel
wrote:
> This introduces a new task 'assemble_dtb' to handle the concatenation of
> U-Boot
> without DTB and the compiled U-Boot DTB while using CONFIG_OF_SEPARATE.
> Basically, this task merges the u-boot-nodtb.bin and the device tree blob
> usin
This introduces a new task 'assemble_dtb' to handle the concatenation of U-Boot
without DTB and the compiled U-Boot DTB while using CONFIG_OF_SEPARATE.
Basically, this task merges the u-boot-nodtb.bin and the device tree blob using
the 'cat' command and overrides the u-boot.bin file which is genera