summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* bitbake.conf/image.bbclass: Ensure images use the correct passwd/group filesRichard Purdie2011-12-131-0/+2
* buildhistory bbclass: avoid absolute paths for files-in-image.txt to avoid di...Koen Kooi2011-12-061-1/+1
* distrodata.bbclass:Fix some recipes upstream version check issue.Mei Lei2011-12-061-1/+1
* classes/buildhistory: do not save old packagehistory files by defaultPaul Eggleton2011-12-051-2/+7
* classes/buildhistory: merge in package history functionalityPaul Eggleton2011-12-051-1/+250
* classes/buildhistory: add new output history collection classPaul Eggleton2011-12-053-6/+167
* classes/packagehistory: fix and extendPaul Eggleton2011-12-051-40/+192
* bitbake.conf: add default PRINC 0 to be able to increment itMartin Jansa2011-12-051-1/+1
* bootimage: Use ${S} explicitly for generated config filesDarren Hart2011-12-022-7/+5
* kernel-yocto: fix extra CR in do_kernel_checkoutSaul Wold2011-12-021-2/+1
* linux-yocto: prefer in-tree tools to external onesBruce Ashfield2011-12-021-1/+11
* kernel-yocto: support allnoconfig base configurationBruce Ashfield2011-12-021-2/+13
* Revert "classes/buildhistory: add new output history collection class"Richard Purdie2011-12-013-412/+6
* classes/buildhistory: add new output history collection classPaul Eggleton2011-12-013-6/+412
* classes/base: split out metadata revision code to separate functionPaul Eggleton2011-12-011-20/+24
* classes, conf: Exclude native and nativesdk recipes from libc specific overrideKhem Raj2011-12-012-0/+6
* libc-package.bbclass: Fix typo in setVar usageRichard Purdie2011-12-011-1/+1
* autotools.bbclass: Report the missing configure pathDarren Hart2011-11-301-4/+5
* bootimg: Allow for EFI-only boot imagesDarren Hart2011-11-301-9/+40
* bootimg: Add grub-efi supportDarren Hart2011-11-303-0/+155
* bootimg: Pull syslinux specific bits into syslinux.bbclassDarren Hart2011-11-302-63/+76
* bootimg: Refactor build_hddimg and build_iso routinesDarren Hart2011-11-301-42/+43
* image_types.bbclass: add xz-native to deps for lzma ext2.lzma imagesMatthew McClintock2011-11-301-1/+1
* toolchain-scripts.bbclass: Make it work when TCLIBC=uclibcKhem Raj2011-11-291-2/+6
* getVar/setVar cleanupsRichard Purdie2011-11-2718-111/+111
* patch.bbclass: Add PATCHRESOLVE to excluded vars for generating sstate-cacheMatthew McClintock2011-11-241-1/+1
* base.bbclass: Use bb.plain to print the build headerRichard Purdie2011-11-241-1/+1
* gconf: Ensure the correct backend directory is usedRichard Purdie2011-11-231-0/+1
* gconf: Ensure that GCONF_SCHEMA_INSTALL_SOURCE uses correct pathsRichard Purdie2011-11-231-0/+4
* staging: Remove debug accidently left inRichard Purdie2011-11-221-1/+0
* staging.bbclass: Add BB_SETSCENE_VERIFY_FUNCTION functionRichard Purdie2011-11-221-0/+15
* package.bbclass: Ensure paths to rpmmarcos and rpmpopt are setRichard Purdie2011-11-221-1/+1
* mime.bbclass: Add --disable-update-mimedb to EXTRA_OECONFAndreas Müller2011-11-211-0/+2
* package.bbclass: fix path for relative links on elf files, when moved to debu...Henning Heinold2011-11-211-0/+2
* sstate.bbclass: Ensure we expand stamp-extra-infoRichard Purdie2011-11-211-1/+1
* useradd: Ensure -native recipes don't depend on target recipesRichard Purdie2011-11-211-0/+3
* bootimg: Create a valid boot sector for the iso imageDamien Lespiau2011-11-181-0/+2
* sanitytest: remove rpm/zypper tests if PACKAGE_CLASSES does not set package_rpmJiajun Xu2011-11-181-1/+24
* package_rpm: Set _tmppath to avoid races over tmp filesRichard Purdie2011-11-181-0/+1
* insane.bbclass: avoid errors for x32 kernelNitin A Kamble2011-11-181-3/+5
* package.bbclass: Ensure we tell rpmdeps where to find its magic fileRichard Purdie2011-11-171-1/+1
* sanity.bbclass: No need to check for cvs any moreRichard Purdie2011-11-161-1/+1
* base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URIMartin Jansa2011-11-161-1/+7
* mime.bbclass: fix typoConnor Abbott2011-11-151-1/+1
* rootfs_ipk.bbclass: Ensure bad recommendations persist in the status fileRichard Purdie2011-11-141-1/+1
* rootfs_rpm.bbclass: Turn off script debuggingMark Hatle2011-11-111-1/+1
* rootfs_rpm.bbclass: Enable pre and post install scriptsMark Hatle2011-11-112-20/+38
* populate_*.bbclass: Correct INSTALL variable name after recent multilib changesRichard Purdie2011-11-103-6/+6
* populate_*.bbclass: Drop pointless fakeroot attribute (fakeroot is at the tas...Richard Purdie2011-11-103-3/+3
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-1061-869/+869