TIC-CORE ================ TIC means "Tizen the Image Creator" and it's used to generate the recipes or create images for Tizen. The tool offers major functions: - install-dependency analysis - recipe creation - file conversion between recipe to kickstart using kickstarter - image creation using mic Prerequisites ------------- - Install lxml (http://lxml.de/index.html) - Install Flask (http://flask.pocoo.org/) Installation ------------ git clone ssh://{USER_ID}@review.tizen.org:29418/tools/tic-core sudo python setup.py install Usage ----- usage: tic-core {analysis,start} Example: tic-core analysis --repo "https://download.tizen.org/snapshots/tizen/base/latest/repos/arm64/packages" tic-core start --port 59001