From 6049d947359ad5e663fc75848f49bdf173007953 Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Thu, 15 Aug 2024 14:24:27 +0300 Subject: [PATCH] JetHome: update list of preinstalled packages for JetHub devices --- config/boards/jethubj100.conf | 3 ++- config/boards/jethubj200.conf | 3 ++- config/boards/jethubj80.conf | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/boards/jethubj100.conf b/config/boards/jethubj100.conf index 7212eaaa08b0..71707ce7523d 100644 --- a/config/boards/jethubj100.conf +++ b/config/boards/jethubj100.conf @@ -4,7 +4,8 @@ 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 util-linux-extra" +PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog python3-serial python3-intelhex python3-intelhex" +[[ "${RELEASE}" == "jammy" ]] || PACKAGE_LIST_BOARD="${PACKAGE_LIST_BOARD} 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 411387e5be30..bb4620646987 100644 --- a/config/boards/jethubj200.conf +++ b/config/boards/jethubj200.conf @@ -4,7 +4,8 @@ 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" +PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog" +[[ "${RELEASE}" == "jammy" ]] || PACKAGE_LIST_BOARD="${PACKAGE_LIST_BOARD} 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 3352a691c5af..27e400d4d647 100644 --- a/config/boards/jethubj80.conf +++ b/config/boards/jethubj80.conf @@ -4,7 +4,8 @@ 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 util-linux-extra" +PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog python3-serial python3-intelhex python3-intelhex" +[[ "${RELEASE}" == "jammy" ]] || PACKAGE_LIST_BOARD="${PACKAGE_LIST_BOARD} util-linux-extra" DEFAULT_CONSOLE="serial" HAS_VIDEO_OUTPUT="no" MODULES_BLACKLIST="rtw88_8822cs"