summaryrefslogtreecommitdiff
path: root/strata/armv7lhf-cross-toolchain
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-06-20 12:06:55 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-06-20 14:11:09 +0000
commit7055c080c937d60a198442a4c2d796ffca32acac (patch)
treef0759a9c145cd61d2371594eec79302975d56b0a /strata/armv7lhf-cross-toolchain
parent913147ff9f1e8cf6e8b80eb032dace635e24944f (diff)
downloaddefinitions-baserock/richardmaw/S11284/morphologies-by-path.tar.gz
Move systems and strata into subdirectoriesbaserock/richardmaw/S11284/morphologies-by-path
Diffstat (limited to 'strata/armv7lhf-cross-toolchain')
-rw-r--r--strata/armv7lhf-cross-toolchain38
1 files changed, 38 insertions, 0 deletions
diff --git a/strata/armv7lhf-cross-toolchain b/strata/armv7lhf-cross-toolchain
new file mode 100644
index 00000000..bb7a0ce6
--- /dev/null
+++ b/strata/armv7lhf-cross-toolchain
@@ -0,0 +1,38 @@
+name: armv7lhf-cross-toolchain
+kind: stratum
+description: Stratum for building an armv7lhf cross compiler for your native system.
+build-depends:
+- name: build-essential
+ morph: strata/build-essential
+chunks:
+- name: armv7lhf-cross-binutils
+ repo: upstream:binutils-redhat
+ ref: 987eb543a034cddc4eeb103f08f566f24a5f964a
+ unpetrify-ref: baserock/build-essential
+ build-depends: []
+- name: armv7lhf-cross-linux-api-headers
+ repo: upstream:linux
+ ref: eff825d6e284eb0fb04b434429a3e3b2e10cabf8
+ unpetrify-ref: baserock/build-essential
+ build-depends: []
+- name: armv7lhf-cross-gcc-nolibc
+ repo: upstream:gcc-tarball
+ ref: 0a1a077d3466cd99a4ed5590db2146b3fec6fff1
+ unpetrify-ref: baserock/build-essential
+ build-depends:
+ - armv7lhf-cross-binutils
+- name: armv7lhf-cross-eglibc
+ repo: upstream:eglibc2
+ ref: 43ee5d250ad47d2bee8ec17954efb7f22d2b804c
+ unpetrify-ref: baserock/2.15-build-essential
+ build-depends:
+ - armv7lhf-cross-binutils
+ - armv7lhf-cross-gcc-nolibc
+ - armv7lhf-cross-linux-api-headers
+- name: armv7lhf-cross-gcc
+ repo: upstream:gcc-tarball
+ ref: b0254026149b13782eae26d38435a4c62a002cf0
+ unpetrify-ref: baserock/build-essential-4.7
+ build-depends:
+ - armv7lhf-cross-binutils
+ - armv7lhf-cross-eglibc