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

create tar file with target name as base and include bit file #43

Open
pwittich opened this issue Jul 27, 2022 · 0 comments
Open

create tar file with target name as base and include bit file #43

pwittich opened this issue Jul 27, 2022 · 0 comments

Comments

@pwittich
Copy link
Contributor

pwittich commented Jul 27, 2022

Propose to change the tar file that gets created from the top level being "address_table, bit, ..." to NAME/address_table, etc, where NAME is the makefile target that was called in the original make invocation. can easily be done by something like

tar --transform 's,^,'%',' ...

this would allow these files to be untarred directly in /fw/CM without needing to make the parent directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant