X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fmachine%2Fporter%2F50_local.conf.inc;h=570e4181712c9226ca7dd918b8ba36011f133785;hb=8158c44fdb63dc84b2c98f26e43be432c19cf03a;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..570e41817 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 \