From b557d3712e2d7b79445fe40fbe77550c0c7a3300 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 14 May 2012 14:48:08 +0300 Subject: [PATCH] layer.conf: added test images to BBFILES. Signed-off-by: Marko Lindqvist --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index a1b6ad3..ac11d0a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend" +BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/test/images/*/*.bb" BBFILE_COLLECTIONS += "games-layer" BBFILE_PATTERN_games-layer := "^${LAYERDIR}/"