Skip to content

Commit

Permalink
[makefiles] add missing dependencies
Browse files Browse the repository at this point in the history
* Add IntelHex and smbus-cffi as python dependencies

fixes #144 #149

* add man and pic tools

fixes #139 #148

* install wheel before the other pip packages
  • Loading branch information
anuejn authored Jun 3, 2020
1 parent 72363d2 commit 4f3a29d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions makefiles/in_chroot/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pacman --noconfirm -R linux-zedboard || true

# install dependencies
pacman --noconfirm --needed -S $(grep -vE "^\s*#" makefiles/in_chroot/requirements_pacman.txt | tr "\n" " ")
pip install wheel
pip install -r makefiles/in_chroot/requirements_pip.txt

# setup users
Expand Down
6 changes: 6 additions & 0 deletions makefiles/in_chroot/requirements_pacman.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ nano
python-pip
python-numpy
dtc
man
man-pages

# webserver
lighttpd
Expand All @@ -50,3 +52,7 @@ iw
wpa_supplicant
networkmanager
dnsmasq

# tools required to compile pic firmware
sdcc
gputils
3 changes: 3 additions & 0 deletions makefiles/in_chroot/requirements_pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
pypng==0.0.18
bitarray
pyserial
IntelHex
wheel

This comment has been minimized.

Copy link
@rroohhh

rroohhh Jun 3, 2020

Member

duplicate

This comment has been minimized.

Copy link
@anuejn

anuejn Jun 3, 2020

Author Member

whooops

smbus-cffi

0 comments on commit 4f3a29d

Please sign in to comment.