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/bblayers.conf.sample b/meta-facebook/meta-fby35/conf/bblayers.conf.sample
new file mode 100644
index 0000000..752f1b5
--- /dev/null
+++ b/meta-facebook/meta-fby35/conf/bblayers.conf.sample
@@ -0,0 +1,19 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "8"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+  ##OEROOT##/meta \
+  ##OEROOT##/meta-poky \
+  ##OEROOT##/meta-openembedded/meta-oe \
+  ##OEROOT##/meta-openembedded/meta-networking \
+  ##OEROOT##/meta-openembedded/meta-python \
+  ##OEROOT##/meta-security/meta-tpm \
+  ##OEROOT##/meta-phosphor \
+  ##OEROOT##/meta-aspeed \
+  ##OEROOT##/meta-facebook \
+  ##OEROOT##/meta-facebook/meta-fby35 \
+  "