diff options
author | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-11-10 16:12:02 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-14 08:40:09 +0000 |
commit | 3a067c4ca0d8afd864146a0e33ddd3ce545f713c (patch) | |
tree | 5d4d38596141ffbd596761d60bf974aa09cd34b1 /templates/machine/m3ulcb-nogfx/50_local.conf.inc | |
parent | ff0375ba601decbeebdce44012ecc73743f02cf1 (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/machine/m3ulcb-nogfx/50_local.conf.inc')
-rw-r--r-- | templates/machine/m3ulcb-nogfx/50_local.conf.inc | 12 |
1 files changed, 12 insertions, 0 deletions
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" + |