On Fri, Apr 29, 2016 at 5:53 AM, Manjukumar Matha <[email protected]> wrote: > Add recipe to support ZCU102 UltraScale+ MPSoC board > > Signed-off-by: Manjukumar Matha <[email protected]> > --- > conf/machine/zynqmp-zcu102.conf | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 conf/machine/zynqmp-zcu102.conf > > diff --git a/conf/machine/zynqmp-zcu102.conf b/conf/machine/zynqmp-zcu102.conf > new file mode 100644 > index 0000000..a41679f > --- /dev/null > +++ b/conf/machine/zynqmp-zcu102.conf > @@ -0,0 +1,21 @@ > +#@TYPE: Machine > +#@NAME: zynqmp-zcu102
Please follow the existing convention for machine names in meta-xilinx. This should be "zcu102-zynqmp". > +#@DESCRIPTION: Machine support for ZCU102 Evaluation Board. > +# > + > +require conf/machine/include/tune-zynqmp.inc > +require conf/machine/include/machine-xilinx-default.inc > +require conf/machine/include/machine-xilinx-board.inc > + > +MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" > + > +UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" > + > +SERIAL_CONSOLE = "115200 ttyPS0" > + > +KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb" > +KCONFIG_MODE = "--alldefconfig" This is a kernel variable, why does it need to be set at the machine level? Regards, Nathan > + > +EXTRA_IMAGEDEPENDS += "\ > + arm-trusted-firmware \ > + " > -- > 2.1.4 > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
