summaryrefslogtreecommitdiffstats
path: root/examples/recipes
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-31 23:47:34 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-31 23:48:59 +0100
commitd12f6a85411ea73aa7dc40beef21aff255be0478 (patch)
tree872fd7300f5f98a37f40a643d888cffafcf70eb4 /examples/recipes
parent3beb3227fcbd9b79775e703ccd7b80b6108185fe (diff)
downloadrebel-d12f6a85411ea73aa7dc40beef21aff255be0478.tar
rebel-d12f6a85411ea73aa7dc40beef21aff255be0478.zip
driver: add toolchain prefix to PATH
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'examples/recipes')
-rw-r--r--examples/recipes/rootfs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/recipes/rootfs.yml b/examples/recipes/rootfs.yml
index 77b50ba..03b52d6 100644
--- a/examples/recipes/rootfs.yml
+++ b/examples/recipes/rootfs.yml
@@ -52,5 +52,5 @@ tasks:
)"
mkdir {{destdir}}
- {{build.prefix}}/bin/make_ext4fs -l 2G -T "$SOURCE_DATE_EPOCH" -L root "$IMAGE" {{sysroot}}
- E2FSPROGS_FAKE_TIME="$SOURCE_DATE_EPOCH" {{build.prefix}}/sbin/tune2fs -U "$UUID" "$IMAGE"
+ make_ext4fs -l 2G -T "$SOURCE_DATE_EPOCH" -L root "$IMAGE" {{sysroot}}
+ E2FSPROGS_FAKE_TIME="$SOURCE_DATE_EPOCH" tune2fs -U "$UUID" "$IMAGE"