summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2023-10-02 01:22:48 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2023-10-02 01:23:10 +0200
commit1104145fdae0a1e31970f5a9642e25d722ca0111 (patch)
treed66169da63c1cbeafb495024d635ae7af28f9f95
parente739a7e89a6282f735d91daeb0c213efe9c0b077 (diff)
downloadrebel-1104145fdae0a1e31970f5a9642e25d722ca0111.tar
rebel-1104145fdae0a1e31970f5a9642e25d722ca0111.zip
examples: rename rootfs.yml to image.yml
-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: |