On Sat, Jul 11, 2015 at 11:46 AM, Lauren Post <[email protected]> wrote: > Creatie i.MX 7Dual SABRE Smart Device with device tree support for
Create > enet, epdc, gpmi-weim, hdmi-audio, m4, qspi and wm8960 configurations. > > Include U-Boot support for qspi and nand boot configurations. I'm not sure I understand this comment. Would you mean something like: "Include U-Boot support for qspi and nand boot configuration in addition to the usual sdcard"? > > Signed-off-by: Lauren Post <[email protected]> > --- > conf/machine/imx7dsabresd.conf | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > create mode 100644 conf/machine/imx7dsabresd.conf > > diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf > new file mode 100644 > index 0000000..1a8f27b > --- /dev/null > +++ b/conf/machine/imx7dsabresd.conf > @@ -0,0 +1,25 @@ > +#@TYPE: Machine > +#@NAME: Freescale i.MX7D SABRE Smart Device > +#@SOC: i.MX7D > +#@DESCRIPTION: Machine configuration for Freescale i.MX7D SABRE Smart Device > +#@MAINTAINER: Lauren Post <[email protected]> > + > +require conf/machine/include/imx-base.inc > +require conf/machine/include/tune-cortexa7.inc > + > +MACHINE_FEATURES += " pci wifi bluetooth" > + > +SOC_FAMILY = "mx7:mx7d" > + > +KERNEL_DEVICETREE = "imx7d-sdb.dtb imx7d-sdb-enet.dtb imx7d-sdb-epdc.dtb \ > + imx7d-sdb-gpmi-weim.dtb imx7d-sdb-hdmi-audio.dtb > imx7d-sdb-m4.dtb \ > + imx7d-sdb-qspi.dtb imx7d-sdb-wm8960.dtb" > + > +PREFERRED_PROVIDER_u-boot = "u-boot-imx" > +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" > + > +UBOOT_CONFIG ??= "sd" > +UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" > +UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" > +UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" > +UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config_config" If I understand it right, linux-imx-mfgtool was not updated at this point, and because of its line 8 (require linux-imx_${PV}.bb) if mfgtools is a mx7 option, it may result in a build break. I would add the mfgtool line after the mfgtool recipe is bumped. Daiane > -- > 1.7.9.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
