aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Expand)Author
2012-05-30update-alternatives.bbclass: Change from using PN to BPNMark Hatle
2012-05-30update-alternatives.bbclass: Refactor the implementationMark Hatle
2012-05-25image.bbclass: Ensure ${S} is cleaned at the start of rootfs generationRichard Purdie
2012-05-25package.bbclass: Add additional debugging for dependenciesMark Hatle
2012-05-25utils.bbclass: remove the unused oe_systemRobert Yang
2012-05-24sanity.bbclass: check sanity at BuildStarted rather than ConfigParsedJoshua Lock
2012-05-24sanity.bbclass: catch an extra exception in check_create_long_filenameJoshua Lock
2012-05-24sanity.bbclass: add extra information when SSTATE_CACHE unusableJoshua Lock
2012-05-24sanity.bbclass: add newline to check_create_long_filename failure messageJoshua Lock
2012-05-24sanity.bbclass: data.getVar(VAR, obj, exp) -> obj.getVar(VAR, exp)Joshua Lock
2012-05-24sanity.bbclass: copy the data store and finalise before running checksJoshua Lock
2012-05-24Revert "sanity.bbclass: check user can read and write to SSTATE_DIR"Joshua Lock
2012-05-24distutils.bbclass: don't delete .pyo filesAndreas Oberritter
2012-05-24package_rpm.bbclass: Fix incremental rpm image generationRobert Yang
2012-05-24classes/base: add checksum file list at parse timePaul Eggleton
2012-05-20libc-package: Add sh4 and mips64 to arch optionsKhem Raj
2012-05-20kernel-arch.bbclass: Map mips64{el} to mips KARCHKhem Raj
2012-05-20insane.bbclass: Add mips64{el} to known machinesKhem Raj
2012-05-18sstate.bbclass: Make sure we don't have an empty fixmepath fileMark Hatle
2012-05-18multilib.bbclass: Added multilib specific package QA.Lianhao Lu
2012-05-18(libc-)package.bbclass: Added MLPREFIX to locale packages.Lianhao Lu
2012-05-17sanity.bbclass: check user can read and write to SSTATE_DIRJoshua Lock
2012-05-17archiver.bbclass: Add two default set for avoiding error when missing assignmentXiaofeng Yan
2012-05-17meta/classes/sstate.bbclass: ensure sstate files have group R/WJoshua Lock
2012-05-17kernel.bbclass: add deploy link to KERNEL_IMAGETYPEChristopher Larson
2012-05-16classes/mirrors.bbclass: Point snapshot.debian.org mirror to working locationKhem Raj
2012-05-15sstate.bbclass: Optimize the generation and install path fixupsMark Hatle
2012-05-13classes/rootfs_*: fix splitting package dependency stringsPaul Eggleton
2012-05-12package.bbclass: Drop dubious use of packages[0] from do_split_packages and d...Richard Purdie
2012-05-11kernel-yocto: export GUILT_BASE to devshellBruce Ashfield
2012-05-11package.bbclass: Drop EXPORT_FUNCTIONS use against mapping_rename_hookRichard Purdie
2012-05-11sstate.bbclass: Improve sstate_installpkg performanceMark Hatle
2012-05-11typecheck.bbclass: update per current variable typing codeChristopher Larson
2012-05-11sanity.bbclass: Detect empty $PATH components tooPeter Seebach
2012-05-11blacklist.bbclass: Refactor, use PNBLACKLIST[pn]Mark Hatle
2012-05-11blacklist: fix typo in nameMark Hatle
2012-05-09libc-package.bbclass: Add MLPREFIX while dynamically set RDEPENDSDongxiao Xu
2012-05-09image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage siteinfoTing Liu
2012-05-09sanity.bbclass: Implement initial toolchain sanity checksPeter Seebach
2012-05-08linux-yocto: streamline support for multiple upstream repo typesBruce Ashfield
2012-05-06image.bbclass,kernel.bbclass: Use kmod-native instead of module-init-tools-crossKhem Raj
2012-05-06terminal.bbclass, oe-buildenv-internal: pass SCREENDIR environment variableJason Wessel
2012-05-04buildhistory: fix multiple commit of images and packages at the same timePaul Eggleton
2012-05-03kernel.bbclass: move kernel-vmlinux up in PACKAGESChristopher Larson
2012-05-03libc-package: rework ''precompiled' locale handlingChristopher Larson
2012-05-03base.bbclass: use isinstance for base_eventhandlerChristopher Larson
2012-05-03bitbake.conf: shift build config summary control to hereChristopher Larson
2012-04-27package_rpm: Only rebuild the indexes if the packages have changedRichard Purdie
2012-04-26package_rpm.bbclass: Replace shell provides/requires script with python versionRichard Purdie
2012-04-26classes: Add recipe class to overridesRichard Purdie