summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* base.bbclass: Drop import bb and import os as no longer neededRichard Purdie2009-11-131-23/+5
* native.bbclass: Improve DEPENDS mangling code so sub matches don't break upon...Richard Purdie2009-11-131-5/+11
* base.bbclass: Add an option of forcing the new staging mechanismRichard Purdie2009-11-131-0/+2
* base.bbclass: Fix do_populate_staging to operating on TMPDIR, not STAGING_DIR...Richard Purdie2009-11-131-1/+1
* classes: Various staging improvement fixupsRichard Purdie2009-11-133-14/+15
* base.bbclass: Rework staging function to use a DESTDIR style configuration ba...Richard Purdie2009-11-132-51/+70
* packaged-staging.bbclass: Use a variable for the location of the staging lock...Richard Purdie2009-11-132-5/+5
* native.bbclass: If do_stage isn't overridden, allow do_install to run for nat...Richard Purdie2009-11-131-5/+5
* binconfig/pkgconfig.bbclass: Convert staging functions into SYSROOT_PREPROCES...Richard Purdie2009-11-133-7/+16
* autotools.bbclass: Separate out useful staging functions into base.bbclass an...Richard Purdie2009-11-132-45/+64
* autotools.bbclass: No need to fork sed each timeRichard Purdie2009-11-131-4/+5
* autotools.bbclass: Convert .la file mangling to package preprocessing hookRichard Purdie2009-11-131-1/+5
* binconfig.bbclass: Convert do_install_append() into a PACKAGE_PREPROCESS_FUNCSRichard Purdie2009-11-131-13/+11
* package.bbclass: Add the option to declare package preprocess function hooksRichard Purdie2009-11-131-1/+2
* package.bbclass: Change to operate on a copy of the install directory instead...Richard Purdie2009-11-131-12/+25
* package.bbclass: Remove hardcoded use of PKGDEST variableRichard Purdie2009-11-131-1/+2
* package.bbclass: Move variable checks to one place making the code more readableRichard Purdie2009-11-131-38/+14
* base.bbclass: Only run do_stage if its been overwritten as the default is emp...Richard Purdie2009-11-131-1/+6
* xfce.bbclass: Sync with OE.devRichard Purdie2009-11-131-2/+9
* package.bbclass: Cleanup getVar syntax to use True, not 1 as third argumentRichard Purdie2009-10-291-61/+61
* packaged-staging: Whitelist the empty base_do_stage function as it does nothi...Richard Purdie2009-10-281-1/+4
* nativesdk.bbclass: Drop ineffective dynamic linker flagRichard Purdie2009-09-181-2/+0
* nativesdk/package_ipk.bbclass: Clean up sdk package architecturesRichard Purdie2009-09-174-22/+20
* package_ipk.bbclass: Convert to use SDK_ARCHRichard Purdie2009-09-171-4/+4
* packaged-staging.bbclass Use libdir_native for opkg paths in directory creationRichard Purdie2009-09-171-1/+1
* native.bbclass: Use prefix_native variableRichard Purdie2009-09-171-2/+2
* nativesdk: Convert to use crosssdk toolchain and remove binutils/gcc nativesd...Richard Purdie2009-09-171-67/+38
* cross-canadian: Add cross-canadian class with gcc and binutils recipesRichard Purdie2009-09-171-0/+56
* crosssdk: Add crosssdk class with gcc and binutils recipesRichard Purdie2009-09-171-0/+15
* nativesdk: Don't use search and replace on DEPENDS fieldRichard Purdie2009-09-171-6/+10
* sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2009-09-173-12/+12
* Remove layout_* variablesRichard Purdie2009-09-179-77/+37
* bitbake.conf: Rename SDK_PREFIX SDKPATHRichard Purdie2009-09-101-1/+1
* patch.bbclass: Merge in git resolver changes from OE.dev. Catch all exception...Richard Purdie2009-09-031-5/+21
* Add poky-trim-schemas post install script to remove unneeded schema locale tr...Richard Purdie2009-08-281-0/+12
* base.bbclass: Don't retrieve SRC_URI when not necessaryDamien Lespiau2009-08-261-4/+2
* base.bbclass: packages pulling a mercurial tree should depend on mercurialDamien Lespiau2009-08-262-1/+8
* base.bbclass: Use subprocess rather than os.system for do_unpackRichard Purdie2009-08-251-2/+10
* autotools.bbclass: Remove pointless inheritRichard Purdie2009-08-121-2/+0
* binconfig.bbclass: Remove pointless inheritRichard Purdie2009-08-121-2/+0
* package_ipk.bbclass: Place configuration files in WORKDIR, not stagingRichard Purdie2009-08-121-2/+2
* packagehistory.bbclass: Make package history package architecture specificRichard Purdie2009-07-281-1/+1
* autotools.bbclass: Fix to work with configure files with leading whitespaceRichard Purdie2009-07-161-3/+3
* root_ipk.bbclass: Give EXTRAOPKGCONFIG a default valueRichard Purdie2009-07-151-0/+1
* rootfs_ipk.bbclass: Don't generate the arch.conf file, provide this as a pack...Richard Purdie2009-07-151-3/+4
* packagehistory: Make sure package is inherited beforehand to preserve the PAC...Richard Purdie2009-07-131-0/+2
* gnome.bbclass: Convert to autotools_stageRichard Purdie2009-07-091-5/+1
* Add package_history.bbclass which checks generated package against previous p...Richard Purdie2009-07-091-0/+100
* package_ipk.bbclass: Solve opkg-make-index locking problem using flockRichard Purdie2009-07-081-10/+8
* pkgconfig.bbclass: No longer default to pkgconfig_stage code (breaks libdrm)Richard Purdie2009-07-071-2/+0