All of lore.kernel.org
 help / color / mirror / Atom feed
* Updates to meta-fsl-arm-extra (fido) in 2015-05-12
@ 2015-05-13  2:58 Otavio Salvador
  2015-05-13  3:01 ` Nikolay Dimitrov
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2015-05-13  2:58 UTC (permalink / raw)
  To: meta-freescale

Hello,

I pushed following updates:

commit bf73e3b4f36dc93766c432e64f4590aee13c790d (HEAD, fslc/fido, for-fido)
Author: Nikolay Dimitrov <picmaster@mail.bg>
Date:   Thu Apr 30 18:49:46 2015 +0300

    imx6dl-riotboard: Fix broken image builds against linux-fslc
    
    Several Yocto images fail to build because they're using packages that require
    imx6-specific hardware support (ASRC, VPU, GPU3D), which is not available in
    the mainline kernel. This patch fixes the following image builds:
    - core-image-minimal
    - core-image-base
    - fsl-image-multimedia
    - fsl-image-multimedia-full
    - fsl-image-machine-test
    
    Change-Id: I7be8b82216e7be014af09a5828e424c882bcd2f7
    Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit 596dfea811916fa50fbeadb80286f2dce2a84a60
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Mon May 11 12:03:20 2015 -0300

    cubox-i: Install bcm4330-nvram-config to enable WiFi support
    
    The WiFi chip installed in the board is the Broadcom 4330, so we ought
    to provide the proper nvram config and firmware to enable the board to
    proper support the WiFi.
    
    Change-Id: I4d5ed031edb28a79c033098d23eedc642cccc7e0
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    Tested-by: Fabio Estevam <fabio.estevam@freescale.com>

commit 5329cb178247c26d49b9c22a3972a0bd9592031e
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Mon May 11 12:10:20 2015 -0300

    bcm4330-nvram-config: Add cubox-i support
    
    The cubox-i board has a bcm4330 chip. This enables the nvram
    configuration to allow the WiFi to work out of box.
    
    Change-Id: I4b7ba516083c9f24c55ede8da49dd9ba7be4a31b
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    Tested-by: Fabio Estevam <fabio.estevam@freescale.com>

commit dcffeac251c89c28e198cdbdcb3670380c29d673
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Mon May 11 09:58:11 2015 -0300

    cubox-i: Remove linux-firmware-ath6k from MACHINE_FIRMWARE
    
    The linux-firmware-ath6k is not necessary for the board to work and
    adds no features for standard users, drop it.
    
    Change-Id: I8b4d6eb94564f0e92abb6d9630fc3cf765b8fa8c
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>

commit 31eba1d963a5cfe86547c186add5c27c8a7b8168
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Mon May 11 09:57:02 2015 -0300

    cubox-i: Remove UBOOT_ENTRYPOINT
    
    The UBOOT_ENTRYPOINT is duplicated from imx-base.inc. Drop it.
    
    Change-Id: Ibd6f65f2b454206391249f7630d6fd1dc214e6f7
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>

commit cbbdc4a7de10f9c564c9adcee5dcd9ac00ae6b1a
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Mon May 11 09:56:07 2015 -0300

    u-boot-cubox-i: Remove as it is not unused
    
    Since we moved the board to use u-boot-fslc, this recipe is now
    unused.
    
    Change-Id: I67a078f036e881cedaea07ecce50818fed2874f8
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>

commit 472c2df4bf6773cda4472192447b722c7e040448
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Mon May 11 09:54:10 2015 -0300

    cubox-i: Use u-boot-fslc
    
    The U-Boot FSLC fork now has support for both HummingBoard and Cubox-i
    boards. It supports booting them in all supported variants relying on
    SPL to detect the board, CPU and memory.
    
    Change-Id: I19efc6f7dadb8055b9e29b540275d319aefc303f
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    Tested-by: Fabio Estevam <fabio.estevam@freescale.com>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Updates to meta-fsl-arm-extra (fido) in 2015-05-12
  2015-05-13  2:58 Updates to meta-fsl-arm-extra (fido) in 2015-05-12 Otavio Salvador
@ 2015-05-13  3:01 ` Nikolay Dimitrov
  2015-05-13  3:08   ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Nikolay Dimitrov @ 2015-05-13  3:01 UTC (permalink / raw)
  To: Otavio Salvador, meta-freescale

Hi Otavio,

On 05/13/2015 05:58 AM, Otavio Salvador wrote:
> Hello,
>
> I pushed following updates:
>
> commit bf73e3b4f36dc93766c432e64f4590aee13c790d (HEAD, fslc/fido, for-fido)
> Author: Nikolay Dimitrov <picmaster@mail.bg>
> Date:   Thu Apr 30 18:49:46 2015 +0300
>
>      imx6dl-riotboard: Fix broken image builds against linux-fslc
>
>      Several Yocto images fail to build because they're using packages that require
>      imx6-specific hardware support (ASRC, VPU, GPU3D), which is not available in
>      the mainline kernel. This patch fixes the following image builds:
>      - core-image-minimal
>      - core-image-base
>      - fsl-image-multimedia
>      - fsl-image-multimedia-full
>      - fsl-image-machine-test

The commit message is wrong, it's from the patch for master branch.
Please double-check with the actual patch I've sent.

Regards,
Nikolay


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Updates to meta-fsl-arm-extra (fido) in 2015-05-12
  2015-05-13  3:01 ` Nikolay Dimitrov
@ 2015-05-13  3:08   ` Otavio Salvador
  2015-05-13  3:14     ` Nikolay Dimitrov
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2015-05-13  3:08 UTC (permalink / raw)
  To: Nikolay Dimitrov; +Cc: meta-freescale@yoctoproject.org

On Wed, May 13, 2015 at 12:01 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> On 05/13/2015 05:58 AM, Otavio Salvador wrote:
...
>> commit bf73e3b4f36dc93766c432e64f4590aee13c790d (HEAD, fslc/fido,
>> for-fido)
>> Author: Nikolay Dimitrov <picmaster@mail.bg>
>> Date:   Thu Apr 30 18:49:46 2015 +0300
>>
>>      imx6dl-riotboard: Fix broken image builds against linux-fslc
>>
>>      Several Yocto images fail to build because they're using packages
>> that require
>>      imx6-specific hardware support (ASRC, VPU, GPU3D), which is not
>> available in
>>      the mainline kernel. This patch fixes the following image builds:
>>      - core-image-minimal
>>      - core-image-base
>>      - fsl-image-multimedia
>>      - fsl-image-multimedia-full
>>      - fsl-image-machine-test
>
>
> The commit message is wrong, it's from the patch for master branch.
> Please double-check with the actual patch I've sent.

I now see the minimal has been dropped. The patch has been applied in
master and backported ... I don't think it is worth reverting it and
apply a new one for such small change.

Just for completeness, your new patch lacks the new line at the end of
the machine file (see the Git warning).

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Updates to meta-fsl-arm-extra (fido) in 2015-05-12
  2015-05-13  3:08   ` Otavio Salvador
@ 2015-05-13  3:14     ` Nikolay Dimitrov
  0 siblings, 0 replies; 4+ messages in thread
From: Nikolay Dimitrov @ 2015-05-13  3:14 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

Hi Otavio,

On 05/13/2015 06:08 AM, Otavio Salvador wrote:
> On Wed, May 13, 2015 at 12:01 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
>> On 05/13/2015 05:58 AM, Otavio Salvador wrote:
> ...
>>> commit bf73e3b4f36dc93766c432e64f4590aee13c790d (HEAD, fslc/fido,
>>> for-fido)
>>> Author: Nikolay Dimitrov <picmaster@mail.bg>
>>> Date:   Thu Apr 30 18:49:46 2015 +0300
>>>
>>>       imx6dl-riotboard: Fix broken image builds against linux-fslc
>>>
>>>       Several Yocto images fail to build because they're using packages
>>> that require
>>>       imx6-specific hardware support (ASRC, VPU, GPU3D), which is not
>>> available in
>>>       the mainline kernel. This patch fixes the following image builds:
>>>       - core-image-minimal
>>>       - core-image-base
>>>       - fsl-image-multimedia
>>>       - fsl-image-multimedia-full
>>>       - fsl-image-machine-test
>>
>>
>> The commit message is wrong, it's from the patch for master branch.
>> Please double-check with the actual patch I've sent.
>
> I now see the minimal has been dropped. The patch has been applied in
> master and backported ... I don't think it is worth reverting it and
> apply a new one for such small change.

No problem. My point was to avoid unnecessary copy-pasting.

> Just for completeness, your new patch lacks the new line at the end of
> the machine file (see the Git warning).

Ahh, yes (I need more coffee or more sleep). Please, next time when you
see stuff that needs changing, don't hesitate to kick me, I'll edit and
resend without complaining. This will reduce your manual work and will
avoid things like above.

Regards,
Nikolay


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-13  3:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13  2:58 Updates to meta-fsl-arm-extra (fido) in 2015-05-12 Otavio Salvador
2015-05-13  3:01 ` Nikolay Dimitrov
2015-05-13  3:08   ` Otavio Salvador
2015-05-13  3:14     ` Nikolay Dimitrov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.