aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/ledge-synquacer/bblayers.conf36
-rw-r--r--conf/ledge-synquacer/local.conf1
2 files changed, 37 insertions, 0 deletions
diff --git a/conf/ledge-synquacer/bblayers.conf b/conf/ledge-synquacer/bblayers.conf
new file mode 100644
index 0000000..be83293
--- /dev/null
+++ b/conf/ledge-synquacer/bblayers.conf
@@ -0,0 +1,36 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "7"
+OEROOT := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)))}/../.."
+
+BBPATH = "${TOPDIR}"
+
+BBFILES = ""
+
+# These layers hold recipe metadata not found in OE-core, but lack any machine or distro content
+BASELAYERS ?= " \
+ ${OEROOT}/layers/meta-yocto/meta-poky \
+ ${OEROOT}/layers/meta-openembedded/meta-oe \
+ ${OEROOT}/layers/meta-arm/meta-arm \
+ ${OEROOT}/layers/meta-trusted-substrate \
+"
+
+# These layers hold machine specific content, aka Board Support Packages
+
+BSPLAYERS ?= " \
+ ${OEROOT}/layers/meta-arm/meta-arm-bsp \
+"
+
+# Add your overlay location to EXTRALAYERS
+# Make sure to have a conf/layers.conf in there
+EXTRALAYERS ?= " \
+ ${OEROOT}/layers/meta-arm/meta-arm-toolchain \
+"
+
+BBLAYERS = " \
+ ${BASELAYERS} \
+ ${BSPLAYERS} \
+ ${EXTRALAYERS} \
+ ${OEROOT}/layers/openembedded-core/meta \
+ ${OEROOT}/layers/meta-openembedded/meta-python \
+"
diff --git a/conf/ledge-synquacer/local.conf b/conf/ledge-synquacer/local.conf
new file mode 100644
index 0000000..0e8784b
--- /dev/null
+++ b/conf/ledge-synquacer/local.conf
@@ -0,0 +1 @@
+IMAGE_FEATURES += "debug-tweaks"