summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Collapse)AuthorAgeFilesLines
* poky-image.bbclass: Add missing trailing ; (from master)Richard Purdie2009-11-121-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base.bbclass: Use subprocess rather than os.system for do_unpackRichard Purdie2009-11-031-2/+10
| | | | | | | | | | | gzip reports broken pipe errors with do_unpack on Fedora with certain builds of gzip and bash. By avoding python's SIGPIPE handler we can work correctly on these distributions. Patch based on a patch from the OE-devel mailing list, thanks to Khem Raj <raj.khem@gmail.com> and Holger Freyther <zecke@selfish.org> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sanity.bbclass: Add check for problematic /proc/sys/vm/mmap_min_addr valuesMarcin Juszkiewicz2009-08-121-0/+6
| | | | | | | | commit 4293a82a6425a2baa39e26d18c1285b092c31254 Author: Richard Purdie <rpurdie@rpsys.net> Date: Wed May 7 09:39:08 2008 +0000 sanity.bbclass: Add check for problematic /proc/sys/vm/mmap_min_addr values
* patch.bbclass: use hashlib with Python 2.5+ - removes DeprecationWarningMarcin Juszkiewicz2009-07-281-2/+10
|
* package bbclass: add an 'allow_links' param to get symlinks packaged, ↵Koen Kooi2009-03-111-2/+2
| | | | usefull for splitting out libraries
* base.bbclass: Add subdir feature to SRC_URI entries (from OE)Robert Schuster2009-03-111-0/+11
|
* base.bbclass, bitbake.conf: add support for BP/BPN variables (backported ↵Marcin Juszkiewicz2009-02-201-1/+9
| | | | | | | | | | | | from trunk) commit 94c895aad5ad286f172b04bc33ba670220d5eba8 Author: Richard Purdie <rpurdie@linux.intel.com> Date: Fri Jan 2 10:15:45 2009 +0000 bitbake.conf: Create BPN variable containing the pruned version of PN with various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code
* base.bbclass: fixed typoRobert Schuster2009-01-271-1/+1
|
* distutils.py: Backport fixes from elroy/trunk to allow more recent python ↵Richard Purdie2009-01-231-0/+8
| | | | modules to build (from hrw)
* bitbake.conf/image.bbclass: Backport the magic rootfs sizing code from trunk ↵Richard Purdie2009-01-231-0/+2
| | | | (from hrw)
* kernel.bbclass: kernel-modules do not have to depend on kernel-vmlinux ↵Richard Purdie2008-12-041-1/+1
| | | | (backport from trunk)
* rootfs_deb.bbclass: Backport architecture fix so x86 builds work in pinkyRichard Purdie2008-05-211-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4521 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.bbclass: Fix mirror URLsRichard Purdie2008-05-051-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4415 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: align build configuration dump properlyMarcin Juszkiewicz2008-02-171-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3823 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Drop _FUNCTION suffix to METADATA_REVISIONRichard Purdie2008-02-151-3/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3819 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Show svn revision of poky being usedRichard Purdie2008-02-151-12/+28
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3818 311d38ba-8fff-0310-9ca6-ca027cbcb966
* lib_package.bbclass: Convert to use SOLIBSRichard Purdie2008-02-111-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3776 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_tar.bbclass: Make the output slightly less verboseRichard Purdie2008-02-111-4/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3773 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: enable maintainer mode when configuringRoss Burton2008-02-111-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3758 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnome.bbclass: disable GConf schema installationRoss Burton2008-02-111-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3755 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sdk.bbclass: Set PKG_CONFIG_SYSROOT_DIR correctlyRichard Purdie2008-02-111-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3735 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Avoid double suffix depchain packagesRichard Purdie2008-02-071-0/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3711 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sanity.bbclass: Fix typoRichard Purdie2008-02-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3695 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sanity.bbclass: Fix qemu checkRichard Purdie2008-02-071-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3694 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: added deploy task from linux.inc recipeMarcin Juszkiewicz2008-02-061-0/+34
| | | | | | | | | - creation of modules.tgz - uImage mangling with uboot-mkimage - symlinking built kernel git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3676 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: indent sizecheck function like rest of fileMarcin Juszkiewicz2008-02-061-6/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3675 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename gcc-native3 -> gcc3-native for consistency and update sanity.bbclass ↵Richard Purdie2008-02-051-2/+5
| | | | | | to account for gcc3 changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3670 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sanity.bbclass: Check TMPDIR doesn't change, error if it doesRichard Purdie2008-01-311-1/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3647 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Ensure the current working directory is preserved in ↵Richard Purdie2008-01-291-0/+2
| | | | | | autotools_stage_all git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3620 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Fix so libraries in directories are handled correctly ↵Richard Purdie2008-01-291-8/+18
| | | | | | with oe_libinstall, fixing staging QA issues. Thanks go to Ross for the basic patch. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3618 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Abstract shlibs path to SHLIBSDIR variableRichard Purdie2008-01-231-22/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3576 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Make sure STAGING_INCDIR existsRichard Purdie2008-01-181-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3553 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Really fix autostaging function to correctly handle cases ↵Richard Purdie2008-01-181-1/+1
| | | | | | where only subdirectories of files exist git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3538 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Fix autostaging function to correctly handle cases where ↵Richard Purdie2008-01-181-1/+1
| | | | | | only subdirectories of files exist git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3517 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Fix shlibs and pkgconfig magic to use HOST_SYS, not TARGET_SYSRichard Purdie2008-01-171-12/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3511 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sdk.bbclass: Set CPPFLAGS and CFLAGS correctlyRichard Purdie2008-01-171-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3509 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sdk.bbclass: Set rpath correctly for sdk binaries and use the target prefix ↵Richard Purdie2008-01-171-2/+3
| | | | | | to ensure sdk and native staging don't mix. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3501 311d38ba-8fff-0310-9ca6-ca027cbcb966
* insane.bbvlass: split checks so the warnings are preciseRoss Burton2008-01-131-2/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3478 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: Cleanup various repetition, add include/video to staged ↵Richard Purdie2008-01-101-19/+6
| | | | | | files list git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3455 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Account for DEPENDS in -dev packagesRichard Purdie2008-01-091-1/+25
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3439 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gtk-icon-cache.bbclass: in the postinst update the pixbuf loaders to ensure ↵Ross Burton2008-01-081-0/+4
| | | | | | that all are loaded before creating icon caches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3430 311d38ba-8fff-0310-9ca6-ca027cbcb966
* module*.bbclass: set AR to KERNEL_AR during building of kernel modulesMarcin Juszkiewicz2008-01-082-0/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3422 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Make sure PATH searched for applications is expandedRichard Purdie2008-01-061-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3413 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base and sanity bbclasses + qemu: move gcc3 availability checking into ↵Marcin Juszkiewicz2008-01-032-9/+18
| | | | | | base.bbclass git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3402 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Various cleanups and bugfixes, some form OERichard Purdie2007-12-191-22/+21
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3347 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Don't strip files in .debug directoriesRichard Purdie2007-12-191-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3346 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qmake: Turn native package into a cross package since it touches target stagingRichard Purdie2007-12-121-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3333 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Import files from OE to build WebKit (patch to link icu required)Chris Lord2007-12-062-0/+108
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3317 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: added task which check size of kernel imageMarcin Juszkiewicz2007-12-061-0/+14
| | | | | | | Code was taken from linux.inc, variable with size is KERNEL_IMAGE_MAXSIZE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3314 311d38ba-8fff-0310-9ca6-ca027cbcb966
* icecc.bbclass: Sync from OERichard Purdie2007-12-011-7/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3292 311d38ba-8fff-0310-9ca6-ca027cbcb966