Remove ivi variable for meta-ivi
[platform/upstream/image-configurations.git] / README
1 Any global changes to configurations need to be done in the 
2 configurations.yaml file. Local changes need to be done in the individual yaml
3 files which are organised per vertical.
4
5 Do not make any changes directly to the ks files. If it gets complicated and a
6 certain scenario can't be done using kickstarter, please report a bug.
7
8 Updates to the git repositories have no effect unless they are packaged and
9 submitted to the build system.
10
11 - Edit yaml files and make the desired changes
12 - Verfiy integrity of the changes by running kickstarter as follows:
13
14 # kickstarter -c configurations.yaml -r repos.yaml -i index.xml
15
16
17 To update the package:
18 - change the yaml files
19 - Verify your changes
20 - Bump the version in the VERSION file
21 - commit and push
22 - Do not change the ChangeLog file, this is generated using a script
23   run 'python scripts/gitlog2changelog.py'
24 - commit and push
25 - run 'make tag'
26 - run 'make dist'
27 - Submit the newly generated tar
28
29