summaryrefslogtreecommitdiffstats
path: root/examples/toolchain.yml
AgeCommit message (Collapse)Author
2021-10-03examples: split libgcc from gcc-libs packageMatthias Schiffer
Avoid building gcc-libs twice for cross-native toolchains. libgcc_s.so is still installed as part of gcc-libs.
2021-09-25recipe: specify recipe and task name separately in dependenciesMatthias Schiffer
2021-09-25example: omit recipe name in dependencies where possibleMatthias Schiffer
2021-09-25toolchain: make recipe reusable as a dependencyMatthias Schiffer
2021-09-25gcc-libs: split install step into toolchain and sysroot componentsMatthias Schiffer
Make the sysroot components usable as a regular dependency.
2021-09-25examples: add toolchain meta recipe, fix gcc-libsMatthias Schiffer