Commit 43ea1d50ebb029dbe8fba56bd97d84d950a3e445

Authored by Peter M. Groen
1 parent 1c7af34b

Update

Showing 1 changed file with 5 additions and 8 deletions
README.org
... ... @@ -2,7 +2,7 @@
2 2 * OSDEV Versioning Tool
3 3  
4 4 This tool will create the OSDEV version information to embed into the
5   -mLogic products, based on the "OSDEV Component Lifecycle Management v1.x"
  5 +osdev products, based on the "OSDEV Component Lifecycle Management v1.x"
6 6 specifications
7 7  
8 8 The core of this approach is based on the DMX versioning tool for
... ... @@ -13,7 +13,7 @@ and configuration files for the component to be versioned.
13 13 There has to be three valid configuration files supplied to the tool to
14 14 create a valid component version.
15 15  
16   -- mlogic_config.txt
  16 +- osdev_config.txt
17 17 Managed in this repository. This defines the Architecture and Mlogic
18 18 release information
19 19  
... ... @@ -45,10 +45,10 @@ more information on the contents.
45 45  
46 46 - For debugging purposes only:
47 47 | OSDEV_GIT_DIR | Directory where script exists (pwd) | path to this git repository |
48   -| OSDEV_VERSION_MLOGIC | ${OSDEV_GIT_DIR}/osdev_config/mlogic_config.txt | Architecture version filename |
  48 +| OSDEV_VERSION_MLOGIC | ${OSDEV_GIT_DIR}/osdev_config/osdev_config.txt | Architecture version filename |
49 49  
50 50 Note for Yocto/McGraw Environment:
51   -$OSDEV_VERSION_CUSTOMER should be set to ${MEYN_CUSTOMER_CONFIG_ROOT}/customer_config.txt
  51 +$OSDEV_VERSION_CUSTOMER should be set to ${OSDEV_CUSTOMER_CONFIG_ROOT}/customer_config.txt
52 52  
53 53 The script creates an include file that contains constants that should
54 54 be used to identify a component. The generated source is the best
... ... @@ -173,7 +173,4 @@ environmental settings in the external version approach.
173 173 * JavaScript
174 174  
175 175  
176   -* Ansible
177   -
178   -
179   -
  176 +* Ansible
180 177 \ No newline at end of file
... ...