X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fmachine%2Fporter%2F50_local.conf.inc;h=b50fcf7c4e4852425b598a931c5fb2a47711926b;hb=refs%2Fchanges%2F33%2F6933%2F3;hp=72b255de4080180f412f9390bfed773d466134ce;hpb=24c89f22961bab9a995ab9c18881a3109a1c8109;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/porter/50_local.conf.inc b/templates/machine/porter/50_local.conf.inc index 72b255de4..b50fcf7c4 100644 --- a/templates/machine/porter/50_local.conf.inc +++ b/templates/machine/porter/50_local.conf.inc @@ -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"