summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* classes/image: avoid cp race condition when building multiple imagesPaul Eggleton2012-03-191-1/+1
* mirrors.bbclass: remove dead GNU mirrorsAndreas Oberritter2012-03-151-4/+0
* package.bbclass: do not split debug pkg when no debugsources.listRobert Yang2012-03-141-9/+9
* package.bbclass: sort dynamically generated packagesAndreas Oberritter2012-03-131-2/+2
* image_types: ensure .rootfs.ext3 is created before vmdk is created.Dexuan Cui2012-03-131-0/+6
* image-vmdk: add NOISO to disable iso image creation since it's not neededSaul Wold2012-03-131-0/+1
* rootfs_rpm.bbclass: rename postinst trigger scriptOtavio Salvador2012-03-131-3/+3
* image.bbclass: fix rootfs generation without package management toolsOtavio Salvador2012-03-132-4/+5
* linux-yocto: respect FILESPATH directoriesBruce Ashfield2012-03-131-4/+26
* license.bbclass: Add mapping for LGPLv2.0, pango uses itRichard Purdie2012-03-131-0/+1
* cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATHNitin A Kamble2012-03-131-1/+1
* package.bbclass: Drop python depends from rpmdepsRichard Purdie2012-03-111-0/+2
* package_ipk.bbclass: Ensure Source is set to something else packaging can failRichard Purdie2012-03-081-1/+1
* prservice: Added sanity check for prservice connection.Lianhao Lu2012-03-082-1/+6
* kernel.bbclass: Remove warnings for modutils and modprobe.dDarren Hart2012-03-081-0/+10
* mime.bbclass: Fix bracket error.Samuel Stirtzel2012-03-081-1/+1
* shadow-sysroot: Fix for multilibZhai Edwin2012-03-081-1/+1
* image_types: add IMAGE_ROOTFS_ALIGNMENTKen Werner2012-03-081-1/+11
* base.bbclass: Fix PACKAGECONFIG handling when no flags are setRichard Purdie2012-03-051-3/+4
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-0518-78/+78
* sstate: Remove unecessary bb.data.expand()Richard Purdie2012-03-051-7/+7
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-0539-208/+208
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-057-58/+24
* image_types: Ensure duplicate compressed types aren't createdRichard Purdie2012-03-021-1/+2
* image_types.bbclass: We need to preserve order in the types variable and avoi...Richard Purdie2012-03-021-4/+8
* base.bbclass: If unpacking again, wipe out ${S}/patchesRichard Purdie2012-03-021-0/+1
* linux-yocto: make kernel_checkout reentrantBruce Ashfield2012-03-021-13/+20
* image_types: Ensure dependencies for compression types containing multiple do...Richard Purdie2012-03-021-1/+1
* site.conf.sample: Fix broken SOCKS proxy setup and configurationInaky Perez-Gonzalez2012-03-011-4/+5
* externalsrc.bbclass: Add class for handling external source treesRichard Purdie2012-03-011-0/+53
* toolchain-scripts: Exclude variables causing the recipe to become unecessaril...Richard Purdie2012-03-011-0/+3
* image-vmdk: Create image_vmdk class and setup image and image_types to use itSaul Wold2012-03-013-8/+35
* image-live: Allow LABELS to be modifiedSaul Wold2012-03-011-2/+3
* image_types_uboot: Update to work after recent image_types changesRichard Purdie2012-02-291-19/+10
* image_types: Correctness fixesRichard Purdie2012-02-291-4/+5
* image_types.bbclass: fix bzip2 and xz compression commandsOtavio Salvador2012-02-291-2/+2
* image_types.bbclass: properly support IMAGE_LINK_NAME as emptyOtavio Salvador2012-02-291-5/+9
* image.bbclass: do not create image manifest link if IMAGE_LINK_NAME is emptyOtavio Salvador2012-02-291-2/+4
* bootimg: Fix QuotingSaul Wold2012-02-281-4/+4
* More quoting fixesRichard Purdie2012-02-281-3/+3
* image_types: Refactor compression code into a generic compression solutionRichard Purdie2012-02-282-67/+68
* multilib.bbclass: allow TARGET_VENDOR_virtclass-multilib to be overridenMatthew McClintock2012-02-281-1/+2
* linux-yocto: allow non-branched repositories to check outBruce Ashfield2012-02-281-1/+1
* More quoting fixesMartin Jansa2012-02-261-2/+2
* Quoting fixesRichard Purdie2012-02-261-1/+1
* cross-canadian: Set STAGING_DIR_HOST correctlyRichard Purdie2012-02-261-1/+1
* useradd.bbclass: override USERADDSETSCENEDEPS to empty when building cross pa...Otavio Salvador2012-02-241-0/+1
* license.bbclass: Symbolic links of generic licenseElizabeth Flanagan2012-02-241-7/+9
* license.bbclass: Gather Pkg level licensesElizabeth Flanagan2012-02-241-2/+14
* linux-yocto: improve checkout error handling and reportingBruce Ashfield2012-02-241-23/+49