summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Collapse)AuthorAgeFilesLines
* package_ipk.bbclass: Simplify variable expansionRichard Purdie2008-10-101-2/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5476 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: Make the kernel depmod dependent on the presence of a kernel ↵Richard Purdie2008-10-091-3/+5
| | | | | | - some images eg an initramfs don't have this git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5473 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: generate modules.depMarcin Juszkiewicz2008-10-091-0/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5468 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_ipk.bbclass: Don't error if the file doesn't existRichard Purdie2008-10-081-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5467 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_ipk.bbclass: Fix opkg config file generationRichard Purdie2008-10-081-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5466 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_ipk/rootfs_ipk.bbclass: Update image from feed handlingRichard Purdie2008-10-082-16/+25
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5465 311d38ba-8fff-0310-9ca6-ca027cbcb966
* syslinux: We forward the LABEL through cmdlineSamuel Ortiz2008-10-081-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5458 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: added code to generate images from feedsMarcin Juszkiewicz2008-10-071-0/+14
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5436 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: added generation of feed entriesMarcin Juszkiewicz2008-10-071-0/+26
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5434 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: remove temporary yum config - rootfs has one from yum ↵Marcin Juszkiewicz2008-10-071-0/+3
| | | | | | package git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5433 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: fix platform so rpm will be usable on deviceMarcin Juszkiewicz2008-10-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5432 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add automatic osc-native dependencies for osc:// recipesRichard Purdie2008-10-071-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5425 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_rpm.bbclass: save value of RPMBUILDPATH as it is needed for packagingMarcin Juszkiewicz2008-10-031-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5413 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: remove lock files to get rpm working on deviceMarcin Juszkiewicz2008-10-031-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5412 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Ignore virtual-locale- packages when building -dev and -dbg ↵Richard Purdie2008-10-021-0/+4
| | | | | | dependency chains git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5399 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: Set YUM_ARCH_FORCERichard Purdie2008-10-021-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5398 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_rpm.bbclass: Fix dependency rebuilding bugRichard Purdie2008-10-021-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5397 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_rpm.bbclass: Fix package version fixing for PKG renamed packagesRichard Purdie2008-10-021-4/+17
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5393 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm: set target architecture and do not tell yum which arch we will useMarcin Juszkiewicz2008-10-021-3/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5391 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_rpm.bbclass: Improve handling of '-' characters in Requires and ↵Richard Purdie2008-10-021-17/+18
| | | | | | Recommends fields git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5390 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add read_subpkgdata_dict functionRichard Purdie2008-10-021-0/+13
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5389 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Write out extra useful data into the pkgdata filesRichard Purdie2008-10-021-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5388 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: use more efficient way to copy packagesMarcin Juszkiewicz2008-10-021-5/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5386 311d38ba-8fff-0310-9ca6-ca027cbcb966
* packaged-staging.bbclass: Add rpm package coverageRichard Purdie2008-10-022-14/+36
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5382 311d38ba-8fff-0310-9ca6-ca027cbcb966
* classes: Split rpm feeds by PACKAGE_ARCHRichard Purdie2008-10-021-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5381 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: ship rpm and yum in target imagesMarcin Juszkiewicz2008-10-021-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5380 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_ipk.bbclass: Fix shell commandsRichard Purdie2008-10-021-8/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5378 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_ipk.bbclass: Improve image from feed generationRichard Purdie2008-10-011-6/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5374 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename FEED_URIS -> IPK_FEED_URISRichard Purdie2008-10-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5373 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_ipk.bbclass: Add the hard bit of image generation from feeds, ↵Richard Purdie2008-10-011-1/+34
| | | | | | controlled by a BUILD_IMAGES_FROM_FEEDS variable git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5372 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bootimg.bbclass: Set nostamp for the bootimg taskRichard Purdie2008-10-011-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5369 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gconf.bbclass: depend also on gconf-nativeMarcin Juszkiewicz2008-10-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5361 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Revert unintended commitsRichard Purdie2008-09-301-6/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5353 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't ↵Richard Purdie2008-09-301-0/+6
| | | | | | cache the recipe. Based on work from Heikki Paajanen git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5352 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: make ext2/ext3 images autoresizeMarcin Juszkiewicz2008-09-251-0/+1
| | | | | | | | | | New variable IMAGE_EXTRA_SPACE contains amount of kilobytes which has to be added to size of IMAGE_ROOTFS. Resulting size is then passed to genext2fs util. As a result we do not have to specify size for ROOTFS_SIZE anymore. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5269 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Initial support for netbooks with a poky-image-netbook(-live) image target.Joshua Lock2008-09-251-1/+8
| | | | | | | This needs much love from folk with UI and WM skills. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5266 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Adjust to handle split packages already being present in ↵Richard Purdie2008-09-101-3/+2
| | | | | | PACKAGES git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5177 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bootimg: Adding a rootfs to the disk imageSamuel Ortiz2008-09-101-1/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5172 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: Add recommends handlingRichard Purdie2008-09-081-0/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5158 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.bbclass: Add https mirror sourceRichard Purdie2008-09-071-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5155 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: Fixup broken symlinks due to fakechroot and run any ↵Richard Purdie2008-09-041-1/+29
| | | | | | leftover postinstalls on real hardware at first boot git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5143 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gconf.bbclass: Drop configure/install/upgarde checks since not all SCMs ↵Richard Purdie2008-09-041-22/+18
| | | | | | support these in postinstalls git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5137 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: Add basic postinstall handling during image creationRichard Purdie2008-09-031-15/+17
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5134 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_rpm.bbclass: Add support for postinst and preinst scriptsRichard Purdie2008-09-031-3/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5131 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_rpm.bbclass: Fix problems with package version with '-' in the ↵Richard Purdie2008-09-031-6/+26
| | | | | | version (replace with '+'), improve the Requires and Recommends generation code git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5129 311d38ba-8fff-0310-9ca6-ca027cbcb966
* syslinux.bbclass: Update to use more modern and efficient functionsRichard Purdie2008-09-031-7/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5127 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_rpm.bbclass: files needs to start from /Marcin Juszkiewicz2008-08-281-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5116 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_rpm.bbclass: Remove the feed directory before packaging the imageRichard Purdie2008-08-261-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5112 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_rpm.bbclass: Stop autogenerated dependencies for now, its not ↵Richard Purdie2008-08-261-0/+2
| | | | | | functioning correctly git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5111 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sanity.bbclass: Provide preserving the mmap_min_addr setting over rebootsRichard Purdie2008-08-261-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5106 311d38ba-8fff-0310-9ca6-ca027cbcb966