summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/stage2.bst
blob: ccabaf58637c59e1e95408b4b411d4e125f3d698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
kind: stack

depends:
- gnu-toolchain/stage2-binutils.bst
- gnu-toolchain/stage2-busybox.bst
- gnu-toolchain/stage2-fhs-dirs.bst
- gnu-toolchain/stage2-glibc.bst
- gnu-toolchain/stage2-gawk.bst
- gnu-toolchain/stage2-gcc.bst
- gnu-toolchain/stage2-linux-api-headers.bst
- gnu-toolchain/stage2-make.bst
- gnu-toolchain/stage2-fake-bash.bst
- gnu-toolchain/stage2-reset-specs.bst

# Stage 2 is a minimal base used to build the
# base runtime, must ldconfig when building on stage2
public:
  bst:
    integration-commands:
    - |
      # In this stage, it may be that ld.so.conf doesnt exist yet
      ldconfig || exit 0