summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-26 04:27:16 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-26 04:27:19 +0200
commitcd6ada027733b45c78a8d4dd1575296e27e3ae56 (patch)
treee9a05c05bbdee708d3ff952387617b945e4c0c4f
parent770fb50f0ac05731dd1389bfceb171253425855d (diff)
Move IMAGE_INSTALL_append to existing statements in local.conf
This avoids a dangling bbappend if agl-demo is not included (e.g. for porter-nogfx). As we have already similar statements in the conf/local.conf this groups them there. Change-Id: Id58d59837d752c0eb982189ba24882de8d5d84c2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-rcar-gen2/recipes-platform/images/agl-demo-platform.bbappend6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-rcar-gen2/recipes-platform/images/agl-demo-platform.bbappend b/meta-rcar-gen2/recipes-platform/images/agl-demo-platform.bbappend
deleted file mode 100644
index ff72c8a..0000000
--- a/meta-rcar-gen2/recipes-platform/images/agl-demo-platform.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-# for Renesas R-Car2 M2 Porter
-IMAGE_INSTALL_append_porter = " \
- gles-kernel-module \
- libegl \
- libgbm-dev \
- "