aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Expand)Author
2009-11-12poky-image.bbclass: Add missing trailing ; (from master)Richard Purdie
2009-11-03base.bbclass: Use subprocess rather than os.system for do_unpackRichard Purdie
2009-08-12sanity.bbclass: Add check for problematic /proc/sys/vm/mmap_min_addr valuesMarcin Juszkiewicz
2009-07-28patch.bbclass: use hashlib with Python 2.5+ - removes DeprecationWarningMarcin Juszkiewicz
2009-03-11package bbclass: add an 'allow_links' param to get symlinks packaged, usefull...Koen Kooi
2009-03-11base.bbclass: Add subdir feature to SRC_URI entries (from OE)Robert Schuster
2009-02-20base.bbclass, bitbake.conf: add support for BP/BPN variables (backported from...Marcin Juszkiewicz
2009-01-27base.bbclass: fixed typoRobert Schuster
2009-01-23distutils.py: Backport fixes from elroy/trunk to allow more recent python mod...Richard Purdie
2009-01-23bitbake.conf/image.bbclass: Backport the magic rootfs sizing code from trunk ...Richard Purdie
2008-12-04kernel.bbclass: kernel-modules do not have to depend on kernel-vmlinux (backp...Richard Purdie
2008-05-21rootfs_deb.bbclass: Backport architecture fix so x86 builds work in pinkyRichard Purdie
2008-05-05poky.bbclass: Fix mirror URLsRichard Purdie
2008-02-17base.bbclass: align build configuration dump properlyMarcin Juszkiewicz
2008-02-15base.bbclass: Drop _FUNCTION suffix to METADATA_REVISIONRichard Purdie
2008-02-15base.bbclass: Show svn revision of poky being usedRichard Purdie
2008-02-11lib_package.bbclass: Convert to use SOLIBSRichard Purdie
2008-02-11package_tar.bbclass: Make the output slightly less verboseRichard Purdie
2008-02-11autotools.bbclass: enable maintainer mode when configuringRoss Burton
2008-02-11gnome.bbclass: disable GConf schema installationRoss Burton
2008-02-11sdk.bbclass: Set PKG_CONFIG_SYSROOT_DIR correctlyRichard Purdie
2008-02-07package.bbclass: Avoid double suffix depchain packagesRichard Purdie
2008-02-07sanity.bbclass: Fix typoRichard Purdie
2008-02-07sanity.bbclass: Fix qemu checkRichard Purdie
2008-02-06kernel.bbclass: added deploy task from linux.inc recipeMarcin Juszkiewicz
2008-02-06kernel.bbclass: indent sizecheck function like rest of fileMarcin Juszkiewicz
2008-02-05Rename gcc-native3 -> gcc3-native for consistency and update sanity.bbclass t...Richard Purdie
2008-01-31sanity.bbclass: Check TMPDIR doesn't change, error if it doesRichard Purdie
2008-01-29autotools.bbclass: Ensure the current working directory is preserved in autot...Richard Purdie
2008-01-29autotools.bbclass: Fix so libraries in directories are handled correctly with...Richard Purdie
2008-01-23package.bbclass: Abstract shlibs path to SHLIBSDIR variableRichard Purdie
2008-01-18autotools.bbclass: Make sure STAGING_INCDIR existsRichard Purdie
2008-01-18autotools.bbclass: Really fix autostaging function to correctly handle cases ...Richard Purdie
2008-01-18autotools.bbclass: Fix autostaging function to correctly handle cases where o...Richard Purdie
2008-01-17package.bbclass: Fix shlibs and pkgconfig magic to use HOST_SYS, not TARGET_SYSRichard Purdie
2008-01-17sdk.bbclass: Set CPPFLAGS and CFLAGS correctlyRichard Purdie
2008-01-17sdk.bbclass: Set rpath correctly for sdk binaries and use the target prefix t...Richard Purdie
2008-01-13insane.bbvlass: split checks so the warnings are preciseRoss Burton
2008-01-10kernel.bbclass: Cleanup various repetition, add include/video to staged files...Richard Purdie
2008-01-09package.bbclass: Account for DEPENDS in -dev packagesRichard Purdie
2008-01-08gtk-icon-cache.bbclass: in the postinst update the pixbuf loaders to ensure t...Ross Burton
2008-01-08module*.bbclass: set AR to KERNEL_AR during building of kernel modulesMarcin Juszkiewicz
2008-01-06base.bbclass: Make sure PATH searched for applications is expandedRichard Purdie
2008-01-03base and sanity bbclasses + qemu: move gcc3 availability checking into base.b...Marcin Juszkiewicz
2007-12-19package.bbclass: Various cleanups and bugfixes, some form OERichard Purdie
2007-12-19package.bbclass: Don't strip files in .debug directoriesRichard Purdie
2007-12-12qmake: Turn native package into a cross package since it touches target stagingRichard Purdie
2007-12-06Import files from OE to build WebKit (patch to link icu required)Chris Lord
2007-12-06kernel.bbclass: added task which check size of kernel imageMarcin Juszkiewicz
2007-12-01icecc.bbclass: Sync from OERichard Purdie