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.