summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2016-02-18 15:33:32 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-02-22 15:05:05 +0100
commit98215b7665c965316eec60348bdbdf6f1b3cbdcf (patch)
tree85522768fcb69f92cbf8497f4253c54df85635bf
parent2847868a9682fe891e3554abfdfbc11bb599b992 (diff)
downloadmeta-enea-bsp-arm-98215b7665c965316eec60348bdbdf6f1b3cbdcf.tar.gz
layer.conf: remove images from bsp layer
Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--conf/layer.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index ef5f722..cc5b54f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -3,7 +3,6 @@ BBPATH .= ":${LAYERDIR}"
3 3
4# We have recipes-* directories, add to BBFILES 4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/images/* \
7 ${LAYERDIR}/packagegroups/* \ 6 ${LAYERDIR}/packagegroups/* \
8 ${LAYERDIR}/recipes-*/*/*.bbappend" 7 ${LAYERDIR}/recipes-*/*/*.bbappend"
9 8