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