summaryrefslogtreecommitdiffstats
path: root/templates/machine/h3ulcb/50_local.conf.inc
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2016-12-05 09:45:50 +0100
committerRonan <ronan.lemartret@iot.bzh>2016-12-05 09:46:46 +0100
commita67d0a0dc3187f7901e42bc8390e68547f0583d1 (patch)
tree64d18353d435e05ad68219b881782a4703b79885 /templates/machine/h3ulcb/50_local.conf.inc
parent4d77bb6a6d8520a6eb8bf148efa06773af41c7d0 (diff)
add h3ulcb support
Change-Id: I9c00765c3c1eece18a80c7b9f16a79a2bb9d2e5a Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'templates/machine/h3ulcb/50_local.conf.inc')
-rw-r--r--templates/machine/h3ulcb/50_local.conf.inc48
1 files changed, 48 insertions, 0 deletions
diff --git a/templates/machine/h3ulcb/50_local.conf.inc b/templates/machine/h3ulcb/50_local.conf.inc
new file mode 100644
index 000000000..275d08631
--- /dev/null
+++ b/templates/machine/h3ulcb/50_local.conf.inc
@@ -0,0 +1,48 @@
+MACHINE = "h3ulcb"
+SOC_FAMILY = "r8a7795"
+
+# for Wayland/Weston weston-laucher
+DISTRO_FEATURES_append = " pam"
+
+# Enable Gfx Pkgs
+MACHINE_FEATURES_append = " gsx"
+MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
+
+# for Wayland/Weston
+PREFERRED_PROVIDER_virtual/libgles1 = ""
+PREFERRED_PROVIDER_virtual/libgles2 = "gles-user-module"
+PREFERRED_PROVIDER_virtual/egl = "gles-user-module"
+PREFERRED_PROVIDER_virtual/libgl = ""
+PREFERRED_PROVIDER_virtual/mesa = ""
+PREFERRED_PROVIDER_libgbm = "libgbm"
+PREFERRED_PROVIDER_libgbm-dev = "libgbm"
+
+# Mask the gstreamer recipe for MMP
+BBMASK = "meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer"
+
+# Add for gstreamer plugins ugly
+LICENSE_FLAGS_WHITELIST = "commercial"
+
+PREFERRED_VERSION_gstreamer1.0-libav = "1.4.5"
+PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.4.5"
+PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.4.5"
+PREFERRED_VERSION_gstreamer1.0-plugins-good = "1.4.5"
+PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.4.5"
+PREFERRED_VERSION_gstreamer1.0-plugins-vspfilter = "1.0%"
+
+MACHINE_FEATURES_append = " multimedia"
+
+DISTRO_FEATURES_append = " use_eva_pkg"
+
+#DISTRO_FEATURES_append = " h265dec_lib mpeg2dec_lib"
+DISTRO_FEATURES_append = " h264dec_lib aaclcdec_lib aaclcdec_mdw"
+
+DISTRO_FEATURES_BACKFILL_remove = "gobject-introspection-data"
+
+IMAGE_INSTALL_append_rcar-gen3 = " \
+ kernel-module-pvrsrvkm \
+ kernel-module-vsp2 \
+ kernel-module-vspm-if \
+ omx-user-module \
+ weston-bin \
+"