summaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Expand)Author
2010-06-10Drop some unnecessary immediate assignmentsChris Larson
2010-06-10utils.bbclass: set close_fds=True by default for the popen helperChris Larson
2010-06-10Add a rm -rf utility function and use it in packaged-staging.bbclassChris Larson
2010-06-10packaged-staging.bbclass: fix typo, it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDP...Chris Larson
2010-06-08insane.bbclass: set PATH before calling desktop-file-validateMartin Jansa
2010-06-08debian.bbclass: remove unwanted inherit leftover (from trying oe_popen instea...Martin Jansa
2010-06-08debian.bbclass: call objdump from binutils-crossMartin Jansa
2010-06-08gitpkgv: newpieterg
2010-06-07packaged-staging.bbclass: fix issue with no SRC_URICliff Brake
2010-06-07rootfs_ipk/meta-toolchain: Add locking on tasks that add package_update_index...Tom Rini
2010-06-05classes/gettext.bbclass: Account for libiconv and libintl too.Khem Raj
2010-06-05classes/autotools.bbclass: Dont bail out if gettext/config.rpath does not exist.Khem Raj
2010-06-04amend.bbclass: don't parse same amend.inc if FILESPATH references it multiple...Denys Dmytriyenko
2010-06-04icecc.bbclass: fix irt changes in toolchains installationDmitry Eremin-Solenikov
2010-06-01xfce46: remove checksum name atribute from bbclassMartin Jansa
2010-05-27base.bbclass: fix issue with unpack of patches with apply=noChris Larson
2010-05-27Revert "patch.bbclass: use param_bool()"Chris Larson
2010-05-27Revert "base.bbclass: fixed 'apply=no' behavior"Chris Larson
2010-05-27patch.bbclass: use param_bool()Enrico Scholz
2010-05-27base.bbclass: fixed 'apply=no' behaviorEnrico Scholz
2010-05-27packaged-staging.bbclass: added missing space in find callEnrico Scholz
2010-05-26patch.bbclass: fix the logic error that resulted in tcp-wrappers patch applic...Chris Larson
2010-05-26base.bbclass: make do_unpack also not unpack when 'apply' url parameter is setChris Larson
2010-05-26image.bbclass: Make zap_root_password to disable root's password not the user...Khem Raj
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
2010-05-23autotools.bbclass: drop 'cfgcmd' and 'Running ..' outputChris Larson
2010-05-23amend.bbclass: load *all* available amend.inc files in FILESPATH, not the firstChris Larson
2010-05-21packaged-staging: fixed deadlockEnrico Scholz
2010-05-20kernel bbclass: switch to u-boot-mkimage-nativeKoen Kooi
2010-05-19python-dir: raise an Exception instance, not a stringChris Larson
2010-05-18module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not setEric Bénard
2010-05-18cross.bbclass: fix build of meta-toolchainEric Bénard
2010-05-17cross bbclass: add extra sed for gcc 4.3.x adding -L${STAGING_LIBDIR_NATIVE} ...Koen Kooi
2010-05-16java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORK...Henning Heinold
2010-05-14java-native.bbclass: silence the legacy staging msgHenning Heinold
2010-05-14module_strip.bbclass: set KERNEL_MAJOR_VERSIONEric BENARD
2010-05-07kernel.bbclass: fix staging of .configEric Benard
2010-05-06native.bbclass: Clear PACKAGES variable when using BBCLASSEXTEND (from poky)Richard Purdie
2010-05-06sanity.bbclass: Fix to work with old versions of bitbake for nowRichard Purdie
2010-05-06classes/recipes: Catch populate_staging references that were missed in the fi...Richard Purdie
2010-05-05cross.bbclass: In sysroot_stage_all, only process src dirs if they exist.rpurdie/work-in-progressTom Rini
2010-05-05cross/staging.bbclass: Make sure .la files get mangled and add extra mangling...Richard Purdie
2010-05-05autotools.bbclass: merge recent changes from PokyJoshua Lock
2010-05-05relocatable.bbclass: Handle files which don't have read/write permissionsJoshua Lock
2010-05-05packaged-staging.bbclass: Remove hardcoded paths in binconfig files for targe...Joshua Lock
2010-05-05gettext enhancements: Make it easier to use the right gettextJoshua Lock
2010-05-05relocatable: Class to post-process packages for relocatabilityJoshua Lock
2010-05-05packaged-staging: enhancements from Poky for fetching and relocatabilityJoshua Lock
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Joshua Lock