Yocto “磁盘空间不足”/tmp“;临时目录。启动需要100 MB

Yocto “磁盘空间不足”/tmp“;临时目录。启动需要100 MB,yocto,intel-mkl,openembedded,Yocto,Intel Mkl,Openembedded,我正在将Intel MKL安装到yocto中 以下是我的bb部分: S = "${WORKDIR}/l_mkl_2020.0.166/" do_install () { install -d -m 755 ${D}/opt/intel install -d -m 755 ${D}/tmp ./install.sh -t ${D}/tmp } bitbake时,它将显示: not enough disk space in "/tmp" temporary directory.

我正在将Intel MKL安装到yocto中

以下是我的bb部分:

S = "${WORKDIR}/l_mkl_2020.0.166/"

do_install () {
   install -d -m 755 ${D}/opt/intel
   install -d -m 755 ${D}/tmp
   ./install.sh -t ${D}/tmp
}
bitbake时,它将显示:

not enough disk space in "/tmp" temporary directory. 100 MB is required for startup.
我也看到了同样的问题:


还没有解决方案。

可能是patch install.sh来删除空间检查?似乎Intel通过
meta Intel iss
提供了MKL Yocto支持,也许你有它?MPI怎么样,Intel在Yocto中也支持它吗?我不知道,我没有使用ISS myselfMaybe patch install.sh来删除空间检查?似乎Intel通过
meta Intel ISS
提供了MKL Yocto支持,也许你有它?MPI呢,Intel在Yocto中也支持它吗?我不知道,我自己没有使用ISS