From 0b16dcd69c834109ded42c57c5bd8259f0e1ff9b Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Wed, 14 Aug 2024 14:37:25 +0300 Subject: [PATCH] Update board config files to include hwclock utility --- config/boards/jethubj100.conf | 2 +- config/boards/jethubj200.conf | 1 + config/boards/jethubj80.conf | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/boards/jethubj100.conf b/config/boards/jethubj100.conf index 8aeb37ef8583..7212eaaa08b0 100644 --- a/config/boards/jethubj100.conf +++ b/config/boards/jethubj100.conf @@ -4,7 +4,7 @@ BOARDFAMILY="jethub" BOARD_MAINTAINER="adeepn" BOOTCONFIG="jethub_j100_defconfig" KERNEL_TARGET="current,edge" -PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog python3-serial python3-intelhex python3-intelhex" +PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog python3-serial python3-intelhex python3-intelhex util-linux-extra" DEFAULT_CONSOLE="serial" HAS_VIDEO_OUTPUT="no" MODULES_BLACKLIST="rtw88_8822cs" diff --git a/config/boards/jethubj200.conf b/config/boards/jethubj200.conf index 94c83a454d5c..411387e5be30 100644 --- a/config/boards/jethubj200.conf +++ b/config/boards/jethubj200.conf @@ -4,6 +4,7 @@ BOARDFAMILY="jethub" BOARD_MAINTAINER="adeepn" BOOTCONFIG="jethub_j200_defconfig" KERNEL_TARGET="current,edge" +PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog util-linux-extra" MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost FULL_DESKTOP="yes" SERIALCON="ttyAML0" diff --git a/config/boards/jethubj80.conf b/config/boards/jethubj80.conf index e9a7491c951e..3352a691c5af 100644 --- a/config/boards/jethubj80.conf +++ b/config/boards/jethubj80.conf @@ -4,7 +4,7 @@ BOARDFAMILY="jethub" BOARD_MAINTAINER="adeepn" BOOTCONFIG="jethub_j80_defconfig" KERNEL_TARGET="current,edge" -PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog python3-serial python3-intelhex python3-intelhex" +PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog python3-serial python3-intelhex python3-intelhex util-linux-extra" DEFAULT_CONSOLE="serial" HAS_VIDEO_OUTPUT="no" MODULES_BLACKLIST="rtw88_8822cs"