summaryrefslogtreecommitdiff
path: root/classes/multimachine.bbclass
AgeCommit message (Collapse)AuthorFiles
2006-11-20Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS ↵Richard Purdie1
in preparation for deb handling
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther1
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-27multimachine: remove spurious hyphen in staging-kernel-dirKoen Kooi1
2006-09-27multimachine.bbclass: fix typo spotted by mr Leemans Koen Kooi1
2006-09-27multimachine.bbclass: include TARGET_VENDOR, closes #1440Koen Kooi1
2006-08-20multimachine.bbclass: Should use TARGET_OS, not HOST_OSRichard Purdie1
2006-05-28multimachine: Change from an include to a .bblass (and update distros using ↵Richard Purdie1
multimachine accordingly). Add code to find packages with machine specific subpackages and build these in a multimachine compatible way.