bytedance: g220a: Add configurations
(From meta-bytedance rev: aec4880792267c1d8a00ba8a77b3fd23640691f3)
Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com>
Change-Id: I729b66aa82c4bde434879e9ef696c03d4015c624
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager_%.bbappend b/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager_%.bbappend
new file mode 100644
index 0000000..64ce5cf
--- /dev/null
+++ b/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager_%.bbappend
@@ -0,0 +1,7 @@
+FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
+SRC_URI_append = " file://g220a_baseboard.json \
+ "
+do_install_append() {
+ install -d ${D}/usr/share/entity-manager/configurations
+ install -m 0444 ${WORKDIR}/*.json ${D}/usr/share/entity-manager/configurations
+}