summaryrefslogtreecommitdiff
path: root/meta/classes
AgeCommit message (Expand)AuthorFiles
2008-05-21packaged-staging.bbclass: The staging_packager function should not be install...Richard Purdie1
2008-05-21image.bbclass: Drop bbimage commandRichard Purdie1
2008-05-21devshell.bbclass: Export needed variablesRichard Purdie1
2008-05-21image.bbclass: Fix whitespaceRichard Purdie1
2008-05-21rootfs_deb.bbclass: Use DPKG_ARCH for the architecture field, not TARGET_ARCH...Richard Purdie1
2008-05-21module.bbclass: Fix external module version dependenciesRichard Purdie1
2008-05-20poky-image.bbclass: Correctly handle inserting package-managers into images b...Richard Purdie5
2008-05-20poky-image.bbclass: Remove DISTRO_TASKS variable and replace with POKY_BASE_I...Richard Purdie1
2008-05-20rootfs_deb.bbclass: Use /var/dpkg for dpkg status dataRichard Purdie1
2008-05-20rootfs_deb: Export OPKG_OFFLINE_ROOT for update-alternatives fixing dpkg root...Richard Purdie1
2008-05-20gtk-icon-cache.bbclass: Using dashes in shell function names is a really bad ...Richard Purdie1
2008-05-18packaged-staging.bbclass: Make the class compatible with opkg, ipkg and ipkg-...Richard Purdie1
2008-05-18image.bbclass: Fix locking so multiple image targets workRichard Purdie1
2008-05-18patch.bbclass: Make it possibe to override the patch dependencyRichard Purdie1
2008-05-18packaged-staging.bbclass: Execute staging_helper earlier to make sure the con...Richard Purdie1
2008-05-16packaged-staging.bbclass: Improve postamble exit code handlingRichard Purdie1
2008-05-15classes: Add gtk-doc.bbclassRichard Purdie1
2008-05-14packaged-staging.bbclass: Add code to handle checking the stamp dependency tr...Richard Purdie1
2008-05-12base.bbclass: Add sanity check for multiple file matches to oe_libinstall fro...Richard Purdie1
2008-05-12autotools.bbclass: Switch stage_autotools_all to change la files itself and t...Richard Purdie1
2008-05-07sanity.bbclass: Sync with OE, introduce TMPDIR ABI versioning, drop bitbake 1...Richard Purdie1
2008-05-07sanity.bbclass: Add check of the /proc/sys/vm/mmap_min_addr value and warn if...Richard Purdie1
2008-05-06base.bbclass: don't add shasum-native dependency if we are building shasum-na...Ross Burton1
2008-05-06autotools.bbclass: There is no need to use the strange -t option to cp anymoreRichard Purdie1
2008-05-05bitbake.conf/siteinfo.bbclass/package.bbclass: Add in support for 'darwin8'Richard Purdie2
2008-05-05poky.bbclass: Fix mirror URLsRichard Purdie1
2008-05-04packaged-staging.bbclass: Set BB_STAMP_WHITELIST with packaged-staging tasks,...Richard Purdie1
2008-05-02sdk.bbclass: Instead of changing HOST_VENDOR which badly affects gcc compilat...Richard Purdie1
2008-05-01packaged-staging.bbclass: Fixup do_prepackaged_stage referencesRichard Purdie1
2008-05-01base.bbclass: only depend on shasum-native if we don't have hashlibRoss Burton1
2008-05-01sanity.bbclass: we don't use the md5sum binary any more, remove itRoss Burton1
2008-05-01When checksuming tarballs use bb.utils.*_sum instead of calling commands dire...Ross Burton1
2008-04-30packaged-staging.bbclass: Fix variable name typoRichard Purdie1
2008-04-28packaged-staging.bbclass: Fix install race, improve staging cleaning functions.Richard Purdie1
2008-04-27base.bbclass: Remove unneeded importsRichard Purdie1
2008-04-27base.bbclass: Add checkuri/checkuriall tasks to check validity of upstream so...Richard Purdie1
2008-04-27base.bbclass: Add setscene task to handle preparing the work area at the star...Richard Purdie2
2008-04-25base.bbclass: Prefer gcc 3.4.6/7 over 3.4Richard Purdie1
2008-04-23packaged-staging: Make sure the task is part of the default tasks chainRichard Purdie1
2008-04-22insane.bbclass: Drop pointless QA_LOG variable, add QA_LOGFILE so QA errors c...Richard Purdie1
2008-04-22classes: Add packaged-staging.bbclass (from OE.dev)Richard Purdie1
2008-04-22base.bbclass: Fix dependency_libs libtool mangling regexpRichard Purdie1
2008-04-21sanity.bbclass: Add a check for dash as /bin/sh and error if foundRichard Purdie1
2008-04-11package.bbclass: unbreakMarcin Juszkiewicz1
2008-04-11package.bbclass: Add patch to try and handle dynamic librbary dependencies on...Richard Purdie1
2008-04-08image.bbclass: Run runtime_mapping_rename over PACKAGE_INSTALL so debian rena...Richard Purdie1
2008-04-08kernel-arch.bbclass: Sync with OE.devRichard Purdie1
2008-04-08kernel.bbclass: Use INHIBIT_DEFAULT_DEPS to drop virtual/libc dependency sinc...Richard Purdie1
2008-04-03insane.bbclass: use 'desktop-file-validate' from staging not from host systemMarcin Juszkiewicz1
2008-04-01cpan.bbclass: remove bashismsMarcin Juszkiewicz1