summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* 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
* sstate.bbclass: improve performance of sstate package creationMartin Jansa2012-02-241-23/+16
* package.bbclass: Add a sanity check to the debugsrcdir removal codeRichard Purdie2012-02-241-1/+1
* image.bbclass: Ensure timestamp matches format used in initscripts after rece...Richard Purdie2012-02-241-1/+1
* update-rc.d.bbclass: do nothing for extended cross packagesOtavio Salvador2012-02-241-0/+1
* rootfs_ipk.bbclass: fix status file location in rootfsOtavio Salvador2012-02-241-3/+2
* packageinfo.bbclass: add a new bbclass to pass package informationDongxiao Xu2012-02-241-0/+35
* package.bbclass: set package size into pkgdata for hob2's useShane Wang2012-02-241-0/+8
* autotools.bbclass: Make builds deterministicRichard Purdie2012-02-241-0/+2
* insane.bbclass: Only depend on desktop-file-utils-native when we need itRichard Purdie2012-02-241-1/+7
* package.bbclass: Remove empty directories created as part of srcdebug handlingRichard Purdie2012-02-241-1/+12
* boot-directdisk: Use correct SYSLINUX_TIMEOUT and SYSLINUX_ROOT instead of AP...Saul Wold2012-02-231-2/+4
* image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPENDSaul Wold2012-02-231-2/+2
* image_types: add vmdk type to use with VMwareSaul Wold2012-02-231-1/+4
* syslinux: add SYSLINUX_ROOT to APPEND lineSaul Wold2012-02-231-0/+1
* syslinux: Use SYSLINUX_TIMEOUT and SYSLINUX_PROMPT to configure syslinuxSaul Wold2012-02-231-5/+5
* autotools.bbclass: Don't copy into non-existant directoryAndreas Oberritter2012-02-231-1/+1
* sstate.bbclass: add *_config to SSTATE_SCAN_FILESMartin Jansa2012-02-231-1/+1