On Tue, Aug 20, 2013 at 8:51 AM, Tomasz Olszak <[email protected]> wrote:
> Correct me if I am wrong but it looks like it is can be helpful when I will
> want to provide Qt projects/packages for Tizen.
> What I need now is a way to prepare ivi rootstrap from command line. I tried

GBS does it automatically for you.

I realized we're missing documentation how to make new source code
buildable in Tizen.  [1] and [2] are quite close thought.

What you need is

1) tar.gz file imported to a local git tree
2) .spec file in the packaging/ directory with all build dependencies
listed there
3) gbs build

> to follow
> https://source.tizen.org/documentation/developer-guide/creating-tizen-platform-image-scratch-through-local-build
> But it hangs on repo sync:
>
>
> ssh: connect to host review.tizen.org port 22: Connection timed out
> ssh: connect to host review.tizen.org port 22: Connection timed out
> ssh: connect to host review.tizen.org port 22: Connection timed out
> ssh: connect to host review.tizen.org port 22: Connection timed out
> ssh: connect to host review.tizen.org port 22: Connection timed out
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> fatal: Could not read from remote repository.

(I did not test this but it looks you might have to modify the manifest
.xml fetch url to ssh://<username>@review.tizen.org:29418)

> It is needed for gbs build right? In the time of writing this mail someone

it is not needed.

> also encounter such problem and I asked the question in the thread
> too(https://lists.tizen.org/pipermail/ivi/2013-August/000792.html). Mikko
> Ilynen pointed out that there should be no reason to build whole IVI
> locally. How do I create rootstrap for cross compilation and development
> then?

Just follow the guidance I wrote above.

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

Reply via email to