From 30d0bbfb0194aaed4eeba720fdbd2da216f9ae2d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 22 Feb 2012 21:59:33 +0000 Subject: [PATCH] layer.conf: We really need to be able to override files in the core so reverse BBPATH priority Signed-off-by: Richard Purdie --- meta-yocto/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf index 68786b294b..791796243f 100644 --- a/meta-yocto/conf/layer.conf +++ b/meta-yocto/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 packages directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \