X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fmachine%2Fporter%2F50_local.conf.inc;h=7cae49299a6f92ec13cb716933765ccd65dff575;hb=refs%2Fchanges%2F89%2F7989%2F1;hp=f535a114252411e91b58e5b61ce024db0d89dc7c;hpb=85844f4d250d1a45129455c76e467e38d3b3e92c;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/porter/50_local.conf.inc b/templates/machine/porter/50_local.conf.inc index f535a1142..7cae49299 100644 --- a/templates/machine/porter/50_local.conf.inc +++ b/templates/machine/porter/50_local.conf.inc @@ -48,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 \ @@ -178,3 +184,11 @@ 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" + +# OTA-enabled live image +IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-porter-ota" +IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'porter-sdimg-ota ', '', d)}" +