Hi all !

> We have just finish updating manifest and document, major updates as
> follows:
> 
> - Document: add tizen 3.0 ivi/mobile profile build document, detail command
> to sync code:
> 
>                     $ repo init -u
> ssh://<username>@review.tizen.org:29418/scm/manifest -b tizen -m ivi.xml $
> repo sync
>   More details please see:
> https://source.tizen.org/documentation/developer-guide/creating-tizen-platf
> orm-image-scratch-through-local-build - Manifest updates:
> Add ivi/mobile support: add ivi.xml and mobile.xml
> 
> With the above updates, please clone ivi code using above command, all the
> ivi project will be synced to local.

Ok, now we have:

#>#>

    Tizen 3.0

$ repo init -u ssh://<username>@review.tizen.org:29418/scm/manifest -b tizen

For Tizen IVI and mobile profile build, use one of the following commands, as 
appropriate:

    Tizen 3.0 IVI

$ repo init -u ssh://<username>@review.tizen.org:29418/scm/manifest -b tizen -
m ivi.xml

    Tizen 3.0 mobile

$ repo init -u ssh://<username>@review.tizen.org:29418/scm/manifest -b tizen -
m mobile.xml


<#<#

It would be great for if we could also document what's the difference here:

* What does Tizen have, what IVI, what mobile - moreover, whats different ?
* wayland / X11 / Web / EFL / foo / bar

Even a link back to a comparison page would help.
Cloning & building takes a lot of time, so the selection is important.



Please also check 
https://source.tizen.org/documentation/developer-guide/environment-setup

#>#>
Host tizen
  Hostname review.tizen.org
  IdentityFile ~/.ssh/id_rsa
  User <Gerrit Username>
  Port 29418
<#<#

Needs to be:

#>#>
Host review.tizen.org           # <-- we match on "Host" 
  Hostname review.tizen.org
  ...
<#<#


Thanks, 
Jan-Simon Möller
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to