Related to that I have another question. If I use this recipe to create an image
<div><br></div><div><div>DESCRIPTION = "A small image with gcc"</div><div>IMAGE_INSTALL = "task-core-boot gcc"</div><div>LICENSE = "MIT"</div><div>inherit core-image</div></div><div><br></div>
<div>and call it <a href="http://myimage.bb">myimage.bb</a></div><div><br></div><div>${TMPDIR}/deploy/icenses will contain a subdirectory named myimage. However, the content of the directory is not, as I would love to have it, a license.manifest and a package.manifest file but the MIT licensing information.</div>
<div><br></div><div>What makes a recipe such as <a href="http://core-image-minimal.bb">core-image-minimal.bb</a> magically different from <a href="http://myimage.bb">myimage.bb</a> so that the former includes the manifests? It does not seem to be the content of the recipe.</div>
<div><br></div><div>:rjs</div><div><br></div>