summaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Collapse)Author
2008-11-06bootimg: As image size grows, we want to switch to FAT16Samuel Ortiz
2008-11-04base.bbclass: Improve the git proxy syntax to match the http/ftp syntax tooRichard Purdie
2008-11-04packaged-staging.bbclass: Ignore errors resulting from parallel threads clashingRichard Purdie
2008-11-04autotools.bbclass: Handle /lib as well as /usr/lib in autotools_stage_allRichard Purdie
2008-11-04base.bbclass: Set GIT_CONFIG correctlyRichard Purdie
2008-11-04base.bbclass: Fix whitepsace damageRichard Purdie
2008-11-04base.bbclass: Create ~/.gitconfig if it doesn't already existRichard Purdie
2008-11-04linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINERichard Purdie
2008-11-03packaged-staging.bbclass: Make sure target directory exists, fixing build ↵Richard Purdie
failures
2008-11-03sdk.bbclass: Fix PKG_CONFIG_DIR valueRichard Purdie
2008-10-31roots_rpm.bbclass: Use opkg-native to get update-alternativesRob Bradford
2008-10-31base.bbclass: Fix infinite loopRichard Purdie
2008-10-31base.bbclass: Fix typoRichard Purdie
2008-10-31base.bbclass: Fix the git config file writing codeRichard Purdie
2008-10-31base.bbclass: Fix getVar callRichard Purdie
2008-10-31base.bbclass: Add missing import osRichard Purdie
2008-10-31base.bbclass: Add missing import bbRichard Purdie
2008-10-30base.bbclass: Additional git proxy support.Joshua Lock
Add to the git proxy support so that the proxy configuration can be propogated to the git config (etc/gitconfig in staging). Add support for ignored hosts in the git proxy. Examples in site.conf.sample
2008-10-29rootfs_rpm.bbclass: Disable non Poky repositories.Rob Braford
Only use repositories that begin "poky-feed". This prevents contamination with system repositories. It may be better to patch yum not to ever look in the system repository locations (i.e. /etc/yum.repos.d).
2008-10-29kernel.bbclass: We dont want to tar lib/ if we dont have any modulesSamuel Ortiz
2008-10-28package_rpm.bbclass: Don't use the system wide RPM macros.Rob Bradford
This fixes the build on Fedora 10 where the RPM system macros obliterate the value of BuildRoot that is set in the spec file.
2008-10-28image.bbclass: Add INHIBIT_DEFAULT_DEPSRichard Purdie
2008-10-27bootimg: copy rootfs to ISO imageSamuel Ortiz
We are only copying the initrd right now.
2008-10-23base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLsRichard Purdie
2008-10-20packaged-staging.bbclass: Avoid removing the staging.lock lock file.Robert Bradford
The pstage_manualclean function can be called on a directory containing an actively held lock on staging. Removing the lock file whilst the lock is held results in a failure when the lock is released. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5553 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20base.bbclass: Output notes only on BB <= 1.8.xRobert Bradford
With BB > 1.9 the UI can output the details of an event as it chooses. They do not need to be converted into notes. Without this patch spurious messages are generated on BB 1.9. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5540 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20syslinux-native: Try to make syslinux cross-compile friendly.Andrzej Zaborowski
We only had one package for building both the bootloader and the installer, i.e. target and host code. It used always the host compiler. Split the package into syslinux and syslinux-installer-native, require both for a cd bootable image. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5539 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-17bootimg: Add symbolic links to iso and hddimgSamuel Ortiz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5535 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-17sdk.bbclass: Rewrite PACKAGE_ARCHSRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5532 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-17syslinux.bbclass: Clean up boot menu titleRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5521 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-10package_ipk.bbclass: Simplify variable expansionRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5476 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-09image.bbclass: Make the kernel depmod dependent on the presence of a kernel ↵Richard Purdie
- 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
2008-10-09image.bbclass: generate modules.depMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5468 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-08rootfs_ipk.bbclass: Don't error if the file doesn't existRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5467 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-08package_ipk.bbclass: Fix opkg config file generationRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5466 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-08package_ipk/rootfs_ipk.bbclass: Update image from feed handlingRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5465 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-08syslinux: We forward the LABEL through cmdlineSamuel Ortiz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5458 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-07rootfs_rpm.bbclass: added code to generate images from feedsMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5436 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-07rootfs_rpm.bbclass: added generation of feed entriesMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5434 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-07rootfs_rpm.bbclass: remove temporary yum config - rootfs has one from yum ↵Marcin Juszkiewicz
package git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5433 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-07rootfs_rpm.bbclass: fix platform so rpm will be usable on deviceMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5432 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-07base.bbclass: Add automatic osc-native dependencies for osc:// recipesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5425 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-03package_rpm.bbclass: save value of RPMBUILDPATH as it is needed for packagingMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5413 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-03rootfs_rpm.bbclass: remove lock files to get rpm working on deviceMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5412 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-02package.bbclass: Ignore virtual-locale- packages when building -dev and -dbg ↵Richard Purdie
dependency chains git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5399 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-02rootfs_rpm.bbclass: Set YUM_ARCH_FORCERichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5398 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-02package_rpm.bbclass: Fix dependency rebuilding bugRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5397 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-02package_rpm.bbclass: Fix package version fixing for PKG renamed packagesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5393 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-02rootfs_rpm: set target architecture and do not tell yum which arch we will useMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5391 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-02package_rpm.bbclass: Improve handling of '-' characters in Requires and ↵Richard Purdie
Recommends fields git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5390 311d38ba-8fff-0310-9ca6-ca027cbcb966