aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Expand)Author
2015-11-16gammu: add missing dependency on libgudevMartin Jansa
2015-11-16fbida: add PACKAGECONFIG for lircMartin Jansa
2015-11-16devicekit-power: add missing dependency on libgudevMartin Jansa
2015-11-11ktap: add libelf PACKAGECONFIG also to ktap-moduleMartin Jansa
2015-11-11Revert "luajit: Upgrade to 2.1 beta1"Martin Jansa
2015-11-11samba: systemv-init script must be executableJens Rehsack
2015-11-06wipe: add version 0.23Hongxu Jia
2015-11-06tmux: update to 2.1Dan McGregor
2015-11-06libsmi: add configure fileKai Kang
2015-11-06libtevent: add missing dependency on libcapJackie Huang
2015-11-06mariadb: update to 5.5.46Randy MacLeod
2015-11-06ninja-native: add initial recipe, ninja 1.6.0Andre McCurdy
2015-11-06libubox: fix libdirRoy Li
2015-11-06python-pyqt: Fix build for aarch64.Philip Balister
2015-11-06libssh2: specify the search dir to avoid host contaminationJackie Huang
2015-11-06samba: install pam libraries to base_libdirAndreas Müller
2015-11-06samba: add cups to DEPENDSAndreas Müller
2015-11-06luajit: drop a note for build machine requirementsAndreas Müller
2015-11-06cdrkit: initial add 1.1.11Andreas Müller
2015-11-06fontforge: avoid cloning uthash during do_compileAndreas Müller
2015-11-06uthash: add native extendAndreas Müller
2015-11-06fontforge: use autotools-bootstrap.bbclassAndreas Müller
2015-11-06gnulib: add native extendAndreas Müller
2015-11-06autotools-bootstrap.bbclass: initial addAndreas Müller
2015-11-06gnulib: move meta-networking -> meta-oeAndreas Müller
2015-11-02rrdtool: fix compile errorJens Rehsack
2015-11-02waf-samba.bbclass: add missing qemu optionsJackie Huang
2015-11-02libx86-1: add the recipeRoy Li
2015-11-02samba: add support for sysvinit via lsb-init-functionsJens Rehsack
2015-11-02nodejs: use oe_runmake to respect PARALLEL_MAKEMartin Jansa
2015-11-02konkretcmpi: depend on swig-nativeMartin Jansa
2015-10-26rrdtool: adding the capability of native-builds to get rrdtool-oo in meta-cpa...Jens Rehsack
2015-10-26freerdp: get out of PNBLACKLIST, fix build, improveManuel Bachmann
2015-10-26libeigen: patch to install the find cmake scriptLukas Bulwahn
2015-10-26libeigen: update to 3.2.6Lukas Bulwahn
2015-10-26poppler: update to 0.37.0Andreas Müller
2015-10-26libmodbus: version 3.0.5 -> 3.0.6Joe Slater
2015-10-23libsdl2-image: Initial add 2.0.0Andreas Müller
2015-10-23libvpx: avoid CVE-2015-1258Andreas Müller
2015-10-23libuio: fix build issue with gcc-5Jagadeesh Krishnanjanappa
2015-10-23rrdtool: fix multilib problemQi.Chen@windriver.com
2015-10-23rrdtool: add systemd support and fix QA issueQi.Chen@windriver.com
2015-10-23rrdtool: fix file locationsQi.Chen@windriver.com
2015-10-23rrdtool: fix useless-rpath QA issueQi.Chen@windriver.com
2015-10-23sysdig: Fix build with lua >= 5.2Khem Raj
2015-10-23luajit: Upgrade to 2.1 beta1Khem Raj
2015-10-23poppler: Support building against QT4-embeddedGary Thomas
2015-10-23lmsensors: remove unused service fileLi Xin
2015-10-23lmsensors-config: add configuration file sensordLi Xin
2015-10-23iperf3 :upgrade to 3.1Chunrong Guo
='rbt/xmlto'>rbt/xmlto OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/create-pull-request
blob: be493795b56e5f500173305cc3f3b226b70f57d3 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257