summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-jailhouse
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feature/agl-jailhouse')
-rw-r--r--templates/feature/agl-jailhouse/50_bblayers.conf.inc7
-rw-r--r--templates/feature/agl-jailhouse/50_local.conf.inc3
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/feature/agl-jailhouse/50_bblayers.conf.inc b/templates/feature/agl-jailhouse/50_bblayers.conf.inc
new file mode 100644
index 00000000..d3ed39d5
--- /dev/null
+++ b/templates/feature/agl-jailhouse/50_bblayers.conf.inc
@@ -0,0 +1,7 @@
+BBLAYERS =+ " \
+ ${METADIR}/meta-agl-devel/meta-agl-jailhouse \
+ ${METADIR}/bsp/meta-arm/meta-arm \
+"
+
+# Up-to-date meta-arm depends on meta-arm-toolchain
+#BBLAYERS =+ "${METADIR}/bsp/meta-arm/meta-arm-toolchain"
diff --git a/templates/feature/agl-jailhouse/50_local.conf.inc b/templates/feature/agl-jailhouse/50_local.conf.inc
new file mode 100644
index 00000000..89e25216
--- /dev/null
+++ b/templates/feature/agl-jailhouse/50_local.conf.inc
@@ -0,0 +1,3 @@
+#### JAILHOUSE
+IMAGE_INSTALL_append = " jailhouse jailhouse-demos"
+PREFERRED_VERSION_linux-raspberrypi = "5.4%"