[oe] Package selection

Khem Raj raj.khem at gmail.com
Tue Jun 19 04:40:12 UTC 2012


On Mon, Jun 18, 2012 at 9:34 PM, j <vwyodapink at gmail.com> wrote:
>>
>> Also, you need to bitbake -c cleanall <your-package> to make bitbake
>> forget it
>
>
> Isnt bitbake -c cleansstate <your-package> a better method of cleaning a
> build you want to do again?
>
> If not does anyone know what the actual difference is?

clean - cleans the builddir
cleansstate - cleans builddir as well as shared state copy of this
package if any
cleanall - clean builddir, shared state and the downloaded src tar
file from DL_DIR

you usually only should need clean in general. cleansstate should be seldom used
but its preferred to see why cleansstate is needed and if there is
anything wrong
with sstate we would like to know.




More information about the Openembedded-devel mailing list