summaryrefslogtreecommitdiffstats
path: root/meta-hxt/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-hxt/conf')
-rw-r--r--meta-hxt/conf/layer.conf5
-rw-r--r--meta-hxt/conf/machine/include/hxt.inc3
2 files changed, 8 insertions, 0 deletions
diff --git a/meta-hxt/conf/layer.conf b/meta-hxt/conf/layer.conf
new file mode 100644
index 000000000..bc33c2b24
--- /dev/null
+++ b/meta-hxt/conf/layer.conf
@@ -0,0 +1,5 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+BBFILE_COLLECTIONS += "hxt"
+BBFILE_PATTERN_hxt = ""
diff --git a/meta-hxt/conf/machine/include/hxt.inc b/meta-hxt/conf/machine/include/hxt.inc
new file mode 100644
index 000000000..976e2d09d
--- /dev/null
+++ b/meta-hxt/conf/machine/include/hxt.inc
@@ -0,0 +1,3 @@
+require conf/machine/include/arm.inc
+
+VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
OpenPOWER on IntegriCloud