From 40434ce56926a84b107548aeb54a6b1f59927dcb Mon Sep 17 00:00:00 2001 From: Vijay Khemka Date: Mon, 24 Sep 2018 12:34:53 -0700 Subject: Introducing meta-facebook Initial introduction of Facebook TiogaPass family equipped with Aspeed 2500 BMC SoC. Tested: Build Facebook TiogaPass board and load on the target hardware. Ensure that BMC boots to console. (From meta-facebook rev: 92e80d2b576a8c57ae073a0284652d8ea39602e8) Change-Id: Iefaf535e382b1e4fcfc212b5d29cd7166c90998e Signed-off-by: Vijay Khemka Signed-off-by: Brad Bishop --- meta-facebook/meta-tiogapass/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-facebook/meta-tiogapass/conf/layer.conf (limited to 'meta-facebook/meta-tiogapass/conf/layer.conf') diff --git a/meta-facebook/meta-tiogapass/conf/layer.conf b/meta-facebook/meta-tiogapass/conf/layer.conf new file mode 100644 index 000000000..e0be0649d --- /dev/null +++ b/meta-facebook/meta-tiogapass/conf/layer.conf @@ -0,0 +1,9 @@ +# 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 += "tiogapass-layer" +BBFILE_PATTERN_tiogapass-layer = "" -- cgit v1.2.3