summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-11-10 16:12:02 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-11-14 08:40:09 +0000
commit3a067c4ca0d8afd864146a0e33ddd3ce545f713c (patch)
tree5d4d38596141ffbd596761d60bf974aa09cd34b1 /templates
parentff0375ba601decbeebdce44012ecc73743f02cf1 (diff)
templates: add R-Car M3 starter kit (w/o gfx)
Introduce a new template for "m3ulcb" reference design. This machine is intended to be used in CI process, and does _not_ activate Hw acceleration for graphics or multimedia. Change-Id: Ia780dee9a4d75133dfe7f98f09d3e876723d05f6 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc3
-rw-r--r--templates/machine/m3ulcb-nogfx/50_local.conf.inc12
2 files changed, 15 insertions, 0 deletions
diff --git a/templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc b/templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc
new file mode 100644
index 000000000..f797e9753
--- /dev/null
+++ b/templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc
@@ -0,0 +1,3 @@
+BBLAYERS =+ "\
+ ${METADIR}/meta-rcar/meta-rcar-gen3 \
+ "
diff --git a/templates/machine/m3ulcb-nogfx/50_local.conf.inc b/templates/machine/m3ulcb-nogfx/50_local.conf.inc
new file mode 100644
index 000000000..3f92a7a56
--- /dev/null
+++ b/templates/machine/m3ulcb-nogfx/50_local.conf.inc
@@ -0,0 +1,12 @@
+MACHINE = "m3ulcb"
+SOC_FAMILY = "r8a7796"
+
+IMAGE_INSTALL_append = " \
+ weston-bin \
+"
+
+# Mask graphic Pkgs
+BBMASK = "gles-user-module|kernel-module-gles|wayland-kms|libgbm"
+# Mask MMP recipes
+BBMASK .= "|kernel-module-uvcs|omx-user-module"
+