Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base.bbclass: Fix after bb.decodeurl was fixed | Richard Purdie | 2010-06-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | Update classes to use lib/oe | Joshua Lock | 2010-05-06 | 1 | -0/+26 |
| | | | | | | | Adapt modifications from upstream to make Poky classes use lib/oe for the common Python functionality. Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
* | base.bbclass: Sync minor layout changes with OE.dev | Richard Purdie | 2010-05-06 | 1 | -77/+68 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | classes/conf: Update to handle gcc-runtime | Richard Purdie | 2010-03-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Split up as per the patch in OE.dev by Chris Larson making ↵ | Richard Purdie | 2010-03-19 | 1 | -722/+7 |
| | | | | | | code more readable and modularised Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Really drop siteinfo by default | Richard Purdie | 2010-03-19 | 1 | -4/+0 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Fix missing argument | Richard Purdie | 2009-12-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Fix indentation error | Richard Purdie | 2009-12-18 | 1 | -2/+2 |
| | |||||
* | base.bbclass: Partially sync branch/scm handling functions with OE.dev | Richard Purdie | 2009-12-18 | 1 | -34/+38 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Stage etc directory for native packages | Richard Purdie | 2009-11-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Drop unused PSTAGE_BROKEN_DESTDIR variable and run ↵ | Richard Purdie | 2009-11-16 | 1 | -3/+1 |
| | | | | | | sysroot_prehook at the right point Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Add special stage keyword to override leagcy mode | Richard Purdie | 2009-11-13 | 1 | -0/+2 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵ | Richard Purdie | 2009-11-13 | 1 | -14/+14 |
| | | | | | | | | | | | | | populate_staging task to populate_sysroot This change makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base/autotools.bbclass: Make sure extra dependencies are not lost for native ↵ | Richard Purdie | 2009-11-13 | 1 | -0/+2 |
| | | | | | | and nativesdk BBCLASSEXTEND. Ugly but no simpler/neater way seems possible Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Drop import bb and import os as no longer needed | Richard Purdie | 2009-11-13 | 1 | -23/+5 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Add an option of forcing the new staging mechanism | Richard Purdie | 2009-11-13 | 1 | -0/+2 |
| | | | | | | | Add an option of forcing the new staging mechanism for native packages that don't use autotools with the NATIVE_INSTALL_WORKS option Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Fix do_populate_staging to operating on TMPDIR, not ↵ | Richard Purdie | 2009-11-13 | 1 | -1/+1 |
| | | | | | | STAGING_DIR_TARGET Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | classes: Various staging improvement fixups | Richard Purdie | 2009-11-13 | 1 | -10/+9 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Rework staging function to use a DESTDIR style configuration ↵ | Richard Purdie | 2009-11-13 | 1 | -9/+59 |
| | | | | | | based on the data from the do_install step. This falls back to any standard do_stage function if defined, see the mailing list for more info. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | packaged-staging.bbclass: Use a variable for the location of the staging ↵ | Richard Purdie | 2009-11-13 | 1 | -0/+1 |
| | | | | | | lock file Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | binconfig/pkgconfig.bbclass: Convert staging functions into ↵ | Richard Purdie | 2009-11-13 | 1 | -0/+5 |
| | | | | | | SYSROOT_PREPROCESS_FUNCS operating on SYSROOT_DESTDIR Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | autotools.bbclass: Separate out useful staging functions into base.bbclass ↵ | Richard Purdie | 2009-11-13 | 1 | -0/+60 |
| | | | | | | and call from autotools classes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Only run do_stage if its been overwritten as the default is ↵ | Richard Purdie | 2009-11-13 | 1 | -1/+6 |
| | | | | | | empty and its pointless to run it Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | Remove layout_* variables | Richard Purdie | 2009-09-17 | 1 | -2/+2 |
| | | | | | | | | | | | | Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | base.bbclass: Don't retrieve SRC_URI when not necessary | Damien Lespiau | 2009-08-26 | 1 | -4/+2 |
| | | | | Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> | ||||
* | base.bbclass: packages pulling a mercurial tree should depend on mercurial | Damien Lespiau | 2009-08-26 | 1 | -0/+7 |
| | | | | | | | | As we don't provide a mercurial-native package (yet) let's assume the build machine has it installed and check (sanity.bbclass) if it's the case. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> | ||||
* | base.bbclass: Use subprocess rather than os.system for do_unpack | Richard Purdie | 2009-08-25 | 1 | -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> | ||||
* | base.bbclass: Update to work with systems where install won't overwrite files | Richard Purdie | 2009-05-19 | 1 | -0/+3 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | Merge ssh://gitserver@git.pokylinux.org/poky | Richard Purdie | 2009-04-28 | 1 | -0/+11 |
|\ | |||||
| * | base.bbclass: Add subdir feature to SRC_URI entries (from OE) | Robert Schuster | 2009-03-11 | 1 | -0/+11 |
| | | |||||
* | | base.bbclass: Use explode_deps from bb.utils and remove the obsolete ↵ | Richard Purdie | 2009-02-05 | 1 | -20/+0 |
| | | | | | | | | base.bbclass version | ||||
* | | base.bbclass: Move package metadata handling functions into their own class file | Richard Purdie | 2009-02-05 | 1 | -82/+0 |
|/ | |||||
* | base.bbclass: Remove pointless expand call | Richard Purdie | 2009-01-02 | 1 | -2/+2 |
| | |||||
* | base.bbclass: Add metadata revision handling for git (from OE) | Richard Purdie | 2009-01-02 | 1 | -3/+53 |
| | |||||
* | base.bbclass: Add unpack handling for .jar files (from OE) | Richard Purdie | 2009-01-02 | 1 | -2/+2 |
| | |||||
* | bitbake.conf: Create BPN variable containing the pruned version of PN with ↵ | Richard Purdie | 2009-01-02 | 1 | -1/+9 |
| | | | | various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code | ||||
* | base.bbclass: Improve the git proxy syntax to match the http/ftp syntax too | Richard Purdie | 2008-11-04 | 1 | -5/+2 |
| | |||||
* | base.bbclass: Set GIT_CONFIG correctly | Richard Purdie | 2008-11-04 | 1 | -5/+3 |
| | |||||
* | base.bbclass: Fix whitepsace damage | Richard Purdie | 2008-11-04 | 1 | -3/+3 |
| | |||||
* | base.bbclass: Create ~/.gitconfig if it doesn't already exist | Richard Purdie | 2008-11-04 | 1 | -1/+3 |
| | |||||
* | linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINE | Richard Purdie | 2008-11-04 | 1 | -1/+2 |
| | |||||
* | base.bbclass: Fix infinite loop | Richard Purdie | 2008-10-31 | 1 | -3/+3 |
| | |||||
* | base.bbclass: Fix typo | Richard Purdie | 2008-10-31 | 1 | -2/+2 |
| | |||||
* | base.bbclass: Fix the git config file writing code | Richard Purdie | 2008-10-31 | 1 | -7/+8 |
| | |||||
* | base.bbclass: Fix getVar call | Richard Purdie | 2008-10-31 | 1 | -1/+1 |
| | |||||
* | base.bbclass: Add missing import os | Richard Purdie | 2008-10-31 | 1 | -0/+1 |
| | |||||
* | base.bbclass: Add missing import bb | Richard Purdie | 2008-10-31 | 1 | -0/+1 |
| | |||||
* | base.bbclass: Additional git proxy support. | Joshua Lock | 2008-10-30 | 1 | -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 URLs | Richard Purdie | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | base.bbclass: Output notes only on BB <= 1.8.x | Robert Bradford | 2008-10-20 | 1 | -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 |