Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add script to generate xml TGZ file #231

Merged
merged 2 commits into from
Jul 30, 2024
Merged

add script to generate xml TGZ file #231

merged 2 commits into from
Jul 30, 2024

Conversation

pwittich
Copy link
Contributor

closes #222

when make release is called, this will cause a new tgz file to be created that has the right format so it can be installed in /fw/CM on the Zynq.

On the zynq:

[cms@cmsapollo214 ~]$ tree /fw/CM/CornellCM_MCU/
/fw/CM/CornellCM_MCU/
└── address_table
    ├── address_apollo.xml
    ├── address_apollo.xml~
    ├── connections.xml
    ├── connections.xml~
    └── modules_CM_MCU
        ├── modules_CM_MCU -> modules_CM_MCU
        ├── PL_MEM_CM_old.xml
        ├── PL_MEM_CM_rev2.xml
        └── PL_MEM_CM.xml -> PL_MEM_CM_rev2.xml

2 directories, 8 files

This PR generates a tgz file as follows:

(base) [tmp] tree CornellCM_MCU               11:23:42  ☁  xml_release ☂ ⚡ ✚ ✭
CornellCM_MCU
└── address_table
   ├── address_apollo.xml
   ├── connections.xml
   └── modules_CM_MCU
      ├── PL_MEM_CM.xml -> PL_MEM_CM_Rev2.xml
      ├── PL_MEM_CM_rev1.xml
      └── PL_MEM_CM_rev2.xml

@pwittich pwittich added the enhancement New feature or request label Jul 30, 2024
@pwittich pwittich merged commit ed5eee9 into master Jul 30, 2024
7 checks passed
@pwittich pwittich deleted the xml_release branch July 30, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update release generation to have the tar file structure built in
1 participant