meta-facebook: add new fby35 layer.
Build success.
Signed-off-by: Logananth Sundararaj <logananth_s@hcl.com>
Change-Id: I6f16791045cfa7389363177816da765b19b1ef28
diff --git a/meta-facebook/meta-fby35/conf/machine/fby35.conf b/meta-facebook/meta-fby35/conf/machine/fby35.conf
new file mode 100644
index 0000000..830854a
--- /dev/null
+++ b/meta-facebook/meta-fby35/conf/machine/fby35.conf
@@ -0,0 +1,21 @@
+KMACHINE = "aspeed"
+#KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
+KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
+
+UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
+UBOOT_DEVICETREE = "ast2600-evb"
+SPL_BINARY = "spl/u-boot-spl.bin"
+SOCSEC_SIGN_ENABLE = "0"
+
+require conf/machine/include/facebook-nohost.inc
+require conf/machine/include/ast2600.inc
+require conf/machine/include/obmc-bsp-common.inc
+require conf/machine/include/facebook-tpm2.inc
+
+FLASH_SIZE = "131072"
+
+# PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "bletchley-led-manager-config-native"
+
+OBMC_HOST_INSTANCES = "1 2 3 4"
+# Primary chassis as Sled plus secondary chassis in N slots.
+OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"