meta-lenovo: hr855xg2: Add hr855xg2 platform

hr855xgw is a lenovo platform. Add machine to repo.

Signed-off-by: Lisa Liu <liuyj19@lenovo.com>
Change-Id: I6e27184cbbc3912551731209ced308e3cf02205e
diff --git a/meta-hr855xg2/conf/layer.conf b/meta-hr855xg2/conf/layer.conf
new file mode 100644
index 0000000..23d6c7a
--- /dev/null
+++ b/meta-hr855xg2/conf/layer.conf
@@ -0,0 +1,14 @@
+#"Copyright (c) 2019-present Lenovo
+#Licensed under BSD-3, see COPYING.BSD file for details."
+
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "hr855xg2-layer"
+BBFILE_PATTERN_hr855xg2-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_hr855xg2-layer = "5"
+LAYERSERIES_COMPAT_hr855xg2-layer = "thud warrior"