summaryrefslogtreecommitdiff
path: root/meta/classes
AgeCommit message (Expand)AuthorFiles
2012-03-25license.bbclass: Whitespace standardizationElizabeth Flanagan1
2012-03-25license.bbclass: Add spdx mapping to GPL-1.0Elizabeth Flanagan1
2012-03-23kernel.bbclass: don't create /etc/modutils/*Martin Jansa1
2012-03-23kernel.bbclass: fix extra + in kernelreleaseMartin Jansa1
2012-03-23kernel.bbclass: use better number for KERNEL_PRIORITYMartin Jansa1
2012-03-23kernel.bbclass: use symlinks for modutils filesMartin Jansa1
2012-03-23kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries tooMartin Jansa1
2012-03-23Revert "bitbake.conf/sstate.bbclass: Change PATH when installing sstate files...Richard Purdie1
2012-03-23mirrors.bbclass: remove dead kernel.org mirrorsAndreas Oberritter1
2012-03-23sstate.bbclass: Remove possibility of file corruption and make package writin...Richard Purdie1
2012-03-23useradd.bbclass: retry useradd/groupadd commands to avoid lock race issuesScott Garman1
2012-03-23package_rpm.bbclass: ensure base-passwd and shadow get installed firstScott Garman1
2012-03-23nativesdk/misc: set PKGSUFFIX for correct variable name expansion.Lianhao Lu1
2012-03-23meta-toolchain: Popluated the libc siteconfig files.Lianhao Lu1
2012-03-22libc-common: Apply Debian-naming to libc debug symbols tooMike Crowe1
2012-03-22Fix common typoes "existant", "dependant" and variationsRobert P. J. Day2
2012-03-22insane.bbclass: maybe no log.do_compile or log.do_installRobert Yang1
2012-03-21gzip/pigz-native: Install into a prefix to avoid clashing with system binariesRichard Purdie3
2012-03-21bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to avoi...Richard Purdie1
2012-03-19package_rpm.bbclass: fix bashims at rpm_common_comand() methodOtavio Salvador1
2012-03-19native.bbclass: make TOOLCHAIN_OPTIONS emptyRobert Yang1
2012-03-19buildhistory: avoid reruns of do_packagePaul Eggleton1
2012-03-19buildhistory: allow disabling image and/or package historyPaul Eggleton1
2012-03-19classes/image: avoid cp race condition when building multiple imagesPaul Eggleton1
2012-03-15mirrors.bbclass: remove dead GNU mirrorsAndreas Oberritter1
2012-03-14package.bbclass: do not split debug pkg when no debugsources.listRobert Yang1
2012-03-13package.bbclass: sort dynamically generated packagesAndreas Oberritter1
2012-03-13image_types: ensure .rootfs.ext3 is created before vmdk is created.Dexuan Cui1
2012-03-13image-vmdk: add NOISO to disable iso image creation since it's not neededSaul Wold1
2012-03-13rootfs_rpm.bbclass: rename postinst trigger scriptOtavio Salvador1
2012-03-13image.bbclass: fix rootfs generation without package management toolsOtavio Salvador2
2012-03-13linux-yocto: respect FILESPATH directoriesBruce Ashfield1
2012-03-13license.bbclass: Add mapping for LGPLv2.0, pango uses itRichard Purdie1
2012-03-12cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATHNitin A Kamble1
2012-03-11package.bbclass: Drop python depends from rpmdepsRichard Purdie1
2012-03-08package_ipk.bbclass: Ensure Source is set to something else packaging can failRichard Purdie1
2012-03-08prservice: Added sanity check for prservice connection.Lianhao Lu2
2012-03-08kernel.bbclass: Remove warnings for modutils and modprobe.dDarren Hart1
2012-03-08mime.bbclass: Fix bracket error.Samuel Stirtzel1
2012-03-08shadow-sysroot: Fix for multilibZhai Edwin1
2012-03-08image_types: add IMAGE_ROOTFS_ALIGNMENTKen Werner1
2012-03-05base.bbclass: Fix PACKAGECONFIG handling when no flags are setRichard Purdie1
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie18
2012-03-05sstate: Remove unecessary bb.data.expand()Richard Purdie1
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie39
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie7
2012-03-02image_types: Ensure duplicate compressed types aren't createdRichard Purdie1
2012-03-02image_types.bbclass: We need to preserve order in the types variable and avoi...Richard Purdie1
2012-03-02base.bbclass: If unpacking again, wipe out ${S}/patchesRichard Purdie1
2012-03-02linux-yocto: make kernel_checkout reentrantBruce Ashfield1