aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
AgeCommit message (Expand)Author
2014-01-28image.bbclass: fix paths to run-postinstsRoss Burton
2014-01-06image.bbclass: add ability to set systemd default targetChen Qi
2013-12-14image.bbclass: fix for zap_root_passwordChen Qi
2013-12-14image.bbclass: default USE_DEVFS to '1'Chen Qi
2013-12-09buildhistory.bbclass/image.bbclass: remove obsolete codesRoy Li
2013-11-29image.bbclass: Depend on virtual/kernel:do_deployRichard Purdie
2013-11-26classes/image: write image manifestPaul Eggleton
2013-11-14classes/image-empty: removePaul Eggleton
2013-10-14image types: split live into iso and hddimgValentin Popa
2013-09-24image.bbclass: uninstall package only if it's already installedChen Qi
2013-09-20classes/testimage-auto: add class to allow automatically running image testsPaul Eggleton
2013-09-13bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific dir...Richard Purdie
2013-09-11image/populate_sdk: Ensure symlinks in target sysroot are relativeRichard Purdie
2013-09-06kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bund...Jason Wessel
2013-09-01meta: Don't use deprecated bitbake APIRichard Purdie
2013-08-26classes: Remove references to _remove in function names since this may become...Richard Purdie
2013-08-22image.bbclass: Add basic support for PACKAGE_EXCLUDEMark Hatle
2013-08-16openssh: fix for read-only rootfsChen Qi
2013-08-16image.bbclass: create device table after package installationChen Qi
2013-08-13image.bbclass: Move runtime_mapping_rename to avoid conflict w/ multilibMark Hatle
2013-07-27classes/image: ensure BAD_RECOMMENDATIONS supports pre-renamed package namesPaul Eggleton
2013-06-10image.bbclass: remove unneeded files from the imageLaurentiu Palcu
2013-05-23image.bbclass: add postinst_enable_loggingChen Qi
2013-05-14image.bbclass: Add package-management image feature to validitemsKhem Raj
2013-05-12classes/image: show an error on invalid IMAGE_FEATURESPaul Eggleton
2013-05-09image/kernel-module-split/eglibc-ld.inc: Remove has_key() usageRichard Purdie
2013-05-03image.bbclass: Don't mark do_rootfs and do_build as nostampPhil Blundell
2013-05-03classes/image: allow complementary package globs to be extendedPaul Eggleton
2013-04-22image.bbclass: change the logic when intercepts failLaurentiu Palcu
2013-04-13package/image.bbclass: Fix multilib rprovidesRichard Purdie
2013-04-08image.bbclass: fix postinstall intercepts fallbackLaurentiu Palcu
2013-03-18image.bbclass: Drop legacy export of IMAGE_BASENAMERichard Purdie
2013-03-07image.bbclass: add a hook funtion to support readonly rootfsChen Qi
2013-03-05populate_sdk_base/image: Fix races for variable mappingsRichard Purdie
2013-03-01module.bbclass: Create a new depmodwrapper to assist cross-installsMark Hatle
2013-02-12image.bbclass: add fall-back functionality when running interceptsLaurentiu Palcu
2013-02-07image.bbclass: Add MLPREFIX to DEPENDSRichard Purdie
2013-02-06image.bbclass: add a proper error message if hook script failsLaurentiu Palcu
2013-01-25Split do_packagedata task from do_packageRichard Purdie
2013-01-18classes/image: improve debug-tweaks ssh server configurationPaul Eggleton
2013-01-07image.bbclass: quote TARGET_VENDOREnrico Scholz
2012-12-25Add a new distro feature "ptest".Björn Stenberg
2012-12-19classes/image: handle multilibs in complementary package lookupPaul Eggleton
2012-12-07image/populate_sdk: Simplify imagetest inclusion and drop dummy class fileRichard Purdie
2012-12-06image.bbclass: run postinst scripts once, at rootfs timeLaurentiu Palcu
2012-11-19image.bbclass: Add missing dependency on do_package dataRichard Purdie
2012-09-12image.bbclass: Enable the complementary install to be called w/ globbing paramsMark Hatle
2012-09-10core-image: allow root login when debug-tweaks is enabledSaul Wold
2012-09-03packagegroup-core-console: removePaul Eggleton
2012-09-02image.bbclass: Convert runtime_mapping_rename to event handlerRichard Purdie
='paule/recipetool-fixes7'>paule/recipetool-fixes7 OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-module-split.bbclass
blob: e1a70e6215dc6d7311d612fde556cc79273595e9 (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