Keep IMAGE_INSTALL_appends_porter concentrated in local.conf
[AGL/meta-agl.git] / templates / machine / porter / 50_local.conf.inc
index 72b255d..570e418 100644 (file)
@@ -19,13 +19,14 @@ IMAGE_INSTALL_append_porter = " \
     gstreamer1.0-plugins-base-alsa \
     gstreamer1.0-plugins-good-autodetect \
     gstreamer1.0-plugins-good-isomp4 \
-    gstreamer1.0-plugins-good-video4linux2 \
     gstreamer1.0-plugins-good-videocrop \
     gstreamer1.0-plugins-bad-asfmux \
     gstreamer1.0-plugins-bad-fbdevsink \
     gstreamer1.0-plugins-bad-faad \
     gstreamer1.0-plugins-bad-videoparsersbad \
 "
+#    gstreamer1.0-plugins-good-video4linux2  (temp disabled)
+
 # for graphics acceleration
 #
 # Uncoment below if want to use multimedia acceleration
@@ -47,6 +48,12 @@ IMAGE_INSTALL_append_porter = " \
     alsa-utils alsa-utils-config alsa-tools \
 "
 
+IMAGE_INSTALL_append_porter = " \
+    gles-kernel-module \
+    libegl \
+    libgbm-dev \
+    "
+
 # For Bluetooth hardware support
 BT_KERNEL_MODULES = " \
     kernel-module-btusb \