Languages

Menu
Sites
Language
repo version for tizen

Hi

      I am using below command by enabling local image building by updating the original kickstart file(as per below link - section 4)

https://source.tizen.org/documentation/developer-guide/creating-tizen-platform-image-scratch-through-local-build

repo --name=Tizen-main --baseurl=http://download.tizen.org/releases/2.1/tizen-2.1_20130517.6/repos/tizen-main/armv7l/packages/ --save --ssl_verify=no --priority=99

Getting error saying that --name option not found. It looks like --name,--baseurl implementation is not in current repo version(as per Ubuntu 12.04 repo version).

Environment details:

PC OS: Ubuntu 12.04  x86_64

Is there anyother repo version need to install to use the above repo commands? Please help on the same.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
ramajayam samudi
repo version for tizen(ubuntu 12.04)
Phil rzr
you can just try this way : zypper ar http://download.tizen.org/live/Tizen/standard/Tizen.repo Btw is there a community repo to share rpms ? I created one for meego/harmattan... may do the same on tizen
ramajayam samudi
ok. thanks.