summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/rootfs.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/rootfs.yml b/examples/rootfs.yml
index ae831da..e1cbbf3 100644
--- a/examples/rootfs.yml
+++ b/examples/rootfs.yml
@@ -5,6 +5,10 @@ tasks:
depends:
- recipe: 'busybox'
task: 'install'
+ - recipe: 'toolchain'
+ task: 'build_depends'
+ args:
+ target: 'host'
output:
default: {}
run: |
@@ -41,5 +45,5 @@ tasks:
mkdir {{destdir}}
IMAGE={{destdir}}/{{pn}}.ext4
- truncate -s 1G "$IMAGE"
+ truncate -s 2G "$IMAGE"
{{build.prefix}}/sbin/mkfs.ext4 -d {{sysroot}} "$IMAGE"