aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahisa Kojima <masahisa.kojima@linaro.org>2021-11-17 04:39:33 +0000
committerMasahisa Kojima <masahisa.kojima@linaro.org>2021-11-17 21:23:38 +0900
commit9aeb3363aaf35ce95846a9629eedea535a596185 (patch)
tree48993b9277c7e95d811070650dc2d0f0f6e4748c
parent06eec6cf93008f72a7d28393240a742af9c0ecca (diff)
ledge-synquacer: add synquacer platform supportHEADmaster
Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
-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"