Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-04-28 | Merge ssh://gitserver@git.pokylinux.org/poky | Richard Purdie | 1 | |
2009-03-11 | base.bbclass: Add subdir feature to SRC_URI entries (from OE) | Robert Schuster | 1 | |
2009-02-05 | base.bbclass: Use explode_deps from bb.utils and remove the obsolete ↵ | Richard Purdie | 1 | |
base.bbclass version | ||||
2009-02-05 | base.bbclass: Move package metadata handling functions into their own class file | Richard Purdie | 1 | |
2009-01-02 | base.bbclass: Remove pointless expand call | Richard Purdie | 1 | |
2009-01-02 | base.bbclass: Add metadata revision handling for git (from OE) | Richard Purdie | 1 | |
2009-01-02 | base.bbclass: Add unpack handling for .jar files (from OE) | Richard Purdie | 1 | |
2009-01-02 | bitbake.conf: Create BPN variable containing the pruned version of PN with ↵ | Richard Purdie | 1 | |
various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code | ||||
2008-11-04 | base.bbclass: Improve the git proxy syntax to match the http/ftp syntax too | Richard Purdie | 1 | |
2008-11-04 | base.bbclass: Set GIT_CONFIG correctly | Richard Purdie | 1 | |
2008-11-04 | base.bbclass: Fix whitepsace damage | Richard Purdie | 1 | |
2008-11-04 | base.bbclass: Create ~/.gitconfig if it doesn't already exist | Richard Purdie | 1 | |
2008-11-04 | linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINE | Richard Purdie | 1 | |
2008-10-31 | base.bbclass: Fix infinite loop | Richard Purdie | 1 | |
2008-10-31 | base.bbclass: Fix typo | Richard Purdie | 1 | |
2008-10-31 | base.bbclass: Fix the git config file writing code | Richard Purdie | 1 | |
2008-10-31 | base.bbclass: Fix getVar call | Richard Purdie | 1 | |
2008-10-31 | base.bbclass: Add missing import os | Richard Purdie | 1 | |
2008-10-31 | base.bbclass: Add missing import bb | Richard Purdie | 1 | |
2008-10-30 | base.bbclass: Additional git proxy support. | Joshua Lock | 1 | |
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 | ||||
2008-10-23 | base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLs | Richard Purdie | 1 | |
2008-10-20 | base.bbclass: Output notes only on BB <= 1.8.x | Robert Bradford | 1 | |
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 | ||||
2008-10-07 | base.bbclass: Add automatic osc-native dependencies for osc:// recipes | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5425 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-02 | base.bbclass: Add read_subpkgdata_dict function | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5389 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-07-19 | bitbake.conf: Split STAGING and CROSS to become target specific so armv5 ↵ | Richard Purdie | 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 | ||||
2008-07-17 | Merge multimachine class into bitbake.conf and create singlemachine.bbclass ↵ | Richard Purdie | 1 | |
as a backwards compatibility option git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4858 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-05-29 | base.bbclass: Disable do_mrproper - it doesn't do anything sane/useful | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4563 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-05-12 | base.bbclass: Add sanity check for multiple file matches to oe_libinstall ↵ | Richard Purdie | 1 | |
from OE.dev git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4460 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-05-06 | base.bbclass: don't add shasum-native dependency if we are building ↵ | Ross Burton | 1 | |
shasum-native git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4444 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-05-01 | base.bbclass: only depend on shasum-native if we don't have hashlib | Ross Burton | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4389 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-05-01 | When checksuming tarballs use bb.utils.*_sum instead of calling commands ↵ | Ross Burton | 1 | |
directly git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4387 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-04-27 | base.bbclass: Remove unneeded imports | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4356 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-04-27 | base.bbclass: Add checkuri/checkuriall tasks to check validity of upstream ↵ | Richard Purdie | 1 | |
source URLs git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4353 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-04-27 | base.bbclass: Add setscene task to handle preparing the work area at the ↵ | Richard Purdie | 1 | |
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 | ||||
2008-04-25 | base.bbclass: Prefer gcc 3.4.6/7 over 3.4 | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4341 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-04-22 | base.bbclass: Fix dependency_libs libtool mangling regexp | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4306 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-03-19 | base.bbclass: Sync with OE.dev | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4064 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-03-10 | base.bbclass: Let unpack task remove S beforehand which fixes clean ↵ | Richard Purdie | 1 | |
handling. Optimise some expand and getVar calls git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3982 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-03-03 | base.bbclass: Sync with OE | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3894 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-02-17 | base.bbclass: align build configuration dump properly | Marcin Juszkiewicz | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3823 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-02-15 | base.bbclass: Drop _FUNCTION suffix to METADATA_REVISION | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3819 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-02-15 | base.bbclass: Show svn revision of poky being used | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3818 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-01-06 | base.bbclass: Make sure PATH searched for applications is expanded | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3413 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-01-03 | base and sanity bbclasses + qemu: move gcc3 availability checking into ↵ | Marcin Juszkiewicz | 1 | |
base.bbclass git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3402 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2007-11-30 | base.bbclass: Fix populate_staging whitespace | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3272 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2007-11-25 | base.bbclass: Fix PKGDATA to work properly with multimachine | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3238 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2007-11-25 | base.bbclass: Add buildall task | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3230 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2007-11-14 | base.bbclass: Fix regexp | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3149 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2007-11-13 | base.bbclass: Improve .la file conversion from installed=yes to installed=no | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3140 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2007-10-29 | base.bbclass: Fix hardcoded staging references | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3030 311d38ba-8fff-0310-9ca6-ca027cbcb966 |