On Wed, Jan 23, 2013 at 9:23 AM, yuguihu <[email protected]> wrote:
>
>  Do you have any documents about  <project>/packaging/<project>.spec?
>  When I just modify one file and use "sudo gbs build -A i586 --include-all"
> to build, all kernel source code will be compiled again.  It will spend long
> time on creating a new rpm package.
>  Is there any method to compile source code incrementally?
>
>  BTW, I try to use 'gbs build -A i586 --include-all --incremental', but not
> work

This documentation explains --incremental in great detail:
https://source.tizen.org/documentation/reference/git-build-system/usage/gbs-build

See section 'Incremental build' for more info and limitations.

One other option I sometimes use to do quick build/configuration verification
(without a new RPM package) is:

- build your package once
- gbs chroot <chroot env>
- cd home/abuild/rpmbuild/BUILD/<source>
- <edit, compile>

-- Regards, Mikko
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to