summaryrefslogtreecommitdiff
path: root/meta/classes/rootfs_rpm.bbclass
Commit message (Expand)AuthorAgeFilesLines
* rootfs_rpm: Explicitly add runtime dependencies to dependsJoshua Lock2010-03-261-1/+1
* rootfs_rpm/icecc: Sync whitespace with OE.devRichard Purdie2009-11-161-3/+3
* bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie2009-11-131-3/+3
* classes: Remove and sanitise import statementsRichard Purdie2009-11-131-1/+0
* meta/classes/rootfs_*.bbclass: Fix unset variableRichard Purdie2008-11-071-1/+1
* classes: Add mechanism to install packages into images only if they've been b...Richard Purdie2008-11-061-0/+4
* roots_rpm.bbclass: Use opkg-native to get update-alternativesRob Bradford2008-10-311-0/+4
* rootfs_rpm.bbclass: Disable non Poky repositories.Rob Braford2008-10-291-1/+1
* rootfs_rpm.bbclass: added code to generate images from feedsMarcin Juszkiewicz2008-10-071-0/+14
* rootfs_rpm.bbclass: added generation of feed entriesMarcin Juszkiewicz2008-10-071-0/+26
* rootfs_rpm.bbclass: remove temporary yum config - rootfs has one from yum pac...Marcin Juszkiewicz2008-10-071-0/+3
* rootfs_rpm.bbclass: fix platform so rpm will be usable on deviceMarcin Juszkiewicz2008-10-071-1/+1
* rootfs_rpm.bbclass: remove lock files to get rpm working on deviceMarcin Juszkiewicz2008-10-031-0/+3
* rootfs_rpm.bbclass: Set YUM_ARCH_FORCERichard Purdie2008-10-021-0/+1
* rootfs_rpm: set target architecture and do not tell yum which arch we will useMarcin Juszkiewicz2008-10-021-3/+1
* rootfs_rpm.bbclass: use more efficient way to copy packagesMarcin Juszkiewicz2008-10-021-5/+7
* packaged-staging.bbclass: Add rpm package coverageRichard Purdie2008-10-021-14/+22
* rootfs_rpm.bbclass: ship rpm and yum in target imagesMarcin Juszkiewicz2008-10-021-2/+2
* rootfs_rpm.bbclass: Add recommends handlingRichard Purdie2008-09-081-0/+4
* rootfs_rpm.bbclass: Fixup broken symlinks due to fakechroot and run any lefto...Richard Purdie2008-09-041-1/+29
* rootfs_rpm.bbclass: Add basic postinstall handling during image creationRichard Purdie2008-09-031-15/+17
* rootfs_rpm.bbclass: Remove the feed directory before packaging the imageRichard Purdie2008-08-261-0/+1
* Add rootfs_rpm.bbclass, a start at image generation from rpms. Its not expect...Richard Purdie2008-08-251-0/+148
/a> 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