From: Jan-Simon Möller Date: Mon, 26 Sep 2016 02:24:01 +0000 (+0200) Subject: Keep IMAGE_INSTALL_appends_porter concentrated in local.conf X-Git-Tag: chinook_3.0.0~127 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8158c44fdb63dc84b2c98f26e43be432c19cf03a;p=AGL%2Fmeta-agl.git Keep IMAGE_INSTALL_appends_porter concentrated in local.conf This saves an extra bbappend file which is dangling when we do try to build for porter-nogfx. Change-Id: I519670f61da21ea7cd0bf40090d36934a83a56d6 Signed-off-by: Jan-Simon Möller --- diff --git a/templates/machine/porter/50_local.conf.inc b/templates/machine/porter/50_local.conf.inc index f535a1142..570e41817 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 \