From 204787cb80dbdda5c097d13773de4cc418a78845 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 5 Mar 2014 10:15:42 +0000 Subject: Add patchelf to toolchain systems This has a different stratum for tools required for the SDK that aren't part of the toolchain, to keep the dependencies low, since there's other tools required on the horizon, and building the cross compiler has fewer dependencies than patchelf. I will fix the repo and ref for patchelf after merge to be from git.baserock.org --- armv7lhf-cross-toolchain-system-x86_32-generic.morph | 1 + armv7lhf-cross-toolchain-system-x86_64-generic.morph | 1 + cross-tools.morph | 10 ++++++++++ 3 files changed, 12 insertions(+) create mode 100644 cross-tools.morph diff --git a/armv7lhf-cross-toolchain-system-x86_32-generic.morph b/armv7lhf-cross-toolchain-system-x86_32-generic.morph index ec5ca68f..1c9ae41d 100644 --- a/armv7lhf-cross-toolchain-system-x86_32-generic.morph +++ b/armv7lhf-cross-toolchain-system-x86_32-generic.morph @@ -5,6 +5,7 @@ description: A system that contains an ARM cross compiler, intended to be used a strata: - morph: build-essential - morph: armv7lhf-cross-toolchain +- morph: cross-tools configuration-extensions: - set-hostname - add-config-files diff --git a/armv7lhf-cross-toolchain-system-x86_64-generic.morph b/armv7lhf-cross-toolchain-system-x86_64-generic.morph index c8f53721..43f5bf87 100644 --- a/armv7lhf-cross-toolchain-system-x86_64-generic.morph +++ b/armv7lhf-cross-toolchain-system-x86_64-generic.morph @@ -5,6 +5,7 @@ description: A system that contains an ARM cross compiler, intended to be used a strata: - morph: build-essential - morph: armv7lhf-cross-toolchain +- morph: cross-tools configuration-extensions: - set-hostname - add-config-files diff --git a/cross-tools.morph b/cross-tools.morph new file mode 100644 index 00000000..3ccd75f7 --- /dev/null +++ b/cross-tools.morph @@ -0,0 +1,10 @@ +name: cross-tools +kind: stratum +description: Tools used together with cross compilers +build-depends: +- morph: core +chunks: +- name: patchelf + repo: upstream:patchelf + ref: baserock/morph + build-depends: [] -- cgit v1.2.1