Skip to content

Commit

Permalink
Merge remote-tracking branch 'armbian/main'
Browse files Browse the repository at this point in the history
Update in line with latest Armbian build to ensure compatibility
  • Loading branch information
Ryzer58 committed Aug 30, 2024
2 parents 4811ed0 + 0a18ec6 commit 2d46a65
Show file tree
Hide file tree
Showing 231 changed files with 18,275 additions and 64,852 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/pr-announce.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: "Announce PR on Discord for review"
run-name: 'Announce PR #${{ github.event.pull_request.number }} on Discord for review'

on:
pull_request:
types: [ opened ]
branches: [ main ]
types: [ labeled ]

jobs:
build:
name: "Announce PR on Discord"
Announce:
permissions:
pull-requests: read

runs-on: ubuntu-latest
if: github.repository == 'armbian/build'
if: ${{ github.repository == 'armbian/build' && github.event.label.id == '6210849975' }}
steps:
- name: Get repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: size-label
uses: "pascalgn/[email protected].2"
uses: "pascalgn/[email protected].4"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-kernel-security-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45

- name: List all changed files
run: |
Expand Down
3 changes: 2 additions & 1 deletion config/boards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ If you are unsure about the documentation then invoke `$ grep -r -A5 -B5 "BUILD_
- edge: Use edge kernel
- [branch]: Use specified [branch] kernel
- [none]: Exits with error
- **KERNEL_TEST_TARGET** ( comma-separated list of kernel releases or branches ): if test targets are different for testings (internal switch)
- **KERNEL_TEST_TARGET** ( comma-separated list of kernel releases or branches ): if test targets are different for testings. Also applies to build list generation. (internal switch)
- **KERNEL_UPGRADE_FREEZE** ( comma-separated list of kernels with versions obove which they stop updating, example: KERNEL_UPGRADE_FREEZE="[email protected],[email protected]" )
- **FULL_DESKTOP** ( boolean ): defines whether to install desktop stack of applications such as office, thunderbird, etc..
- Values:
- yes: install desktop stack
Expand Down
1 change: 1 addition & 0 deletions config/boards/aml-a311d-cc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BOARD_NAME="Libre Computer Alta"
BOARDFAMILY="meson-g12b"
BOARD_MAINTAINER="Tonymac32"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="edge"
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
FULL_DESKTOP="yes"
SERIALCON="ttyAML0"
Expand Down
1 change: 1 addition & 0 deletions config/boards/aml-s9xx-box.tvb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BOARD_MAINTAINER="SteeManMI"
BOOTSIZE="512"
BOOTFS_TYPE="fat"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
SERIALCON="ttyAML0"
FULL_DESKTOP="yes"
ASOUND_STATE="asound.state.mesongx"
Expand Down
1 change: 1 addition & 0 deletions config/boards/aml-t95z-plus.tvb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BOARDFAMILY="meson-gxl" # s912's are actually meson-gxm,
BOOTCONFIG="meson-gxm-t95z-plus_defconfig" # patched-in
BOARD_MAINTAINER=""
KERNEL_TARGET="edge"
KERNEL_TEST_TARGET="edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"

Expand Down
2 changes: 1 addition & 1 deletion config/boards/armsom-sige7.csc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BOARD_NAME="ArmSoM Sige7"
BOARDFAMILY="rockchip-rk3588"
BOARD_MAINTAINER="Z-Keven"
BOOTCONFIG="armsom-sige7-rk3588_defconfig"
KERNEL_TARGET="vendor,current,edge"
KERNEL_TARGET="edge,current,vendor"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3588-armsom-sige7.dtb"
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions config/boards/bananapi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="sun7i"
BOARD_MAINTAINER="janprunk"
BOOTCONFIG="Bananapi_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"

function post_config_uboot_target__extra_configs_for_bananapi() {
display_alert "$BOARD" "set dram clock" "info"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/bananapicm4io.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BOARDFAMILY="meson-g12b"
BOARD_MAINTAINER="pyavitz"
BOOTCONFIG="bananapi-cm4-cm4io_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
FULL_DESKTOP="yes"
SERIALCON="ttyAML0"
Expand Down
1 change: 1 addition & 0 deletions config/boards/bananapim1plus.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="bananapi_m1_plus_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"
1 change: 1 addition & 0 deletions config/boards/bananapim2.eos
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ BOARD_MAINTAINER=""
BOOTCONFIG="Sinovoip_BPI_M2_defconfig"
OVERLAY_PREFIX="sun6i-a31s"
KERNEL_TARGET="legacy,current"
KERNEL_TEST_TARGET="current"
1 change: 1 addition & 0 deletions config/boards/bananapim2plus.csc
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ MODULES_CURRENT="g_serial"
MODULES_LEGACY="g_serial"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"
1 change: 1 addition & 0 deletions config/boards/bananapim2pro.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BOARD_MAINTAINER="bretmlw"
BOOTCONFIG="bananapi-m2-pro_defconfig"
BOOT_FDT_FILE="amlogic/meson-sm1-bananapi-m2-pro.dtb"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
FULL_DESKTOP="yes"
SERIALCON="ttyAML0"
Expand Down
1 change: 1 addition & 0 deletions config/boards/bananapim2s.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="meson-g12b"
BOARD_MAINTAINER="pyavitz jeanrhum"
BOOTCONFIG="bananapi-m2s_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
FULL_DESKTOP="yes"
SERIALCON="ttyAML0"
Expand Down
1 change: 1 addition & 0 deletions config/boards/bananapim2zero.csc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ MODULES_LEGACY="g_serial"
MODULES_CURRENT="g_serial"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"
1 change: 1 addition & 0 deletions config/boards/bananapim3.csc
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ BOARD_MAINTAINER="AaronNGray"
BOOTCONFIG="Sinovoip_BPI_M3_defconfig"
OVERLAY_PREFIX="sun8i-a83t"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"
1 change: 1 addition & 0 deletions config/boards/bananapim4zero.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ BOOTCONFIG="bananapi_m4zero_defconfig"
OVERLAY_PREFIX="sun50i-h616"
BOOT_LOGO="desktop"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
MODULES_BLACKLIST="rtw88_8821c rtw88_8821cu"
FORCE_BOOTSCRIPT_UPDATE="yes"
BOOTBRANCH_BOARD="tag:v2024.01"
Expand Down
1 change: 1 addition & 0 deletions config/boards/bananapim5.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BOARD_MAINTAINER="bretmlw"
BOOTCONFIG="bananapi-m5_defconfig"
BOOT_FDT_FILE="amlogic/meson-sm1-bananapi-m5.dtb"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
FULL_DESKTOP="yes"
SERIALCON="ttyAML0"
Expand Down
1 change: 1 addition & 0 deletions config/boards/bananapim64.csc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ BOARD_MAINTAINER="devdotnetorg"
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
BOOTCONFIG="bananapi_m64_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="a64_defconfig"
7 changes: 3 additions & 4 deletions config/boards/bananapim7.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
source "${SRC}/config/boards/armsom-sige7.csc"
BOARD_NAME="Banana Pi M7"
BOARD_MAINTAINER="amazingfate"
BOARD_MAINTAINER="amazingfate,Z-Keven"
BOOT_FDT_FILE="rockchip/rk3588-bananapi-m7.dtb"
# Those are included in armsom-sige7.csc, but this file is parsed directly by the JSON matrix generator and thus those need to be in here
BOARD_MAINTAINER="Z-Keven"
KERNEL_TARGET="vendor,current,edge"
KERNEL_TEST_TARGET="vendor,current,edge"
KERNEL_TARGET="edge,current,vendor"
KERNEL_TEST_TARGET="vendor,current"
BOARDFAMILY="rockchip-rk3588"
2 changes: 1 addition & 1 deletion config/boards/bananapipro.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Bananapro_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current,edge"
KERNEL_TEST_TARGET="current"

function post_config_uboot_target__extra_configs_for_bananapipro() {
display_alert "$BOARD" "set dram clock" "info"
Expand Down
1 change: 1 addition & 0 deletions config/boards/bananapir2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BOARD_NAME="Banana Pi R2"
BOARDFAMILY="mt7623"
BOARD_MAINTAINER=""
KERNEL_TARGET="current"
KERNEL_TEST_TARGET="current"
BOOTCONFIG="mt7623n_bpir2_defconfig"
BOOT_FDT_FILE="mediatek/mt7623n-bananapi-bpi-r2"
HAS_VIDEO_OUTPUT="yes"
1 change: 1 addition & 0 deletions config/boards/bananapir2pro.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="rockchip64"
BOARD_MAINTAINER=""
BOOTCONFIG="bpi-r2-pro-rk3568_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3568-bpi-r2-pro.dtb"
Expand Down
1 change: 1 addition & 0 deletions config/boards/beelinkx2.tvb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ BOARDFAMILY="sun8i"
BOARD_MAINTAINER=""
BOOTCONFIG="beelink_x2_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"
1 change: 1 addition & 0 deletions config/boards/bigtreetech-cb1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BOARD_MAINTAINER="JohnTheCoolingFan"
BOOTCONFIG="bigtreetech_cb1_defconfig"
SERIALCON="ttyS0"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
FORCE_BOOTSCRIPT_UPDATE="yes"
BOOTFS_TYPE="fat"
BOOT_FS_LABEL="BOOT"
Expand Down
1 change: 1 addition & 0 deletions config/boards/clearfogbase.csc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ BOOTCONFIG="clearfog_defconfig"
#BOOTCONFIG_EDGE="clearfogbase_defconfig" # This had to be disabled because the clearfog is not yet ready for mainline uboot
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
2 changes: 1 addition & 1 deletion config/boards/clearfogpro.csc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ BOARD_MAINTAINER=""
BOOTCONFIG="clearfog_defconfig"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
1 change: 1 addition & 0 deletions config/boards/clockworkpi-a06.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="rockchip64"
BOARD_MAINTAINER=""
BOOTCONFIG="clockworkpi-a06-rk3399_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
BOOT_LOGO="no"
BOOTBRANCH_BOARD="tag:v2022.04"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/cubieboard.csc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BOARD_MAINTAINER=""
BOOTCONFIG="Cubieboard_config"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="edge"
KERNEL_TEST_TARGET="current"
MODULES_BLACKLIST="ir_lirc_codec lirc_dev sunxi-cir"

function post_config_uboot_target__extra_configs_for_cubieboard() {
Expand Down
1 change: 1 addition & 0 deletions config/boards/cubieboard2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Cubieboard2_config"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"

function post_config_uboot_target__extra_configs_for_cubieboard2() {
display_alert "$BOARD" "set dram clock" "info"
Expand Down
1 change: 1 addition & 0 deletions config/boards/cubieboard4.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ BOARDFAMILY="sun9i"
BOARD_MAINTAINER=""
BOOTCONFIG=Cubieboard4_defconfig
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"
1 change: 1 addition & 0 deletions config/boards/cubox-i.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="imx6"
BOARD_MAINTAINER=""
BOOTCONFIG="mx6cuboxi_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
PACKAGE_LIST_BOARD="rfkill bluetooth bluez bluez-tools"
1 change: 1 addition & 0 deletions config/boards/fine3399.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="rockchip64"
BOARD_MAINTAINER=""
BOOTCONFIG="fine3399-rk3399_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-fine3399.dtb"
Expand Down
1 change: 1 addition & 0 deletions config/boards/firefly-rk3399.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="rockchip64"
BOARD_MAINTAINER=""
BOOTCONFIG="firefly-rk3399_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-firefly.dtb"
Expand Down
21 changes: 6 additions & 15 deletions config/boards/gateway-gz80x.conf
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
# Amlogic A113X quad core 1Gb RAM SoC, eMMC 8Gb
BOARD_NAME="Gateway GZ80X"
BOARD_NAME="Gateway GZ80x"
BOARDFAMILY="meson-axg"
BOARD_MAINTAINER="pyavitz"
BOOTCONFIG="alfredsmart_gateway_gz80x_defconfig"
BOOTCONFIG="amper_gateway_am-gz80x_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current,edge"
BOOTBRANCH_BOARD="tag:v2023.10"
BOOTPATCHDIR="v2023.10"
BOOT_FDT_FILE="amlogic/meson-axg-alfredsmart-gateway-gz80x.dtb"
KERNEL_TEST_TARGET="current"
BOOTBRANCH_BOARD="tag:v2024.04"
BOOTPATCHDIR="v2024.04"
BOOT_FDT_FILE="amlogic/meson-axg-amper-gateway-am-gz80x.dtb"
SRC_EXTLINUX="yes"
SRC_CMDLINE="console=ttyAML0,115200n8 clk_ignore_unused loglevel=7"
HAS_VIDEO_OUTPUT="no"

function post_config_uboot_target__extra_configs_for_gateway_gz80x() {
display_alert "u-boot for ${BOARD}" "u-boot: enabling extra configs" "info"

run_host_command_logged scripts/config --enable CONFIG_SD_BOOT
run_host_command_logged scripts/config --enable CONFIG_EXT4_WRITE
run_host_command_logged scripts/config --enable CONFIG_FS_BTRFS
run_host_command_logged scripts/config --enable CONFIG_CMD_BTRFS
}

function post_family_tweaks_bsp__gateway_gz80x_udev() {
mkdir -p "${destination}"/etc/udev/rules.d
display_alert "$BOARD" "Install zwave udev rule" "info"
Expand Down
1 change: 1 addition & 0 deletions config/boards/helios4.csc
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ MODULES_CURRENT="marvell_cesa lm75"
HAS_VIDEO_OUTPUT="no"
FORCE_BOOTSCRIPT_UPDATE="yes"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
1 change: 1 addition & 0 deletions config/boards/helios64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BOARD_MAINTAINER="prahal"
BOOTCONFIG="helios64-rk3399_defconfig"
BOOT_SCENARIO="tpl-blob-atf-mainline"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
MODULES="lm75 ledtrig-netdev"
MODULES_LEGACY="lm75"
FULL_DESKTOP="yes"
Expand Down
1 change: 1 addition & 0 deletions config/boards/hikey960.csc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ declare -g BOARD_NAME="HiKey 960"
declare -g BOARDFAMILY="uefi-arm64"
declare -g BOARD_MAINTAINER=""
declare -g KERNEL_TARGET="current,edge"
declare -g KERNEL_TEST_TARGET="current"

declare -g GRUB_CMDLINE_LINUX_DEFAULT="efi=noruntime console=ttyAMA6,115200n8"
declare -g BOOT_FDT_FILE="hisilicon/hi3660-hikey960.dtb"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/indiedroid-nova.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ declare -g BOARD_MAINTAINER="lanefu"
declare -g BOARDFAMILY="rockchip-rk3588"
declare -g BOOTCONFIG="indiedroid_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate
declare -g BOOT_SOC="rk3588"
declare -g KERNEL_TARGET="vendor,current,edge"
declare -g KERNEL_TARGET="edge,current,vendor"
declare -g FULL_DESKTOP="yes"
declare -g BOOT_LOGO="desktop"
declare -g BOOT_FDT_FILE="rockchip/rk3588s-indiedroid-nova.dtb"
Expand Down
2 changes: 1 addition & 1 deletion config/boards/inovato-quadra.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BOOTCONFIG="tanix_tx6_defconfig"
CRUSTCONFIG="tanix_tx6_defconfig"
BOOT_FDT_FILE="allwinner/sun50i-h6-inovato-quadra.dtb"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
BOOT_LOGO="desktop"
FULL_DESKTOP="yes"
SRC_EXTLINUX="yes"
Expand Down
1 change: 1 addition & 0 deletions config/boards/jethubj100.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="jethub"
BOARD_MAINTAINER="adeepn"
BOOTCONFIG="jethub_j100_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
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"
Expand Down
1 change: 1 addition & 0 deletions config/boards/jethubj200.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="jethub"
BOARD_MAINTAINER="adeepn"
BOOTCONFIG="jethub_j200_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
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
Expand Down
1 change: 1 addition & 0 deletions config/boards/jethubj80.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOARDFAMILY="jethub"
BOARD_MAINTAINER="adeepn"
BOOTCONFIG="jethub_j80_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
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"
Expand Down
1 change: 1 addition & 0 deletions config/boards/jetson-nano.csc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ declare -g BOARD_NAME="Jetson Nano"
declare -g BOARDFAMILY="uefi-arm64"
declare -g BOARD_MAINTAINER="150balbes"
declare -g KERNEL_TARGET="current,edge"
declare -g KERNEL_TEST_TARGET="current"

declare -g BOOT_LOGO=desktop

Expand Down
Loading

0 comments on commit 2d46a65

Please sign in to comment.