From 4dc54a274d1db14e6499abf99f38057265153a15 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Jul 2010 14:20:04 +0100 Subject: layer.conf: Set BBPATH correctly Signed-off-by: Richard Purdie --- meta-extras/conf/layer.conf | 2 +- meta-moblin/conf/layer.conf | 2 +- meta-openmoko/conf/layer.conf | 2 +- meta/conf/layer.conf | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-extras/conf/layer.conf b/meta-extras/conf/layer.conf index 1ba520a5a..c992abc9f 100644 --- a/meta-extras/conf/layer.conf +++ b/meta-extras/conf/layer.conf @@ -1,5 +1,5 @@ # We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}${LAYERDIR}" +BBPATH := "${BBPATH}:${LAYERDIR}" # We have a packages directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" diff --git a/meta-moblin/conf/layer.conf b/meta-moblin/conf/layer.conf index 8f2c3c0cd..b5daea69e 100644 --- a/meta-moblin/conf/layer.conf +++ b/meta-moblin/conf/layer.conf @@ -1,5 +1,5 @@ # We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}${LAYERDIR}" +BBPATH := "${BBPATH}:${LAYERDIR}" # We have a packages directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" diff --git a/meta-openmoko/conf/layer.conf b/meta-openmoko/conf/layer.conf index 1dadce0cb..88f15b6db 100644 --- a/meta-openmoko/conf/layer.conf +++ b/meta-openmoko/conf/layer.conf @@ -1,5 +1,5 @@ # We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}${LAYERDIR}" +BBPATH := "${BBPATH}:${LAYERDIR}" # We have a packages directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index a780245c2..d0d74884e 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -1,5 +1,6 @@ +BBPATH ?= "" # We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}${LAYERDIR}" +BBPATH := "${BBPATH}:${LAYERDIR}" # We have a packages directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" -- cgit v1.2.3 enocd+libswd.git/commit/tcl/target/dsp568013.cfg?id=9d4aec6bda90ad39a140747ea270c6a09dd26440'>commitdiff
blob: 1940309800929d7787f3a6d7a2ba5c4f83a4398e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73