summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* base.bbclass: Improve the git proxy syntax to match the http/ftp syntax tooRichard Purdie2008-11-041-5/+2
|
* base.bbclass: Set GIT_CONFIG correctlyRichard Purdie2008-11-041-5/+3
|
* base.bbclass: Fix whitepsace damageRichard Purdie2008-11-041-3/+3
|
* base.bbclass: Create ~/.gitconfig if it doesn't already existRichard Purdie2008-11-041-1/+3
|
* linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINERichard Purdie2008-11-041-1/+2
|
* base.bbclass: Fix infinite loopRichard Purdie2008-10-311-3/+3
|
* base.bbclass: Fix typoRichard Purdie2008-10-311-2/+2
|
* base.bbclass: Fix the git config file writing codeRichard Purdie2008-10-311-7/+8
|
* base.bbclass: Fix getVar callRichard Purdie2008-10-311-1/+1
|
* base.bbclass: Add missing import osRichard Purdie2008-10-311-0/+1
|
* base.bbclass: Add missing import bbRichard Purdie2008-10-311-0/+1
|
* base.bbclass: Additional git proxy support.Joshua Lock2008-10-301-0/+25
| | | | | | | Add to the git proxy support so that the proxy configuration can be propogated to the git config (etc/gitconfig in staging). Add support for ignored hosts in the git proxy. Examples in site.conf.sample
* base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLsRichard Purdie2008-10-231-1/+1
|
* base.bbclass: Output notes only on BB <= 1.8.xRobert Bradford2008-10-201-2/+6
| | | | | | | | With BB > 1.9 the UI can output the details of an event as it chooses. They do not need to be converted into notes. Without this patch spurious messages are generated on BB 1.9. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5540 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add automatic osc-native dependencies for osc:// recipesRichard Purdie2008-10-071-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5425 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add read_subpkgdata_dict functionRichard Purdie2008-10-021-0/+13
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5389 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Split STAGING and CROSS to become target specific so armv5 ↵Richard Purdie2008-07-191-1/+1
| | | | | | binaries don't mix with armv6 or v7, likewise with the cross compilers themselves. Also move pkgdata our of staging since it follows a totally different directory structure to staging. These changes break ABI so change the ABI number git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4893 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Merge multimachine class into bitbake.conf and create singlemachine.bbclass ↵Richard Purdie2008-07-171-23/+37
| | | | | | as a backwards compatibility option git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4858 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Disable do_mrproper - it doesn't do anything sane/usefulRichard Purdie2008-05-291-12/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4563 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add sanity check for multiple file matches to oe_libinstall ↵Richard Purdie2008-05-121-0/+9
| | | | | | from OE.dev git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4460 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: don't add shasum-native dependency if we are building ↵Ross Burton2008-05-061-6/+7
| | | | | | shasum-native git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4444 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: only depend on shasum-native if we don't have hashlibRoss Burton2008-05-011-4/+22
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4389 311d38ba-8fff-0310-9ca6-ca027cbcb966
* When checksuming tarballs use bb.utils.*_sum instead of calling commands ↵Ross Burton2008-05-011-15/+15
| | | | | | directly git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4387 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Remove unneeded importsRichard Purdie2008-04-271-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4356 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add checkuri/checkuriall tasks to check validity of upstream ↵Richard Purdie2008-04-271-0/+39
| | | | | | source URLs git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4353 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add setscene task to handle preparing the work area at the ↵Richard Purdie2008-04-271-2/+20
| | | | | | start of a given task, fixing the handling of the rebuild task. This task removes the need for do_prepackaged_stage in packaged-staging.bbclass. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4351 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Prefer gcc 3.4.6/7 over 3.4Richard Purdie2008-04-251-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4341 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Fix dependency_libs libtool mangling regexpRichard Purdie2008-04-221-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4306 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Sync with OE.devRichard Purdie2008-03-191-0/+19
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4064 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Let unpack task remove S beforehand which fixes clean ↵Richard Purdie2008-03-101-4/+7
| | | | | | handling. Optimise some expand and getVar calls git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3982 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Sync with OERichard Purdie2008-03-031-23/+38
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3894 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
* 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-031-0/+17
| | | | | | base.bbclass git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3402 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
* 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
* 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
* 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
* 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
* 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
* base.bbclass: Swicth to use cleandirs flag for install taskRichard Purdie2007-09-051-6/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2694 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Remove and re-create when installing to ensure that it is emptyRoss Burton2007-09-031-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2680 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Further tweaks from OERichard Purdie2007-09-011-16/+20
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2629 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Remove legacy code which hides bugsRichard Purdie2007-09-011-2/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2628 311d38ba-8fff-0310-9ca6-ca027cbcb966