more stuff to install
This commit is contained in:
@@ -15,18 +15,30 @@
|
||||
- golang-protobuf-extensions-dev
|
||||
- git
|
||||
- ipython3
|
||||
- jq
|
||||
- libprotobuf-dev
|
||||
- lua5.3
|
||||
- luarocks
|
||||
- make
|
||||
- protobuf-compiler
|
||||
- python3-pip
|
||||
- python3-progressbar
|
||||
- python3-pycryptodome
|
||||
- sbcl
|
||||
- texinfo
|
||||
- tig
|
||||
- zlib1g
|
||||
- zlib1g-dev
|
||||
|
||||
# prefer python3-$package instead of using pip.
|
||||
- name: install various python utils
|
||||
ansible.builtin.pip:
|
||||
executable: pip3
|
||||
name: "{{item}}"
|
||||
extra_args: --user
|
||||
with_items:
|
||||
- yq
|
||||
|
||||
- name: install dev tools with guis
|
||||
when: not headless
|
||||
become: true
|
||||
@@ -173,12 +185,19 @@
|
||||
- binutils-arm-linux-gnueabi
|
||||
- binutils-arm-linux-gnueabihf
|
||||
- binutils-avr
|
||||
- dfu-util
|
||||
- gcc-arm-none-eabi
|
||||
- gcc-arm-linux-gnueabi
|
||||
- gcc-arm-linux-gnueabihf
|
||||
- gcc-avr
|
||||
- libstdc++-arm-none-eabi-newlib
|
||||
- libusb-0.1-4
|
||||
- libusb-1.0-0
|
||||
- libusb-1.0-0-dev
|
||||
- libusb-1.0-doc
|
||||
- libusb-dev
|
||||
- picocom
|
||||
- python3-usb
|
||||
|
||||
- name: install embedded dev guis
|
||||
when: (dev_virt or dev_full) and not headless
|
||||
|
||||
Reference in New Issue
Block a user