From 47d88017bac43be4b8a1b29e99d927bf5886f283 Mon Sep 17 00:00:00 2001 From: Rahul Saxena Date: Mon, 19 Mar 2012 17:15:22 -0700 Subject: [PATCH] meta-cedartrail: update BBFILES to include meta-intel/common path Update BBFILES to include the path to xserver-xf86-dri-lite_1.9.3.bb Cedar Trail PVR driver is dependent on Version 1.9.3 of xserver. Signed-off-by: Rahul Saxena Signed-off-by: Tom Zanussi --- meta-cedartrail/conf/layer.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-cedartrail/conf/layer.conf b/meta-cedartrail/conf/layer.conf index cb4142d0..c506c5bd 100755 --- a/meta-cedartrail/conf/layer.conf +++ b/meta-cedartrail/conf/layer.conf @@ -3,7 +3,9 @@ BBPATH := "${BBPATH}:${LAYERDIR}" # We have a recipes directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" + ${LAYERDIR}/recipes-*/*/*.bbappend \ + ${LAYERDIR}/../common/recipes-graphics/*/*.bb \ + ${LAYERDIR}/../common/recipes-graphics/*/*.bbappend" BBFILE_COLLECTIONS += "cedartrail" BBFILE_PATTERN_cedartrail := "^${LAYERDIR}/"