meta-lenovo: hr630: Add hr630 platform

hr630 is a Lenovo platform. Add machine to repo.

kernel device tree of Lenovo is being reviewed,
so aspeed-bmc-lenovo-hr630.dts has not been merged yet.

Signed-off-by: Lisa Liu <liuyj19@lenovo.com>
Change-Id: Ib39bec82ab477f8069bece28339fa9d88731d5f3
diff --git a/meta-hr630/conf/bblayers.conf.sample b/meta-hr630/conf/bblayers.conf.sample
new file mode 100644
index 0000000..5ecfead
--- /dev/null
+++ b/meta-hr630/conf/bblayers.conf.sample
@@ -0,0 +1,22 @@
+#"Copyright (c) 2019-present Lenovo
+#Licensed under BSD-3, see COPYING.BSD file for details."
+
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "8"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+  ##OEROOT##/meta \
+  ##OEROOT##/meta-openembedded/meta-oe \
+  ##OEROOT##/meta-openembedded/meta-networking \
+  ##OEROOT##/meta-openembedded/meta-python \
+  ##OEROOT##/meta-phosphor \
+  ##OEROOT##/meta-aspeed \
+  ##OEROOT##/meta-x86 \
+  ##OEROOT##/meta-google \
+  ##OEROOT##/meta-lenovo \
+  ##OEROOT##/meta-lenovo/meta-hr630 \
+"