summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-02 23:36:21 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-02 23:36:21 +0200
commit574be70b518e44f3ef989ad425e0ac5ec4d22c67 (patch)
treee8afceb03fb345771a3f2ca24bd9bef16a2707cb /examples
parentcf85af2115788710cd58e78466ec393c1fa95f2d (diff)
downloadrebel-574be70b518e44f3ef989ad425e0ac5ec4d22c67.tar
rebel-574be70b518e44f3ef989ad425e0ac5ec4d22c67.zip
examples: rootfs: include toolchain
Diffstat (limited to 'examples')
-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"