templates: add R-Car M3 starter kit (w/o gfx) 57/7157/2
authorYannick Gicquel <yannick.gicquel@iot.bzh>
Thu, 10 Nov 2016 15:12:02 +0000 (16:12 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 14 Nov 2016 08:40:09 +0000 (08:40 +0000)
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>
templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc [new file with mode: 0644]
templates/machine/m3ulcb-nogfx/50_local.conf.inc [new file with mode: 0644]

diff --git a/templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc b/templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc
new file mode 100644 (file)
index 0000000..f797e97
--- /dev/null
@@ -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 (file)
index 0000000..3f92a7a
--- /dev/null
@@ -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"
+