summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-26 23:21:35 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-26 23:21:35 +0200
commit9ca49cfc252b2b59965a0d088073862da9c57861 (patch)
tree48b1f2f1eb924789936fdbefabb9ec5aeb2d8f96 /examples
parent075e7c7fdc04c2173aac3d94127791a162d41bc1 (diff)
downloadrebel-9ca49cfc252b2b59965a0d088073862da9c57861.tar
rebel-9ca49cfc252b2b59965a0d088073862da9c57861.zip
examples: drop redundant dependencies
Diffstat (limited to 'examples')
-rw-r--r--examples/busybox.yml6
-rw-r--r--examples/e2fsprogs.yml12
-rw-r--r--examples/gcc-libs.yml15
-rw-r--r--examples/gcc.yml5
-rw-r--r--examples/glibc.yml16
-rw-r--r--examples/libgcc-initial.yml20
-rw-r--r--examples/linux.yml6
7 files changed, 0 insertions, 80 deletions
diff --git a/examples/busybox.yml b/examples/busybox.yml
index 198dc2c..5d96d01 100644
--- a/examples/busybox.yml
+++ b/examples/busybox.yml
@@ -45,12 +45,6 @@ tasks:
host: 'platform'
inherit:
task: 'compile'
- build_depends:
- - recipe: 'toolchain'
- task: 'build_depends'
- depends:
- - recipe: 'toolchain'
- task: 'depends'
output:
default:
runtime_depends:
diff --git a/examples/e2fsprogs.yml b/examples/e2fsprogs.yml
index d51a0f9..2f3cbde 100644
--- a/examples/e2fsprogs.yml
+++ b/examples/e2fsprogs.yml
@@ -37,12 +37,6 @@ tasks:
host: 'platform'
inherit:
task: 'configure'
- build_depends:
- - recipe: 'toolchain'
- task: 'build_depends'
- depends:
- - recipe: 'toolchain'
- task: 'depends'
run: |
cd e2fsprogs-build
make -j8
@@ -52,12 +46,6 @@ tasks:
host: 'platform'
inherit:
task: 'compile'
- build_depends:
- - recipe: 'toolchain'
- task: 'build_depends'
- depends:
- - recipe: 'toolchain'
- task: 'depends'
output:
default:
runtime_depends:
diff --git a/examples/gcc-libs.yml b/examples/gcc-libs.yml
index 1a43ebb..7ef1726 100644
--- a/examples/gcc-libs.yml
+++ b/examples/gcc-libs.yml
@@ -6,11 +6,6 @@ tasks:
inherit:
recipe: 'gcc'
task: 'compile'
- build_depends:
- - recipe: 'binutils'
- task: 'install'
- args:
- target: 'target'
depends:
- recipe: 'glibc'
task: 'install'
@@ -26,16 +21,6 @@ tasks:
target: 'platform'
inherit:
task: 'compile'
- build_depends:
- - recipe: 'binutils'
- task: 'install'
- args:
- target: 'target'
- depends:
- - recipe: 'glibc'
- task: 'install'
- args:
- host: 'target'
output:
default: {}
run: |
diff --git a/examples/gcc.yml b/examples/gcc.yml
index 4bc19f4..436ab8c 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -79,11 +79,6 @@ tasks:
target: 'platform'
inherit:
task: 'configure'
- build_depends:
- - recipe: 'binutils'
- task: 'install'
- args:
- target: 'target'
depends:
- task: 'header-stubs'
noinherit: true
diff --git a/examples/glibc.yml b/examples/glibc.yml
index 13f1206..5ee9aeb 100644
--- a/examples/glibc.yml
+++ b/examples/glibc.yml
@@ -55,14 +55,6 @@ tasks:
host: 'platform'
inherit:
task: 'configure'
- build_depends:
- - recipe: 'gcc'
- task: 'install'
- - recipe: 'libgcc-initial'
- task: 'install'
- depends:
- - recipe: 'linux-uapi-headers'
- task: 'install'
run: |
cd glibc-build
make -j8
@@ -72,14 +64,6 @@ tasks:
host: 'platform'
inherit:
task: 'compile'
- build_depends:
- - recipe: 'gcc'
- task: 'install'
- - recipe: 'libgcc-initial'
- task: 'install'
- depends:
- - recipe: 'linux-uapi-headers'
- task: 'install'
output:
default:
runtime_depends:
diff --git a/examples/libgcc-initial.yml b/examples/libgcc-initial.yml
index 046ff4f..96d683b 100644
--- a/examples/libgcc-initial.yml
+++ b/examples/libgcc-initial.yml
@@ -6,15 +6,9 @@ tasks:
inherit:
recipe: 'gcc'
task: 'compile'
- build_depends:
- - recipe: 'binutils'
- task: 'install'
- args:
- target: 'target'
depends:
- recipe: 'gcc'
task: 'header-stubs'
- noinherit: true
run: |
cd gcc-build
make configure-target-libgcc
@@ -36,15 +30,6 @@ tasks:
target: 'platform'
inherit:
task: 'configure'
- build_depends:
- - recipe: 'binutils'
- task: 'install'
- args:
- target: 'target'
- depends:
- - recipe: 'gcc'
- task: 'header-stubs'
- noinherit: true
run: |
cd gcc-build
make -j8 all-target-libgcc
@@ -55,11 +40,6 @@ tasks:
target: 'platform'
inherit:
task: 'compile'
- build_depends:
- - recipe: 'binutils'
- task: 'install'
- args:
- target: 'target'
output:
default: {}
run: |
diff --git a/examples/linux.yml b/examples/linux.yml
index d024952..6e4426b 100644
--- a/examples/linux.yml
+++ b/examples/linux.yml
@@ -28,9 +28,6 @@ tasks:
host: 'platform'
inherit:
task: 'configure'
- build_depends:
- - recipe: 'gcc'
- task: 'install'
run: |
cd linux-build
make \
@@ -43,9 +40,6 @@ tasks:
host: 'platform'
inherit:
task: 'compile'
- build_depends:
- - recipe: 'gcc'
- task: 'install'
output:
boot:
path: 'boot'