summaryrefslogtreecommitdiff
path: root/x86_64-generic-bootstrap-pass3.morph
blob: 0ef5237c62d281963345f31c41fa8f2cb131a932 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "x86_64-generic-bootstrap-pass3",
    "description": "The set of strata that constitute the final bootstrap for 64-bit x86 systems. This is a stratum rather than a system because a system image is not necessarily required to finish a bootstrap, and listing multiple strata on the command line doesn't share a staging area, so x86_64-generic-bsp fails to find what it needs from devel.",
    "kind": "stratum",
    "build-depends": [
        "foundation",
        "devel",
        "x86_64-generic-bsp"
    ]
}