From e91d59a87a7d68b2d258a26fad0c352beb75656c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 13 Jan 2011 11:21:35 +0100 Subject: [PATCH] meta-angstrom: switch BBPATH around to get our custom base.bbclass picked up Signed-off-by: Koen Kooi --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 23c14ae..e03b819 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,5 +1,5 @@ # We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}:${LAYERDIR}" +BBPATH := "${LAYERDIR}:${BBPATH}" # We have a recipes directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \