aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMike Looijmans <mike.looijmans@topic.nl>2015-05-22 08:29:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-23 08:14:28 +0100
commit7023f5431345e1613bc155be5a9560c8a88e8642 (patch)
tree98b0aa3361637f30d8f1dc1fe5b86c9e4816ddf2 /conf
parent989c08f62aff7b707c25c692c23284f16506b7bc (diff)
downloadbitbake-7023f5431345e1613bc155be5a9560c8a88e8642.tar.gz
bitbake.conf: Set GITPKGV variable
Set GITPKGV to mimic the meta-openembedded 'gitpkgv' class. This allows a recipe to simply set: PKGV="1.2+${GITPKGV}" And no longer needs to inherit gitpkgv class. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index a35219d18..5dafd5284 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -47,3 +47,4 @@ TARGET_ARCH = "${BUILD_ARCH}"
TMPDIR = "${TOPDIR}/tmp"
WORKDIR = "${TMPDIR}/work/${PF}"
PERSISTENT_DIR = "${TMPDIR}/cache"
+GITPKGV = "${@bb.fetch2.get_srcrev(d, 'gitpkgv_revision')}"
Qi/rsync-usleep OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/oe-init-build-env-memres
blob: c1dc4fe3ef972a1cb1029b2169e7a0f59aaae27d (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
74
75
76
77
78
79
80
81
82
83
84