Merge pull request #4852 from jethome-iot/AR-1545-update-jethub-prepackages-python-modules-to-install-via-apt
JetHub: update preinstalled python packages to install via apt
This commit is contained in:
commit
7f101561f2
@ -3,5 +3,5 @@ BOARD_NAME="JetHub D1"
|
||||
BOARDFAMILY="jethub"
|
||||
BOOTCONFIG="jethub_j100_defconfig"
|
||||
KERNEL_TARGET="current,edge"
|
||||
PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog"
|
||||
PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog python3-serial python3-intelhex python3-intelhex"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
|
||||
@ -3,5 +3,5 @@ BOARD_NAME="JetHub H1"
|
||||
BOARDFAMILY="jethub"
|
||||
BOOTCONFIG="jethub_j80_defconfig"
|
||||
KERNEL_TARGET="current,edge"
|
||||
PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog"
|
||||
PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog python3-serial python3-intelhex python3-intelhex"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
|
||||
@ -165,7 +165,7 @@ family_tweaks() {
|
||||
chroot_sdcard systemctl --no-reload enable jethub-ethreset.service
|
||||
|
||||
# pip3 packages
|
||||
chroot_sdcard pip3 install pyserial intelhex python-magic
|
||||
#chroot_sdcard pip3 install pyserial intelhex python-magic
|
||||
|
||||
if [[ "$BOARD" == jethubj80 ]]; then
|
||||
# Bluetooth
|
||||
|
||||
Loading…
Reference in New Issue
Block a user