From 9ca49cfc252b2b59965a0d088073862da9c57861 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 26 Sep 2021 23:21:35 +0200 Subject: examples: drop redundant dependencies --- examples/busybox.yml | 6 ------ examples/e2fsprogs.yml | 12 ------------ examples/gcc-libs.yml | 15 --------------- examples/gcc.yml | 5 ----- examples/glibc.yml | 16 ---------------- examples/libgcc-initial.yml | 20 -------------------- examples/linux.yml | 6 ------ 7 files changed, 80 deletions(-) (limited to 'examples') 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' -- cgit v1.2.3