On Tue, Jan 20, 2015 at 9:28 AM, 정대순 <[email protected]> wrote:

>  Dear THIERRY,
>
>
>
> I have two questions.
>
>
>
> 1. After build, if I want to new build, how to clean?
>
> I try following commands, but do not clean.
>
> $bitbake -c clean tizen-common-core-image-crosswalk-dev
>
> or
>
> $bitbake -b tizen-common-core-image-crosswalk-dev.bb -c clean
>
> or
>
> $bitbake -c cleanall tizen-common-core-image-crosswalk-dev
>
>
>
"cleanall" removes everything (source, cache, build dir, RPM...) linked to
the package(s)/package-group/image put in parameter whereas clean doesn't.
I don't remember exactly what "clean" doesn't remove but you should be able
to find it in the Yocto documentation.

Note that "cleanall" on an image doesn't remove the source of the packages
thet are part of the image.

The best way to clean everything to start from scratch is to delete
everything in your build directory except the conf/ directory (and maybe
the downloads directory if it is located there and you don't want to fetch
all the sources again).

>
>
>
> 2. When build break occur during build, if run 'bitbake
> tizen-common-core-image-crosswalk-dev' again, continue build from fail task.
>
>
>
> Is it right? What's the difference between '--continue' option and without
> option?
>
I don't know about the "--continue" option, I've never used it. Maybe you
can find some information about that in the Yocto documentation otherwise
you can ask this question on the Yocto mailing list.

What is the error you encounter ?

>
>
>
>
>
>
>
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to