summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-yosemitev2/conf/layer.conf
diff options
context:
space:
mode:
authorVijay Khemka <vijaykhemka@fb.com>2019-12-02 06:33:29 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-12-05 14:56:03 +0300
commit42a32b7a72aedd15b5fb0a40639ae05c38233538 (patch)
treee5ecc3edf3fdfada9cc5b141d9d3b638dd4f45fd /meta-facebook/meta-yosemitev2/conf/layer.conf
parenteede92c62107b4bf68e9f13e32d2ade7839e9ffc (diff)
downloadopenbmc-42a32b7a72aedd15b5fb0a40639ae05c38233538.tar.xz
meta-facebook: Introducing meta-yosemitev2
Initial introduction of Facebook Yosemite V2 platform. The Yosemite V2 is a multi-node server platforms that hosts four OCP server and equipped with Aspeed 2500 BMC SoC. Tested: Built Facebook Yosemite v2 image and loaded on the target hardware. Ensured that BMC boots to console. (From meta-facebook rev: 83e4ecf31aa9b818e8bc9ed4e237f3f9e6a6c2a9) Change-Id: Iaa22e15371292321b636e1e1cf4bbec2d6fe1bff Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: manikandan-e <manikandan.hcl.ers.epl@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-facebook/meta-yosemitev2/conf/layer.conf')
-rw-r--r--meta-facebook/meta-yosemitev2/conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-facebook/meta-yosemitev2/conf/layer.conf b/meta-facebook/meta-yosemitev2/conf/layer.conf
new file mode 100644
index 000000000..4c4571a68
--- /dev/null
+++ b/meta-facebook/meta-yosemitev2/conf/layer.conf
@@ -0,0 +1,11 @@
+# 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 += "yosemitev2-layer"
+BBFILE_PATTERN_yosemitev2-layer := "^${LAYERDIR}/"
+
+LAYERSERIES_COMPAT_tiogapass-layer := "warrior zeus"