diff --git a/buildroot-2021.05/configs/milkv_duo_musl_riscv64_defconfig b/buildroot-2021.05/configs/milkv_duo_musl_riscv64_defconfig index d224943c0..f193187e2 100644 --- a/buildroot-2021.05/configs/milkv_duo_musl_riscv64_defconfig +++ b/buildroot-2021.05/configs/milkv_duo_musl_riscv64_defconfig @@ -337,6 +337,12 @@ BR2_PACKAGE_PYTHON_PIP=y BR2_PACKAGE_PYTHON_SETUPTOOLS=y BR2_PACKAGE_PYTHON3_SSL=y +BR2_PACKAGE_PYTHON_SERIAL=y +BR2_PACKAGE_PYTHON_PILLOW=y +BR2_PACKAGE_PYTHON_SMBUS_CFFI=y +BR2_PACKAGE_PYTHON_SPIDEV=y +BR2_PACKAGE_PYTHON_MODBUS_TK=y + # # Compression and decompression # diff --git a/buildroot-2021.05/dl/python-cffi/.lock b/buildroot-2021.05/dl/python-cffi/.lock new file mode 100644 index 000000000..e69de29bb diff --git a/buildroot-2021.05/dl/python-cffi/cffi-1.14.2.tar.gz b/buildroot-2021.05/dl/python-cffi/cffi-1.14.2.tar.gz new file mode 100644 index 000000000..9cd45ff8c Binary files /dev/null and b/buildroot-2021.05/dl/python-cffi/cffi-1.14.2.tar.gz differ diff --git a/buildroot-2021.05/dl/python-modbus-tk/.lock b/buildroot-2021.05/dl/python-modbus-tk/.lock new file mode 100644 index 000000000..e69de29bb diff --git a/buildroot-2021.05/dl/python-modbus-tk/modbus_tk-1.1.2.tar.gz b/buildroot-2021.05/dl/python-modbus-tk/modbus_tk-1.1.2.tar.gz new file mode 100644 index 000000000..c48c6fc91 Binary files /dev/null and b/buildroot-2021.05/dl/python-modbus-tk/modbus_tk-1.1.2.tar.gz differ diff --git a/buildroot-2021.05/dl/python-pillow/.lock b/buildroot-2021.05/dl/python-pillow/.lock new file mode 100644 index 000000000..e69de29bb diff --git a/buildroot-2021.05/dl/python-pillow/Pillow-8.2.0.tar.gz b/buildroot-2021.05/dl/python-pillow/Pillow-8.2.0.tar.gz new file mode 100644 index 000000000..9fb7a87b7 Binary files /dev/null and b/buildroot-2021.05/dl/python-pillow/Pillow-8.2.0.tar.gz differ diff --git a/buildroot-2021.05/dl/python-pycparser/.lock b/buildroot-2021.05/dl/python-pycparser/.lock new file mode 100644 index 000000000..e69de29bb diff --git a/buildroot-2021.05/dl/python-pycparser/pycparser-2.20.tar.gz b/buildroot-2021.05/dl/python-pycparser/pycparser-2.20.tar.gz new file mode 100644 index 000000000..0a6156dab Binary files /dev/null and b/buildroot-2021.05/dl/python-pycparser/pycparser-2.20.tar.gz differ diff --git a/buildroot-2021.05/dl/python-serial/.lock b/buildroot-2021.05/dl/python-serial/.lock new file mode 100644 index 000000000..e69de29bb diff --git a/buildroot-2021.05/dl/python-serial/pyserial-3.5.tar.gz b/buildroot-2021.05/dl/python-serial/pyserial-3.5.tar.gz new file mode 100644 index 000000000..5d7d2d76a Binary files /dev/null and b/buildroot-2021.05/dl/python-serial/pyserial-3.5.tar.gz differ diff --git a/buildroot-2021.05/dl/python-smbus-cffi/.lock b/buildroot-2021.05/dl/python-smbus-cffi/.lock new file mode 100644 index 000000000..e69de29bb diff --git a/buildroot-2021.05/dl/python-smbus-cffi/smbus-cffi-0.5.1.tar.gz b/buildroot-2021.05/dl/python-smbus-cffi/smbus-cffi-0.5.1.tar.gz new file mode 100644 index 000000000..4218fa6fd Binary files /dev/null and b/buildroot-2021.05/dl/python-smbus-cffi/smbus-cffi-0.5.1.tar.gz differ diff --git a/buildroot-2021.05/dl/python-spidev/.lock b/buildroot-2021.05/dl/python-spidev/.lock new file mode 100644 index 000000000..e69de29bb diff --git a/buildroot-2021.05/dl/python-spidev/spidev-3.5.tar.gz b/buildroot-2021.05/dl/python-spidev/spidev-3.5.tar.gz new file mode 100644 index 000000000..3aa9f97f6 Binary files /dev/null and b/buildroot-2021.05/dl/python-spidev/spidev-3.5.tar.gz differ