Hi Fabio, On 06/24/2015 09:47 PM, Fabio Estevam wrote: > Hi Peter, > > On Wed, Jun 24, 2015 at 4:41 PM, Peter Bergin <[email protected]> wrote: > >> when building in master branch for target MACHINE cubox-i I now get an error >> after this patch was introduced. Any ideas what's missing in my setup? I >> guess you have been able to build with this patch. See output from console >> below. > Could you please try the fix below? > > --- a/recipes-bsp/broadcom-nvram-config/bcm4329-nvram-config.bb > +++ b/recipes-bsp/broadcom-nvram-config/bcm4329-nvram-config.bb > @@ -5,4 +5,4 @@ include broadcom-nvram-config.inc > > CHIP_MODEL = "4329" > > -COMPATIBLE_MACHINE = "(wandboard-dual|wandboard-quad)" > +COMPATIBLE_MACHINE = "(wandboard-dual|wandboard-quad|cubox-i)" > > Thanks >
that solved part of the problem. The build process was started but the file brcmfmac4329-sdio.txt is missing. It is present at recipes-bsp/broadcom-nvram-config/files/wandboard/brcmfmac4329-sdio.txt. If I copy that file to recipes-bsp/broadcom-nvram-config/files/cubox-i/brcmfmac4329-sdio.txt it is possible to build. I don't know if this is the correct way, the first line in the file brcmfmac4329-sdio.txt states that it is a file for Wandboard Dual? Regards, /Peter -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
