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