Keep IMAGE_INSTALL_appends_porter concentrated in local.conf 31/6631/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 26 Sep 2016 02:24:01 +0000 (04:24 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 26 Sep 2016 12:02:14 +0000 (12:02 +0000)
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 <jsmoeller@linuxfoundation.org>
templates/machine/porter/50_local.conf.inc

index f535a11..570e418 100644 (file)
@@ -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 \