diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-09-26 04:24:01 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-09-26 12:02:14 +0000 |
commit | 8158c44fdb63dc84b2c98f26e43be432c19cf03a (patch) | |
tree | f7c1191fb1c8a97f8ac95f315ee5a1b54ba025f5 /templates/machine/porter | |
parent | d2f61e9bdc4740ec7d5b0fec128faeea102df1e2 (diff) |
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/porter')
-rw-r--r-- | templates/machine/porter/50_local.conf.inc | 6 |
1 files changed, 6 insertions, 0 deletions
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 \ |