From d12f6a85411ea73aa7dc40beef21aff255be0478 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 31 Oct 2021 23:47:34 +0100 Subject: driver: add toolchain prefix to PATH Signed-off-by: Matthias Schiffer --- examples/recipes/rootfs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/recipes/rootfs.yml') 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" -- cgit v1.2.3