【发布时间】:2017-02-18 13:57:38
【问题描述】:
我最近开始使用 Bitbake 来构建 Yocto。每次构建时,它都会消耗更多空间,目前我的磁盘空间不足。图像不会被覆盖。每次构建都会创建一组带有时间戳的新文件。我已经从 build/tmp/deploy/images/ 中删除了旧文件。但这对磁盘可用空间没有太大影响。还有其他可以删除内容的地方吗?
我在构建过程中观察到的错误是:
WARNING: The free space of source/build/tmp (/dev/sda4) is running low (0.999GB left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
WARNING: The free space of source/build/sstate-cache (/dev/sda4) is running low (0.999GB left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
WARNING: The free space of source/build/downloads (/dev/sda4) is running low (0.999GB left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
请提出一些建议以避免此问题。
【问题讨论】: