From d4a7b7f03ec9b74e89517ec3fba82114f0dccffc Mon Sep 17 00:00:00 2001 From: Vyacheslav <64684523+adeepn@users.noreply.github.com> Date: Sat, 18 Dec 2021 11:28:24 +0300 Subject: [PATCH] Move JetHub D1/H1 to supported boards, reenable, add watchdog (#3357) * JetHome: move JetHub D1/H1 to supported * JetHome: add watchdog package to base system * JetHome: reenable beta builds for JetHub D1/H1 --- config/boards/{jethubj100.csc => jethubj100.conf} | 2 +- config/boards/{jethubj80.csc => jethubj80.conf} | 2 +- config/targets-cli-beta.conf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename config/boards/{jethubj100.csc => jethubj100.conf} (87%) rename config/boards/{jethubj80.csc => jethubj80.conf} (87%) diff --git a/config/boards/jethubj100.csc b/config/boards/jethubj100.conf similarity index 87% rename from config/boards/jethubj100.csc rename to config/boards/jethubj100.conf index ac2ccc7f4..300ab293a 100644 --- a/config/boards/jethubj100.csc +++ b/config/boards/jethubj100.conf @@ -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" +PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog" DEFAULT_CONSOLE="serial" diff --git a/config/boards/jethubj80.csc b/config/boards/jethubj80.conf similarity index 87% rename from config/boards/jethubj80.csc rename to config/boards/jethubj80.conf index 5e72a796c..c2708da00 100644 --- a/config/boards/jethubj80.csc +++ b/config/boards/jethubj80.conf @@ -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" +PACKAGE_LIST_BOARD="libubootenv-tool apparmor rfkill bluetooth bluez bluez-tools python3-pip watchdog" DEFAULT_CONSOLE="serial" diff --git a/config/targets-cli-beta.conf b/config/targets-cli-beta.conf index 590bcc0e8..ecd9b78e2 100644 --- a/config/targets-cli-beta.conf +++ b/config/targets-cli-beta.conf @@ -7,11 +7,11 @@ helios64 edge jammy cli # JetHub H1 (j80) -#jethubj80 edge jammy cli beta yes +jethubj80 edge jammy cli beta yes # JetHub D1 (j100) -#jethubj100 edge jammy cli beta yes +jethubj100 edge jammy cli beta yes # Jetson Nano