summaryrefslogtreecommitdiff
path: root/meta/classes/bootimg.bbclass
Commit message (Expand)AuthorAgeFilesLines
* bootimg.bbclass: Fix dependency nameRichard Purdie2010-03-251-1/+1
* bootimg/boot-directdisk.bbclass: Update afer syslinux changes, fix mbr.bin lo...Richard Purdie2010-03-251-4/+2
* bootimg.bbclass: Improve documentationRichard Purdie2010-03-251-4/+18
* bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie2009-11-131-5/+5
* bootimg: Let mkdosfs choose between fat12 and fat16Samuel Ortiz2008-11-101-1/+1
* bootimg: As image size grows, we want to switch to FAT16Samuel Ortiz2008-11-061-1/+1
* bootimg: copy rootfs to ISO imageSamuel Ortiz2008-10-271-0/+4
* syslinux-native: Try to make syslinux cross-compile friendly.Andrzej Zaborowski2008-10-201-3/+4
* bootimg: Add symbolic links to iso and hddimgSamuel Ortiz2008-10-171-0/+9
* bootimg.bbclass: Set nostamp for the bootimg taskRichard Purdie2008-10-011-0/+1
* bootimg: Adding a rootfs to the disk imageSamuel Ortiz2008-09-101-1/+5
* bootimg.bbclass: removed bootsplash task support - we do not have such oneMarcin Juszkiewicz2008-03-111-4/+1
* Remove hardcoded staging layout assumptionsRichard Purdie2007-11-121-2/+2
* bootimg.bbclass: Fix taskname referenceRichard Purdie2007-10-111-1/+1
* bootimg.bbclass: get kernel from proper directory in stagingMarcin Juszkiewicz2007-06-111-2/+2
* bootimg.bbclass: fixed generation of ISO & HDD imagesMarcin Juszkiewicz2007-06-081-15/+18
* bootimg: reformatted againMarcin Juszkiewicz2007-06-081-5/+6
* bootimg: reformattedMarcin Juszkiewicz2007-06-081-1/+4
* bootimg.bbclass: imported from OE, updated to recent BitBakeMarcin Juszkiewicz2007-06-081-0/+90
'>248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399