summaryrefslogtreecommitdiff
path: root/bsp-imx53.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
|
* Rename bootstrap morphologiesRichard Maw2012-10-011-0/+13
This requires the bootstrap script to be fixed.