meta-ieisystem: Rename layer name
Since the company name is ieisystems and the domain name is ieisystem
in order to be consistent with the domain name, the layer name is
replaced with ieisystem.
Link: https://en.ieisystem.com/
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: Ie8e02d5b9f20a92ce4bf8c53ec291e2b51dc43f5
diff --git a/meta-ieisystem/meta-nf5280m7/conf/templates/default/bblayers.conf.sample b/meta-ieisystem/meta-nf5280m7/conf/templates/default/bblayers.conf.sample
new file mode 100644
index 0000000..4610012
--- /dev/null
+++ b/meta-ieisystem/meta-nf5280m7/conf/templates/default/bblayers.conf.sample
@@ -0,0 +1,20 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "8"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-openembedded/meta-oe \
+ ##OEROOT##/meta-openembedded/meta-networking \
+ ##OEROOT##/meta-openembedded/meta-perl \
+ ##OEROOT##/meta-openembedded/meta-python \
+ ##OEROOT##/meta-security \
+ ##OEROOT##/meta-phosphor \
+ ##OEROOT##/meta-aspeed \
+ ##OEROOT##/meta-ieisystem \
+ ##OEROOT##/meta-ieisystem/meta-nf5280m7 \
+ "
+