<p dir="ltr">Well, I'm in home now monday I'll take a look on this, it should have a way, maybe a little hack is needed, thanks for informing, best regards I keep in touch</p>
<div class="gmail_quote">Em 26/06/2015 21:39, "Nikolay Dimitrov" <<a href="mailto:picmaster@mail.bg">picmaster@mail.bg</a>> escreveu:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Daniel,<br>
<br>
On 06/27/2015 03:30 AM, Daniel. wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What you mean about deployed? They are compiled but doesnt go to<br>
tmp/deploy folder?!<br>
</blockquote>
<br>
Exactly. In my project I also don't use the sdcard image, but I just<br>
have to leave it because of the previously described behavior.<br>
<br>
Guess how I discovered it :D (hint: tried to optimize the build times<br>
and disk usage).<br>
<br>
Best way is to see for yourself. Just edit the file sources/meta-<br>
yourlayer/conf/machine/yourboard.conf and put something like this:<br>
<br>
# Shoot myself in the foot<br>
#IMAGE_FSTYPES = "tar sdcard"<br>
IMAGE_FSTYPES = "tar"<br>
<br>
...and give it a try. It may be a good idea to fully clean your build<br>
space (rm -fr cache sstate-cache tmp) before building, otherwise old<br>
build products in tmp/deploy can fool you that a build is properly<br>
done, while it was not.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Im building to imx6 :/<br>
<br>
Em 26/06/2015 21:25, "Nikolay Dimitrov" <<a href="mailto:picmaster@mail.bg" target="_blank">picmaster@mail.bg</a><br>
<mailto:<a href="mailto:picmaster@mail.bg" target="_blank">picmaster@mail.bg</a>>> escreveu:<br>
<br>
  Hi guys,<br>
<br>
  On 06/26/2015 11:32 PM, Daniel. wrote:<br>
<br>
    Hmm, this seems cleaner than setting whole IMAGE_FSTYPES, I'll try!<br>
<br>
    Thank you!<br>
<br>
    2015-06-26 17:28 GMT-03:00 Gary Thomas <<a href="mailto:gary@mlbassoc.com" target="_blank">gary@mlbassoc.com</a><br>
    <mailto:<a href="mailto:gary@mlbassoc.com" target="_blank">gary@mlbassoc.com</a>><br>
    <mailto:<a href="mailto:gary@mlbassoc.com" target="_blank">gary@mlbassoc.com</a> <mailto:<a href="mailto:gary@mlbassoc.com" target="_blank">gary@mlbassoc.com</a>>>>:<br>
<br>
       On 2015-06-26 13:52, Leonardo Sandoval wrote:<br>
<br>
         On 06/26/2015 02:45 PM, Daniel. wrote:<br>
<br>
           Does any one knows how to avoid the creation of .sdcard<br>
           images? This ones<br>
<br>
         The variable controlling the type of output images is<br>
         IMAGE_FSTYPES, so you can redefine it under your<br>
    local.conf. To<br>
         see the current content, you can do<br>
<br>
         $bitbake -e <your image> | grep IMAGE_FSTYPES<br>
<br>
<br>
       Just add this line to your local.conf<br>
        IMAGE_FSTYPES_remove = "sdcard"<br>
<br>
<br>
<br>
           takes a lot of diskspace and I have to delete it<br>
           periodically, which gives<br>
           headaches about cleaning everything every time. A<br>
    have an<br>
           50GB partition<br>
           and from month to month I get out of disk space. :(<br>
<br>
           Thanks in advance<br>
<br>
<br>
<br>
<br>
       --<br>
       ------------------------------------------------------------<br>
       Gary Thomas         | Consulting for the<br>
       MLB Associates       |  Embedded world<br>
       ------------------------------------------------------------<br>
       --<br>
       _______________________________________________<br>
       yocto mailing list<br>
    <a href="mailto:yocto@yoctoproject.org" target="_blank">yocto@yoctoproject.org</a> <mailto:<a href="mailto:yocto@yoctoproject.org" target="_blank">yocto@yoctoproject.org</a>><br>
    <mailto:<a href="mailto:yocto@yoctoproject.org" target="_blank">yocto@yoctoproject.org</a> <mailto:<a href="mailto:yocto@yoctoproject.org" target="_blank">yocto@yoctoproject.org</a>>><br>
    <a href="https://lists.yoctoproject.org/listinfo/yocto" rel="noreferrer" target="_blank">https://lists.yoctoproject.org/listinfo/yocto</a><br>
<br>
<br>
<br>
<br>
    --<br>
    /"Do or do not. There is no try"/<br>
    ///*Yoda Master*/<br>
<br>
<br>
<br>
  Removing "sdcard" from IMAGE_FSTYPES will prevent virtual/kernel and<br>
  virtual/bootloader from being deployed, and most of the time we need<br>
  them, so be warned. At least this is how things work on imx6 builds :D.<br>
<br>
  Regards,<br>
  Nikolay<br>
<br>
</blockquote>
<br>
Regards,<br>
Nikolay<br>
</blockquote></div>