summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/recipes/image.yml (renamed from examples/recipes/rootfs.yml)6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/recipes/rootfs.yml b/examples/recipes/image.yml
index 03b52d6..883fa3b 100644
--- a/examples/recipes/rootfs.yml
+++ b/examples/recipes/image.yml
@@ -1,5 +1,5 @@
tasks:
- install:
+ rootfs:
args:
host: 'platform'
depends:
@@ -31,7 +31,7 @@ tasks:
rsync -aHAXK {{sysroot}}/ {{destdir}}
- image-ext4:
+ ext4:
args:
host: 'platform'
build_depends:
@@ -40,7 +40,7 @@ tasks:
- recipe: 'make_ext4fs'
task: 'install'
depends:
- - task: 'install'
+ - task: 'rootfs'
output:
default: {}
run: |