From 8158c44fdb63dc84b2c98f26e43be432c19cf03a Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 26 Sep 2016 04:24:01 +0200 Subject: Keep IMAGE_INSTALL_appends_porter concentrated in local.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- templates/machine/porter/50_local.conf.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates') 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 \ -- cgit 1.2.3-korg