summaryrefslogtreecommitdiff
path: root/bsp-x86_32-generic.morph
Commit message (Collapse)AuthorAgeFilesLines
* Split 'foundation' stratum back out of 'core'Sam Thursfield2013-02-051-1/+1
| | | | | | | | | | | | | | | | Mixing together the set of build tools required to build the base system and the components in the base system itself has one big issue: changing any component of the base system triggers a rebuild of every higher stratum, which even for simple Baserock systems means constantly rebuilding Linux. To solve this, I have turned 'core' into a sort of larger version of build-essential (I am considering renaming it to 'build-core' or even just 'build'). Chunks which are required for running a base system but not during the build of other components are now in the resurrected 'foundation' stratum, along with their specific dependencies (which stratum a chunk should go in is roughly decided by its utility to chunks outside of foundation).
* Fix refs to be correct, instead of to Sam's branchLars Wirzenius2013-01-281-1/+1
| | | | I failed to do this when merging. Mea culpa.
* Add correct build-depends to BSP strataSam Thursfield2013-01-281-0/+7
|
* Create x86_32 system variantsSam Thursfield2012-11-231-0/+25
Although this duplicates the definitions of the systems, it is misleading to build a system named x86_64 for 32-bit x86, and we have a real instance of a user expecting the x86_32 system morphs to exist and becoming confused that they don't.