| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2007-09-01 | multimachine.bbclass: Add PKGDATA_DIR defintion, disabled for now (from poky) | Richard Purdie | 1 | |
| 2006-11-20 | Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS ↵ | Richard Purdie | 1 | |
| in preparation for deb handling | ||||
| 2006-11-18 | Micro-Optimisation decreasing initial parsing time by 10% | Holger Freyther | 1 | |
| python () {} and python __anonymous () {} are as the same says functions without a name. They get executed when the main bb file is completely parsed. This is used to set information like FILESDIR. This is a python method so it gets evaled which means compiled and executed a lot of times. By moving the code of the anonfunc into a proper method this is only compiled once. The result is is the 10% speed up when parsing. Reindent anonfuncs and new defs without tabs and four spaces | ||||
| 2006-09-27 | multimachine: remove spurious hyphen in staging-kernel-dir | Koen Kooi | 1 | |
| 2006-09-27 | multimachine.bbclass: fix typo spotted by mr Leemans | Koen Kooi | 1 | |
| 2006-09-27 | multimachine.bbclass: include TARGET_VENDOR, closes #1440 | Koen Kooi | 1 | |
| 2006-08-20 | multimachine.bbclass: Should use TARGET_OS, not HOST_OS | Richard Purdie | 1 | |
| 2006-05-28 | multimachine: Change from an include to a .bblass (and update distros using ↵ | Richard Purdie | 1 | |
| multimachine accordingly). Add code to find packages with machine specific subpackages and build these in a multimachine compatible way. | ||||
