meta-facebook: harma: initial commit

Initial commit for platform harma, which is the compute card
in the minerva chassis.

Tested:
Build Success.
Kernel DTS: https://lore.kernel.org/all/20231123050415.3441429-3-peteryin.openbmc@gmail.com/

Uboot DTS: https://patchwork.ozlabs.org/project/openbmc/list/?series=379855

Change-Id: I114492a0739412409d89573ad8a41553c50f369b
Signed-off-by: Peter Yin <peter.yin@quantatw.com>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meta-facebook/meta-harma/conf/templates/default/bblayers.conf.sample b/meta-facebook/meta-harma/conf/templates/default/bblayers.conf.sample
new file mode 100644
index 0000000..b3cff84
--- /dev/null
+++ b/meta-facebook/meta-harma/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-harma \
+  "