<div dir="ltr">I added the meta-openembedded layer to my configuration. I want to have libmcrypt (in meta-openembedded/meta-oe/recipes-support) on my system:<div><br></div><div>IMAGE_INSTALL += "libmcrypt"<br></div><div><br></div><div>The library (libmcrypt.so) is actually being built. Everything is located in "libmcrypt/2.5.8-r0/package/usr", however after flashing the image libmcrypt is not part of the filesystem.</div><div><br></div><div>I tried writing some kind of "libmcrypt_%.bbappend" with</div><div><br></div><div><div>do_install() {</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>install -m 0755 ${WORKDIR}/package/usr ${D}/</div><div>}</div></div><div><br></div><div>However, I get a bitbake error that do_install failed but there is exact message. Any ideas how to solve this properly?</div><div><br></div><div><br></div></div>