meta-facebook: ventura: RMC Initial commit
Initial commit for platform ventura.
Tested:
Build Success.
Change-Id: Ieee0f402e6cc318ec5a45992abe533b02292c414
Signed-off-by: Jason Hsu <Jason-Hsu@quantatw.com>
diff --git a/meta-facebook/meta-ventura/conf/templates/default/bblayers.conf.sample b/meta-facebook/meta-ventura/conf/templates/default/bblayers.conf.sample
new file mode 100644
index 0000000..c5edcf2
--- /dev/null
+++ b/meta-facebook/meta-ventura/conf/templates/default/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-ventura \
+ "