[meta-freescale] [PATCH][meta-fsl-arm-extra] cubox-i: Add bcm4329-nvram-config

Peter Bergin peter.bergin at tritech.se
Wed Jun 24 12:41:09 PDT 2015


Hi,

On 05/29/2015 06:49 PM, Fabio Estevam wrote:
> The first revisions of the micro-som had BCM4329 populated, so add
> bcm4329-nvram-config to support Wifi on the older revision.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
>  conf/machine/cubox-i.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf
> index 5fb36ad..a14bbd2 100644
> --- a/conf/machine/cubox-i.conf
> +++ b/conf/machine/cubox-i.conf
> @@ -27,6 +27,6 @@ KERNEL_IMAGETYPE = "zImage"
>  KERNEL_DEVICETREE = "imx6dl-cubox-i.dtb imx6q-cubox-i.dtb imx6dl-hummingboard.dtb imx6q-hummingboard.dtb"
>  
>  MACHINE_FEATURES += "pci wifi bluetooth alsa irda serial usbhost"
> -MACHINE_EXTRA_RRECOMMENDS += "bcm4330-nvram-config"
> +MACHINE_EXTRA_RRECOMMENDS += "bcm4330-nvram-config bcm4329-nvram-config"
>  
>  SERIAL_CONSOLE = "115200 ttymxc0"


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.

Regards,
/Peter

petber at petber-linux-laptop:/work/yocto/master/cubox-i_x11$ bitbake core-image-base
NOTE: Started PRServer with DBfile: /work/yocto/master/cubox-i_x11/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 46067, PID: 23291
Loading cache: 100% |#########################################################################################################################| ETA:  00:00:00
Loaded 2334 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'bcm4329-nvram-config' (but /work/yocto/master/sources/poky/meta/recipes-core/packagegroups/packagegroup-base.bb RDEPENDS on or otherwise requires it)
ERROR: bcm4329-nvram-config was skipped: incompatible with machine cubox-i (not in COMPATIBLE_MACHINE)
NOTE: Runtime target 'bcm4329-nvram-config' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bcm4329-nvram-config']
NOTE: Runtime target 'packagegroup-base-extended' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-extended', 'bcm4329-nvram-config']
ERROR: Required build target 'core-image-base' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-base', 'packagegroup-base-extended', 'bcm4329-nvram-config']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.






More information about the meta-freescale mailing list