On Wed, Jul 15, 2015 at 1:53 PM, Daiane Angolini <[email protected]> wrote: > On Wed, Jul 15, 2015 at 10:03 AM, Otavio Salvador > <[email protected]> wrote:
(...) >> +#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Quad >> +#@MAINTAINER: Alfonso Tames <[email protected]> > > In addition, I would like to have a clear Acked-by or Tested-by from > Alfonso in this patch. Alfonso? Ping? Are you there? Daiane > > > Daiane > >> + >> +include conf/machine/include/imx-base.inc >> +include conf/machine/include/tune-cortexa9.inc >> + >> +SOC_FAMILY = "mx6:mx6dl:mx6q" >> + >> +UBOOT_MAKE_TARGET = "" >> +UBOOT_SUFFIX = "img" >> +SPL_BINARY = "SPL" >> +UBOOT_MACHINE = "wandboard_config" >> + >> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard" >> +KERNEL_DEVICETREE = "imx6q-wandboard.dtb \ >> + imx6dl-wandboard.dtb" >> +KERNEL_IMAGETYPE = "zImage" >> + >> +MACHINE_FEATURES += "bluetooth pci wifi touchscreen" >> + >> +MACHINE_EXTRA_RRECOMMENDS += " \ >> + bcm4329-nvram-config \ >> + bcm4330-nvram-config \ >> +" >> + >> +SERIAL_CONSOLE = "115200 ttymxc0" >> diff --git a/recipes-bsp/broadcom-nvram-config/bcm4329-nvram-config.bb >> b/recipes-bsp/broadcom-nvram-config/bcm4329-nvram-config.bb >> index 09f6eb7..b03b565 100644 >> --- 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|cubox-i)" >> +COMPATIBLE_MACHINE = "(wandboard|cubox-i)" >> diff --git a/recipes-bsp/broadcom-nvram-config/bcm4330-nvram-config.bb >> b/recipes-bsp/broadcom-nvram-config/bcm4330-nvram-config.bb >> index 5512b2d..f812d5f 100644 >> --- a/recipes-bsp/broadcom-nvram-config/bcm4330-nvram-config.bb >> +++ b/recipes-bsp/broadcom-nvram-config/bcm4330-nvram-config.bb >> @@ -5,4 +5,4 @@ include broadcom-nvram-config.inc >> >> CHIP_MODEL = "4330" >> >> -COMPATIBLE_MACHINE = >> "(cubox-i|nitrogen6x-lite|wandboard-dual|wandboard-quad|imx6sl-warp)" >> +COMPATIBLE_MACHINE = "(cubox-i|nitrogen6x-lite|wandboard|imx6sl-warp)" >> -- >> 2.4.5 >> >> -- >> _______________________________________________ >> meta-freescale mailing list >> [email protected] >> https://lists.yoctoproject.org/listinfo/meta-freescale -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
