On Thu, 2017-09-14 at 09:13 -0300, Otavio Salvador wrote:
> On Thu, Sep 14, 2017 at 7:26 AM, André Draszik wrote:
> > On Wed, 2017-09-13 at 09:30 -0300, Otavio Salvador wrote:
> > > On Wed, Sep 13, 2017 at 5:15 AM, André Draszik wrote:
> > > > On Tue, 2017-09-12 at 17:36 -0300, Otavio Salvador wr
On Thu, Sep 14, 2017 at 7:26 AM, André Draszik wrote:
> On Wed, 2017-09-13 at 09:30 -0300, Otavio Salvador wrote:
>> On Wed, Sep 13, 2017 at 5:15 AM, André Draszik wrote:
>> > On Tue, 2017-09-12 at 17:36 -0300, Otavio Salvador wrote:
>>
>> ...
>> > AFAICS, zImage is specific to x86 and arm, all o
On Wed, 2017-09-13 at 09:30 -0300, Otavio Salvador wrote:
> On Wed, Sep 13, 2017 at 5:15 AM, André Draszik wrote:
> > On Tue, 2017-09-12 at 17:36 -0300, Otavio Salvador wrote:
>
> ...
> > AFAICS, zImage is specific to x86 and arm, all other arches, including
> > MIPS
> > have no zImage Makefile t
On Tue, 2017-09-12 at 17:36 -0300, Otavio Salvador wrote:
> The are use cases where the Device Tree appended to the kernel is
> convinient, so we generate the bundle concatenating the kernel (and
> potentionally the initramfs) and the Device Tree binaries.
>
> To enable it, set KERNEL_DEVICETREE_B
On Wed, Sep 13, 2017 at 5:15 AM, André Draszik wrote:
> On Tue, 2017-09-12 at 17:36 -0300, Otavio Salvador wrote:
...
> AFAICS, zImage is specific to x86 and arm, all other arches, including MIPS
> have no zImage Makefile target, so we'll never get here.
Do you know which types we can use here?
On Tue, 2017-09-12 at 17:36 -0300, Otavio Salvador wrote:
> The are use cases where the Device Tree appended to the kernel is
> convinient, so we generate the bundle concatenating the kernel (and
> potentionally the initramfs) and the Device Tree binaries.
>
> To enable it, set KERNEL_DEVICETREE_B
The are use cases where the Device Tree appended to the kernel is
convinient, so we generate the bundle concatenating the kernel (and
potentionally the initramfs) and the Device Tree binaries.
To enable it, set KERNEL_DEVICETREE_BUNDLE variable to '1'
Signed-off-by: Otavio Salvador
---
Changes
Andreas,
On Tue, Sep 12, 2017 at 4:10 PM, Andreas Oberritter
wrote:
> On Tue, 12 Sep 2017 14:00:43 -0300
> Otavio Salvador wrote:
>> On Tue, Sep 12, 2017 at 11:45 AM, Andreas Oberritter
>> wrote:
>> > Hi Otavio,
>> >
>> > On Tue, 12 Sep 2017 10:45:51 -0300
>> > Otavio Salvador wrote:
>> >
>> >
On Tue, 12 Sep 2017 14:00:43 -0300
Otavio Salvador wrote:
> Hello Andreas,
>
> On Tue, Sep 12, 2017 at 11:45 AM, Andreas Oberritter
> wrote:
> > Hi Otavio,
> >
> > On Tue, 12 Sep 2017 10:45:51 -0300
> > Otavio Salvador wrote:
> >
> >> +do_configure_devicetree() {
> >> + if [ "${KERNEL_DE
Hello Andreas,
On Tue, Sep 12, 2017 at 11:45 AM, Andreas Oberritter
wrote:
> Hi Otavio,
>
> On Tue, 12 Sep 2017 10:45:51 -0300
> Otavio Salvador wrote:
>
>> +do_configure_devicetree() {
>> + if [ "${KERNEL_DEVICETREE_BUNDLE}" = "1" ]; then
>> + if echo ${KERNEL_IMAGETYPE_FOR_MAKE
Hi Otavio,
On Tue, 12 Sep 2017 10:45:51 -0300
Otavio Salvador wrote:
> +do_configure_devicetree() {
> + if [ "${KERNEL_DEVICETREE_BUNDLE}" = "1" ]; then
> + if echo ${KERNEL_IMAGETYPE_FOR_MAKE} | grep -q 'zImage'; then
> + config="${B}/.config"
> +
The are use cases where the Device Tree appended to the kernel is
convinient, so we generate the bundle concatenating the kernel (and
potentionally the initramfs) and the Device Tree binaries.
To enable it, set KERNEL_DEVICETREE_BUNDLE variable to '1'
Signed-off-by: Otavio Salvador
---
Changes
12 matches
Mail list logo