diff options
author | Philippe Coval <philippe.coval@osg.samsung.com> | 2016-05-17 18:18:25 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-05-18 15:02:54 +0000 |
commit | 2b0260759b5e6643b98fd18982ee9ccd7ecb13e8 (patch) | |
tree | 259a4a4a852147077a3ef868e517b86fd98e80e6 | |
parent | b4dedf13f6545df00893e080e51c782e23ca00b3 (diff) |
aglbsp: use shared recipes from this layer
This change will makes weston pull mesa-megadriver
As I observed that weston was crashing on intel-corei7-64
because there were no dri backend available in default image.
This change has been successly tested on Minnowboard Max
where /usr/lib/dri/i915_dri.so is loaded correctly
Bug-AGL: SPEC-186
Change-Id: I6bdd6d8a0d330e607ccc031ba0d2da17137a5635
Origin: https://github.com/TizenTeam/meta-agl
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
-rw-r--r-- | meta-agl-bsp/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/layer.conf b/meta-agl-bsp/conf/layer.conf index c78c76299..fdde8350e 100644 --- a/meta-agl-bsp/conf/layer.conf +++ b/meta-agl-bsp/conf/layer.conf @@ -7,6 +7,9 @@ BBPATH =. "${LAYERDIR}:" BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ for layer in BBFILE_COLLECTIONS.split())}" +# Add shared recipes among BSPs +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" + BBFILE_COLLECTIONS += "aglbsp" BBFILE_PATTERN_aglbsp = "^${LAYERDIR}/" BBFILE_PRIORITY_aglbsp = "7" |