summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Collapse)AuthorAgeFilesLines
* 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
* cross.bbclass: Set TOOLCHAIN_OPTIONS to an empty value instead of ↵Richard Purdie2007-12-011-12/+1
| | | | | | duplicating compiler variables git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3291 311d38ba-8fff-0310-9ca6-ca027cbcb966
* cpan-base.bbclass: Update the perl depenedencies: (from OE)Marcin Juszkiewicz2007-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * For native modules DEPEND on perl-native and for others DEPEND on perl (which in turn depends on perl-native) rather then always depending on both perl and perl-native. * Only RDEPEND for non-native modules rather then both native and non-native. These changes are to allow you to build native modules without have to build perl. Previously the dependencies would result in perl being built even though it didn't actually need to. Thanks to hrw for pointing out what was happening here. Revision: 399705dfa7f6a6fd87366a6c0b1058354a5d4312 Ancestor: 5f43096a239a7ac66c7046feb414e8279db8f4bc Author: lenehan@openembedded.org Date: 2007-05-30T22:10:32 Branch: org.openembedded.dev Modified files: classes/cpan-base.bbclass git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3280 311d38ba-8fff-0310-9ca6-ca027cbcb966
* siteinfo.bbclass: Add darwin entryRichard Purdie2007-11-301-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3275 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Fix populate_staging whitespaceRichard Purdie2007-11-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3272 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_{ipk|deb|tar|rpm): append depend-tasks instead of overwritingMarcin Juszkiewicz2007-11-284-4/+16
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3265 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Remove debug codeRichard Purdie2007-11-271-1/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3245 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Fix PKGDATA to work properly with multimachineRichard Purdie2007-11-251-6/+13
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3238 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_ipk.bbclass: Make sure packages which alter PACKAGE_ARCH end up in ↵Richard Purdie2007-11-251-5/+2
| | | | | | the correct 'feed' git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3234 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add buildall taskRichard Purdie2007-11-251-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3230 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Remove PKGMAPS functionality and supersede with pkgdata. ↵Richard Purdie2007-11-242-44/+5
| | | | | | Remove duplicate unneeded PACKAGES checks. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3225 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_{ipk|deb}.bbclass: Remove hardcoded install path referenceRichard Purdie2007-11-242-4/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3224 311d38ba-8fff-0310-9ca6-ca027cbcb966
* classes: Use internal bitbake functions and fix packaging unlocking on error ↵Richard Purdie2007-11-243-96/+18
| | | | | | paths git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3222 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: Add ldconfig-native dependency, run ldconfig at image ↵Richard Purdie2007-11-231-2/+6
| | | | | | generation time git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3218 311d38ba-8fff-0310-9ca6-ca027cbcb966
* cross.bbclass: Explicitly set the compiler in the same way as ↵Richard Purdie2007-11-231-0/+13
| | | | | | native.bbclass, otherwise TOOLCHAIN_OPTIONS can interfer git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3212 311d38ba-8fff-0310-9ca6-ca027cbcb966
* insane.bbclass: use bb.error when reporting desktop file problemsRoss Burton2007-11-141-1/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3152 311d38ba-8fff-0310-9ca6-ca027cbcb966
* insane.bbclass: validate desktop filesRoss Burton2007-11-141-2/+13
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3151 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Fix regexpRichard Purdie2007-11-141-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3149 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Improve .la file conversion from installed=yes to installed=noRichard Purdie2007-11-131-1/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3140 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sdk.bbclass: Set directory structure correctly after staging layout changesRichard Purdie2007-11-121-2/+26
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3130 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig: Switch to using sysroot simplifying pkgconfig files. Requires a ↵Richard Purdie2007-11-122-19/+3
| | | | | | full rebuild. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3125 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rearrange staging to match target system layout. This is a major change and ↵Richard Purdie2007-11-121-27/+21
| | | | | | will require a full rebuild. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3123 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig.bbclass: Fix hardcoded staging layout referencesRichard Purdie2007-11-121-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3121 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_deb.bbclass: Make sure alternatives path existsRichard Purdie2007-11-121-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3119 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_deb.bbclass: Fix hardcoded apt.conf path, add depends on ↵Richard Purdie2007-11-121-6/+6
| | | | | | run-postinsts package for deb images git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3118 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove hardcoded staging layout assumptionsRichard Purdie2007-11-128-18/+18
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3117 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_deb: Fix hardcoded etc references, add missing mkdirRichard Purdie2007-11-051-8/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3074 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Fix hardcoded staging referencesRichard Purdie2007-10-291-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3030 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add note from OERichard Purdie2007-10-291-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3018 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Clean up staging referencesRichard Purdie2007-10-291-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3017 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Reference STAGING_DATADIRRichard Purdie2007-10-291-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3016 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sdk.bbclass: package more debug files (from OE)Marcin Juszkiewicz2007-10-251-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2975 311d38ba-8fff-0310-9ca6-ca027cbcb966
* openmoko2.bbclass: sync SVNREV with OEMarcin Juszkiewicz2007-10-251-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2974 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Make populate_packages copy files, not move them during ↵Richard Purdie2007-10-231-3/+82
| | | | | | do_package git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2950 311d38ba-8fff-0310-9ca6-ca027cbcb966
* siteinfo.bbclass: add mips support from OEMarcin Juszkiewicz2007-10-191-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2911 311d38ba-8fff-0310-9ca6-ca027cbcb966
* insane.bbclass: fix x86_64 arch name (from OE)Marcin Juszkiewicz2007-10-191-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2910 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: add checksums.ini generatorMarcin Juszkiewicz2007-10-171-6/+17
| | | | | | | | | | If file is fetched via HTTP or FTP and we do not have its checksum in metadata (conf/checksums.ini) then we generate checksums into TMPDIR/checksums.ini file. Content of that file can be then added into metadata one. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2898 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: merge checksums.ini warning from OEMarcin Juszkiewicz2007-10-161-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2890 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bootimg.bbclass: Fix taskname referenceRichard Purdie2007-10-111-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2867 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Remove depchains packaged() check. This broke after pkgdata ↵Richard Purdie2007-10-021-3/+3
| | | | | | was split for multimachine issues and I'm not sure we need/want it anyway, we're only dealing with Recommends, not Depends git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2824 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_deb.bbclass: Create DPKG_ARCH to allow mapping between debian archs ↵Richard Purdie2007-09-271-2/+10
| | | | | | and Poky ones git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2817 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Append to do_package[deptask], cleanup up PACKAGES checks, ↵Richard Purdie2007-09-271-11/+20
| | | | | | generate .packaged file for depchains benefit (fixing -dev and -dbg package dependencies). People should wipe do_install stamps and rebuild to fix package dependencies git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2815 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_(ipk|deb).bbclass: Rename do_packages stamp to be clearer about what ↵Richard Purdie2007-09-272-9/+10
| | | | | | it does git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2814 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnome.bbclass: change version regexp to handle x.y versions, not just x.y.zRoss Burton2007-09-171-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2752 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: Add menuconfig taskRichard Purdie2007-09-171-0/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2746 311d38ba-8fff-0310-9ca6-ca027cbcb966
* devshell.bbclass: Sync with OE since this no longer works at properly ↵Richard Purdie2007-09-171-2/+7
| | | | | | without this change git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2738 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: Add kernel-vmlinux packageRichard Purdie2007-09-111-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2724 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_ipk.bbclass: Improve directory existence checkRichard Purdie2007-09-051-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2702 311d38ba-8fff-0310-9ca6-ca027cbcb966