summaryrefslogtreecommitdiff
path: root/meta/classes
AgeCommit message (Collapse)AuthorFiles
2008-11-10image.bbclass: Fix typoRichard Purdie1
2008-11-10image.bbclass: Add function to write out an image manifestRichard Purdie2
2008-11-10bootimg: Let mkdosfs choose between fat12 and fat16Samuel Ortiz1
2008-11-10image.bbclass: Add routine for disabling x startup when neededSamuel Ortiz1
2008-11-10Add missing ";" to the ROOTFS_POSTPROCESS_COMMAND stringSamuel Ortiz1
2008-11-07meta/classes/rootfs_*.bbclass: Fix unset variableRichard Purdie2
2008-11-07distutils.bbclass: Remove .pyo object files before packaging.Joshua Lock1
2008-11-06classes: Add mechanism to install packages into images only if they've been ↵Richard Purdie4
built
2008-11-06bootimg: As image size grows, we want to switch to FAT16Samuel Ortiz1
2008-11-04base.bbclass: Improve the git proxy syntax to match the http/ftp syntax tooRichard Purdie1
2008-11-04packaged-staging.bbclass: Ignore errors resulting from parallel threads clashingRichard Purdie1
2008-11-04autotools.bbclass: Handle /lib as well as /usr/lib in autotools_stage_allRichard Purdie1
2008-11-04base.bbclass: Set GIT_CONFIG correctlyRichard Purdie1
2008-11-04base.bbclass: Fix whitepsace damageRichard Purdie1
2008-11-04base.bbclass: Create ~/.gitconfig if it doesn't already existRichard Purdie1
2008-11-04linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINERichard Purdie1
2008-11-03packaged-staging.bbclass: Make sure target directory exists, fixing build ↵Richard Purdie1
failures
2008-11-03sdk.bbclass: Fix PKG_CONFIG_DIR valueRichard Purdie1
2008-10-31roots_rpm.bbclass: Use opkg-native to get update-alternativesRob Bradford1
2008-10-31base.bbclass: Fix infinite loopRichard Purdie1
2008-10-31base.bbclass: Fix typoRichard Purdie1
2008-10-31base.bbclass: Fix the git config file writing codeRichard Purdie1
2008-10-31base.bbclass: Fix getVar callRichard Purdie1
2008-10-31base.bbclass: Add missing import osRichard Purdie1
2008-10-31base.bbclass: Add missing import bbRichard Purdie1
2008-10-30base.bbclass: Additional git proxy support.Joshua Lock1
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 Braford1
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 Ortiz1
2008-10-28package_rpm.bbclass: Don't use the system wide RPM macros.Rob Bradford1
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 Purdie1
2008-10-27bootimg: copy rootfs to ISO imageSamuel Ortiz1
We are only copying the initrd right now.
2008-10-23base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLsRichard Purdie1
2008-10-20packaged-staging.bbclass: Avoid removing the staging.lock lock file.Robert Bradford1
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 Bradford1
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 Zaborowski1
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 Ortiz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5535 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-17sdk.bbclass: Rewrite PACKAGE_ARCHSRichard Purdie1
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 Purdie1
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 Purdie1
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 Purdie1
- 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 Juszkiewicz1
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 Purdie1
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 Purdie1
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 Purdie2
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 Ortiz1
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 Juszkiewicz1
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 Juszkiewicz1
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 Juszkiewicz1
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 Juszkiewicz1
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 Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5425 311d38ba-8fff-0310-9ca6-ca027cbcb966