Move machine-dependent sota configuration to machine templates
[AGL/meta-agl.git] / templates / machine / porter / 50_local.conf.inc
index 72b255d..b50fcf7 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 \
@@ -177,3 +184,6 @@ DISTRO_FEATURES_append = " h264avcenc_lib"
 #DISTRO_FEATURES_append = " aacsdec_mdw"
 # ARM AAC Encode Middleware for Linux
 #DISTRO_FEATURES_append = " aacenc_mdw"
+
+# Commit united image to OSTree, not just uImage
+OSTREE_KERNEL = "uImage+dtb"