Update Building Custom Models authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -109,10 +109,10 @@ Build products are stored in `$RCG_BUILDD/models/<model_name>`. Note that `RCG_B ...@@ -109,10 +109,10 @@ Build products are stored in `$RCG_BUILDD/models/<model_name>`. Note that `RCG_B
Starting with RCG version 5.0+ the structure of the RCG_BUILDD has changed, and is now more modular/intuitive. If you are used to older versions, this output will look different. Starting with RCG version 5.0+ the structure of the RCG_BUILDD has changed, and is now more modular/intuitive. If you are used to older versions, this output will look different.
For our example the build products are stored in `/var/cache/advligorts/rcg-cymac-build//models/x1unittest`. Doing a tree of that directory the following structure is observed: For our example the build products are stored in `/var/cache/advligorts/rcg-cymac-build//models/x1iop`. Doing a tree of that directory the following structure is observed:
```shell ```shell
controls@x1cymac:~$ tree -L 1 /var/cache/advligorts/rcg-5.1.2/models/x1unittest/ controls@x1cymac:~$ tree -L 1 /var/cache/advligorts/rcg-5.1.2/models/x1iop/
/var/cache/advligorts/rcg-5.1.2/models/x1unittest/ /var/cache/advligorts/rcg-5.1.2/models/x1iop/
├── epics ├── epics
├── include ├── include
├── kernel_mod ├── kernel_mod
... ...
......