robotpy / robotpy-cross-docker

Docker image used for compiling RobotPy for RoboRIO
1 stars 1 forks source link

Add binutils for ipk extraction #3

Closed DirtyJerz closed 4 years ago

DirtyJerz commented 4 years ago

Binutils adds "ar" which can be used to extract control.tar.gz, data.tar.gz and debina-binary files. From there use tar to extract the gz files (tar -zxvf )

Addresses #2