aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Expand)Author
2009-11-13bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie
2009-11-13gtk-icon-cache.bbclass: Drop unneeded module importRichard Purdie
2009-11-13gconf.bbclass: Drop unneeded module importRichard Purdie
2009-11-13native.bbclass: Fix DEPENDS handling for BBCLASSEXTEND useRichard Purdie
2009-11-13base/autotools.bbclass: Make sure extra dependencies are not lost for native ...Richard Purdie
2009-11-13classes: Remove and sanitise import statementsRichard Purdie
2009-11-13base.bbclass: Drop import bb and import os as no longer neededRichard Purdie
2009-11-13native.bbclass: Improve DEPENDS mangling code so sub matches don't break upon...Richard Purdie
2009-11-13base.bbclass: Add an option of forcing the new staging mechanismRichard Purdie
2009-11-13base.bbclass: Fix do_populate_staging to operating on TMPDIR, not STAGING_DIR...Richard Purdie
2009-11-13classes: Various staging improvement fixupsRichard Purdie
2009-11-13base.bbclass: Rework staging function to use a DESTDIR style configuration ba...Richard Purdie
2009-11-13packaged-staging.bbclass: Use a variable for the location of the staging lock...Richard Purdie
2009-11-13native.bbclass: If do_stage isn't overridden, allow do_install to run for nat...Richard Purdie
2009-11-13binconfig/pkgconfig.bbclass: Convert staging functions into SYSROOT_PREPROCES...Richard Purdie
2009-11-13autotools.bbclass: Separate out useful staging functions into base.bbclass an...Richard Purdie
2009-11-13autotools.bbclass: No need to fork sed each timeRichard Purdie
2009-11-13autotools.bbclass: Convert .la file mangling to package preprocessing hookRichard Purdie
2009-11-13binconfig.bbclass: Convert do_install_append() into a PACKAGE_PREPROCESS_FUNCSRichard Purdie
2009-11-13package.bbclass: Add the option to declare package preprocess function hooksRichard Purdie
2009-11-13package.bbclass: Change to operate on a copy of the install directory instead...Richard Purdie
2009-11-13package.bbclass: Remove hardcoded use of PKGDEST variableRichard Purdie
2009-11-13package.bbclass: Move variable checks to one place making the code more readableRichard Purdie
2009-11-13base.bbclass: Only run do_stage if its been overwritten as the default is emp...Richard Purdie
2009-11-13xfce.bbclass: Sync with OE.devRichard Purdie
2009-10-29package.bbclass: Cleanup getVar syntax to use True, not 1 as third argumentRichard Purdie
2009-10-28packaged-staging: Whitelist the empty base_do_stage function as it does nothi...Richard Purdie
2009-09-18nativesdk.bbclass: Drop ineffective dynamic linker flagRichard Purdie
2009-09-17nativesdk/package_ipk.bbclass: Clean up sdk package architecturesRichard Purdie
2009-09-17package_ipk.bbclass: Convert to use SDK_ARCHRichard Purdie
2009-09-17packaged-staging.bbclass Use libdir_native for opkg paths in directory creationRichard Purdie
2009-09-17native.bbclass: Use prefix_native variableRichard Purdie
2009-09-17nativesdk: Convert to use crosssdk toolchain and remove binutils/gcc nativesd...Richard Purdie
2009-09-17cross-canadian: Add cross-canadian class with gcc and binutils recipesRichard Purdie
2009-09-17crosssdk: Add crosssdk class with gcc and binutils recipesRichard Purdie
2009-09-17nativesdk: Don't use search and replace on DEPENDS fieldRichard Purdie
2009-09-17sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie
2009-09-17Remove layout_* variablesRichard Purdie
2009-09-10bitbake.conf: Rename SDK_PREFIX SDKPATHRichard Purdie
2009-09-03patch.bbclass: Merge in git resolver changes from OE.dev. Catch all exception...Richard Purdie
2009-08-28Add poky-trim-schemas post install script to remove unneeded schema locale tr...Richard Purdie
2009-08-26base.bbclass: Don't retrieve SRC_URI when not necessaryDamien Lespiau
2009-08-26base.bbclass: packages pulling a mercurial tree should depend on mercurialDamien Lespiau
2009-08-25base.bbclass: Use subprocess rather than os.system for do_unpackRichard Purdie
2009-08-12autotools.bbclass: Remove pointless inheritRichard Purdie
2009-08-12binconfig.bbclass: Remove pointless inheritRichard Purdie
2009-08-12package_ipk.bbclass: Place configuration files in WORKDIR, not stagingRichard Purdie
2009-07-28packagehistory.bbclass: Make package history package architecture specificRichard Purdie
2009-07-16autotools.bbclass: Fix to work with configure files with leading whitespaceRichard Purdie
2009-07-15root_ipk.bbclass: Give EXTRAOPKGCONFIG a default valueRichard Purdie