meta-yadro: initial bring up for VEGMAN machines

Introduce new meta-layer for Yadro VEGMAN servers family.

This brings initial image build information: layer meta-data, kernel
configuration and basic software set.

Change-Id: Iad21dc55dab0803ee7476f91861c6a07e9838e6d
Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com>
diff --git a/meta-yadro/meta-vegman/conf/machine/include/vegman.inc b/meta-yadro/meta-vegman/conf/machine/include/vegman.inc
new file mode 100644
index 0000000..cc98dff
--- /dev/null
+++ b/meta-yadro/meta-vegman/conf/machine/include/vegman.inc
@@ -0,0 +1,18 @@
+OVERRIDES .= ":vegman"
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = "${KMACHINE}-bmc-${MACHINE}.dtb"
+UBOOT_MACHINE = "evb-ast2500_defconfig"
+UBOOT_DEVICETREE = "ast2500-evb"
+
+require conf/machine/include/ast2500.inc
+include conf/machine/include/vegman-bsp.inc
+require ${@bb.utils.contains('BSP_TYPE', 'vegman', '', 'conf/machine/include/obmc-bsp-common.inc', d)}
+
+SERIAL_CONSOLES = "115200;ttyS3 115200;ttyS4"
+FLASH_SIZE = "65536"
+
+IMAGE_FEATURES += "allow-root-login"
+
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed-sdk"
+PREFERRED_PROVIDER_u-boot = "u-boot-aspeed-sdk"
+PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed-sdk"