mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Renaming DEV branch to EDGE (#2704)
* Change DEV to EDGE * Renaming patches dev folder to edge * Move patches into subdir where they will be archived. * Relink patch directories properly
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
| BOOTCONFIG | name of u-boot config |
|
||||
| BOOTCONFIG_LEGACY | name of u-boot config for legacy branch |
|
||||
| BOOTCONFIG_CURRENT | name of u-boot config for current branch |
|
||||
| BOOTCONFIG_DEV | name of u-boot config for dev branch |
|
||||
| BOOTCONFIG_EDGE | name of u-boot config for edge branch |
|
||||
| BOOTSIZE | size of a separate boot partition in Mib |
|
||||
| BOOT_LOGO | yes/desktop enable armbian boot logo during booting |
|
||||
| IMAGE_PARTITION_TABLE | "msdos" (default) or "gpt" (boot loader must supports it) |
|
||||
@@ -16,14 +16,14 @@
|
||||
| MODULES | space delimited modules for all branches |
|
||||
| MODULES_LEGACY | space delimited modules for legacy branch |
|
||||
| MODULES_CURRENT | space delimited modules for current branch |
|
||||
| MODULES_DEV | space delimited modules for dev branch |
|
||||
| MODULES_EDGE | space delimited modules for edge branch |
|
||||
| MODULES_BLACKLIST | space delimited modules blacklist for all branches |
|
||||
| MODULES_BLACKLIST_LEGACY | space delimited modules blacklist for legacy branch |
|
||||
| MODULES_BLACKLIST_CURRENT | space delimited modules blacklist for current branch |
|
||||
| MODULES_BLACKLIST_DEV | space delimited modules blacklist for dev branch |
|
||||
| MODULES_BLACKLIST_EDGE | space delimited modules blacklist for edge branch |
|
||||
| SERIALCON | ttyS0,ttyS1, ... |
|
||||
| BUILD_DESKTOP | yes/no |
|
||||
| KERNEL_TARGET | legacy,current,dev |
|
||||
| KERNEL_TARGET | legacy,current,edge |
|
||||
| FULL_DESKTOP | yes/no = install Office, Thunderbird, ... |
|
||||
| DESKTOP_AUTOLOGIN | yes/no |
|
||||
| PACKAGE_LIST_BOARD | space delimited packages to be installed on this boards |
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="AW-SoM"
|
||||
BOARDFAMILY=sun7i
|
||||
BOOTCONFIG=Awsom_defconfig
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Banana Pi"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="Bananapi_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Banana Pi M1+"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="bananapi_m1_plus_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -6,4 +6,4 @@ DEFAULT_OVERLAYS="analog-codec"
|
||||
MODULES_CURRENT="g_serial"
|
||||
MODULES_LEGACY="g_serial"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -3,4 +3,4 @@ BOARD_NAME="Banana Pi M2U"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="Bananapi_M2_Ultra_defconfig"
|
||||
OVERLAY_PREFIX="sun8i-r40"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -5,4 +5,4 @@ BOOTCONFIG="bananapi_m2_zero_defconfig"
|
||||
MODULES_LEGACY="g_serial"
|
||||
MODULES_CURRENT="g_serial"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -3,4 +3,4 @@ BOARD_NAME="Banana Pi M3"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="Sinovoip_BPI_M3_defconfig"
|
||||
OVERLAY_PREFIX="sun8i-a83t"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -3,5 +3,5 @@ BOARD_NAME="Banana Pi M64"
|
||||
BOARDFAMILY="sun50iw1"
|
||||
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
|
||||
BOOTCONFIG="bananapi_m64_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
PACKAGE_LIST_DESKTOP_BOARD="xfce4-power-manager"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Banana Pi Pro"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="Bananapro_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Beelink X2"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="beelink_x2_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
BOARD_NAME="Clearfog Base"
|
||||
BOARDFAMILY="mvebu"
|
||||
BOOTCONFIG="clearfog_defconfig"
|
||||
#BOOTCONFIG_DEV="clearfogbase_defconfig" # This had to be disabled because the clearfog is not yet ready for mainline uboot
|
||||
#BOOTCONFIG_EDGE="clearfogbase_defconfig" # This had to be disabled because the clearfog is not yet ready for mainline uboot
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -3,4 +3,4 @@ BOARD_NAME="Clearfog Pro"
|
||||
BOARDFAMILY="mvebu"
|
||||
BOOTCONFIG="clearfog_defconfig"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
BOARD_NAME="Cubieboard"
|
||||
BOARDFAMILY="sun4i"
|
||||
BOOTCONFIG="Cubieboard_config"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
MODULES_BLACKLIST="ir_lirc_codec lirc_dev sunxi-cir"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Cubieboard 2"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="Cubieboard2_config"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Cubieboard 4"
|
||||
BOARDFAMILY=sun9i
|
||||
BOOTCONFIG=Cubieboard4_defconfig
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Cubietruck"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="Cubietruck_config"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -3,4 +3,4 @@ BOARD_NAME="Cubietruck+"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="Cubietruck_plus_defconfig"
|
||||
OVERLAY_PREFIX="sun8i-a83t"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -3,4 +3,4 @@ BOARD_NAME="Espressobin"
|
||||
BOARDFAMILY="mvebu64"
|
||||
BOOTCONFIG="mvebu_espressobin-88f3720_defconfig"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="FE-SOM-RK3399"
|
||||
BOARDFAMILY="rk3399"
|
||||
BOOTCONFIG="nanopc-t4-rk3399_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
ASOUND_STATE="asound.state.rt5651"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Rockchip RK3399 hexa core 4GB SoC eMMC GBE USB3 WiFi
|
||||
BOARD_NAME="Firefly RK3399"
|
||||
BOARDFAMILY="rk3399"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
BOOTCONFIG="roc-pc-mezzanine-rk3399_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -7,4 +7,4 @@ MODULES_LEGACY="marvell_cesa lm75"
|
||||
MODULES_CURRENT="marvell_cesa lm75"
|
||||
BUILD_DESKTOP="no"
|
||||
FORCE_BOOTSCRIPT_UPDATE="yes"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="Helios64"
|
||||
BOARDFAMILY="rk3399"
|
||||
BOOTCONFIG="helios64-rk3399_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
MODULES="lm75 ledtrig-netdev"
|
||||
MODULES_LEGACY="lm75"
|
||||
FULL_DESKTOP="yes"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Merrii Hummingbird"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="Merrii_Hummingbird_A20_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
BOARD_NAME="Khadas VIM1"
|
||||
BOARDFAMILY="meson-gxl"
|
||||
BOOTCONFIG="khadas-vim_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
BOARD_NAME="Khadas VIM2"
|
||||
BOARDFAMILY="meson-gxl"
|
||||
BOOTCONFIG="khadas-vim2_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -3,7 +3,7 @@ BOARD_NAME="La Frite"
|
||||
BOARDFAMILY="meson-gxl"
|
||||
BOOTCONFIG="libretech-ac_defconfig"
|
||||
BOOT_FDT_FILE="amlogic/meson-gxl-s805x-libretech-ac.dtb"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
ASOUND_STATE="asound.state.mesongx"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Lamobo R1"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="Lamobo_R1_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="Le potato"
|
||||
BOARDFAMILY="meson-gxl"
|
||||
BOOTCONFIG="libretech-cc_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
SERIALCON="ttyAML0"
|
||||
FULL_DESKTOP="yes"
|
||||
ASOUND_STATE="asound.state.mesongx"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Lime A10"
|
||||
BOARDFAMILY="sun4i"
|
||||
BOOTCONFIG="A10-OLinuXino-Lime_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -3,5 +3,5 @@ BOARD_NAME="Lime A33"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="A33-OLinuXino_defconfig"
|
||||
OVERLAY_PREFIX="sun8i-a33"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@ BOARD_NAME="Lime A64"
|
||||
BOARDFAMILY="sun50iw1"
|
||||
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
|
||||
BOOTCONFIG="a64-olinuxino_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
PACKAGE_LIST_DESKTOP_BOARD="xfce4-power-manager"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Lime"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="A20-OLinuXino-Lime_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
BOARD_NAME="Lime 2"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="A20-OLinuXino-Lime2-eMMC_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@ BOARD_NAME="MACCHIATObin Double Shot"
|
||||
BOARDFAMILY="mvebu64"
|
||||
BOOTCONFIG="mvebu_mcbin-88f8040_defconfig"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Mele A1000"
|
||||
BOARDFAMILY="sun4i"
|
||||
BOOTCONFIG="Mele_A1000_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Micro"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="A20-OLinuXino_MICRO-eMMC_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
BOARD_NAME="MiQi"
|
||||
BOARDFAMILY="rockchip"
|
||||
BOOTCONFIG="miqi-rk3288_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="MK808C"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="MK808C_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="NanoPC T4"
|
||||
BOARDFAMILY="rk3399"
|
||||
BOOTCONFIG="nanopc-t4-rk3399_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
ASOUND_STATE="asound.state.rt5651"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -8,4 +8,4 @@ DEFAULT_OVERLAYS="usbhost0 usbhost1 uart1"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttyS1,ttyGS0"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="Nanopi R2S"
|
||||
BOARDFAMILY="rockchip64"
|
||||
BOOTCONFIG="nanopi-r2s-rk3328_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
MODULES="g_serial"
|
||||
MODULES_BLACKLIST="rockchipdrm analogix_dp dw_mipi_dsi dw_hdmi gpu_sched lima hantro_vpu"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="NanoPi R4S"
|
||||
BOARDFAMILY="rk3399"
|
||||
BOOTCONFIG="nanopi-r4s-rk3399_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
MODULES_BLACKLIST="rockchipdrm analogix_dp dw_mipi_dsi dw_hdmi gpu_sched lima hantro_vpu panfrost"
|
||||
BUILD_DESKTOP="no"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
BOARD_NAME="NanoPi A64"
|
||||
BOARDFAMILY="sun50iw1"
|
||||
BOOTCONFIG="nanopi_a64_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
|
||||
@@ -8,4 +8,4 @@ DEFAULT_OVERLAYS="usbhost2 usbhost3"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -8,4 +8,4 @@ DEFAULT_OVERLAYS="usbhost2 usbhost3"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
BUILD_DESKTOP="no"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -8,4 +8,4 @@ DEFAULT_OVERLAYS="usbhost0 usbhost2 usbhost3"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
BUILD_DESKTOP="no"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -3,4 +3,4 @@ BOARD_NAME="NanoPi K1 Plus"
|
||||
BOARDFAMILY="sun50iw2"
|
||||
BOOTCONFIG="nanopi_k1_plus_defconfig"
|
||||
DEFAULT_OVERLAYS="analog-codec"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="NanoPi K2"
|
||||
BOARDFAMILY="meson-gxbb"
|
||||
BOOTCONFIG="nanopi-k2_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
ASOUND_STATE="asound.state.mesongx"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -5,5 +5,5 @@ BOOTCONFIG="nanopi_m1_defconfig"
|
||||
MODULES_LEGACY="g_serial"
|
||||
MODULES_CURRENT="g_serial"
|
||||
SERIALCON="ttyS0"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@ BOOTCONFIG="nanopi_m1_plus_defconfig"
|
||||
MODULES_LEGACY="g_serial"
|
||||
MODULES_CURRENT="g_serial"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Nanopi M1 Plus 2"
|
||||
BOARDFAMILY="sun50iw2"
|
||||
BOOTCONFIG="nanopi_m1_plus2_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="NanoPi M4"
|
||||
BOARDFAMILY="rk3399"
|
||||
BOOTCONFIG="nanopi-m4-rk3399_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
ASOUND_STATE="asound.state.rt5651"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="NanoPi M4V2"
|
||||
BOARDFAMILY="rk3399"
|
||||
BOOTCONFIG="nanopi-m4v2-rk3399_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
ASOUND_STATE="asound.state.rt5651"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -8,4 +8,4 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -8,4 +8,4 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -8,4 +8,4 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttyS1,ttyGS0"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="NanoPi Neo 3"
|
||||
BOARDFAMILY="rockchip64"
|
||||
BOOTCONFIG="nanopi-r2s-rk3328_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
MODULES="g_serial"
|
||||
MODULES_BLACKLIST="rockchipdrm analogix_dp dw_mipi_dsi dw_hdmi gpu_sched lima"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
BOARD_NAME="NanoPi Neo 4"
|
||||
BOARDFAMILY="rk3399"
|
||||
BOOTCONFIG="nanopi-neo4-rk3399_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -8,4 +8,4 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -8,4 +8,4 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="Odroid C1"
|
||||
BOARDFAMILY="meson8b"
|
||||
BOOTCONFIG="odroidc_config"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
BUILD_DESKTOP=no
|
||||
BOOTSIZE="200"
|
||||
BOOTFS_TYPE="fat"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
BOARD_NAME="Odroid C2"
|
||||
BOARDFAMILY="meson-gxbb"
|
||||
BOOTCONFIG="odroid-c2_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
ASOUND_STATE="asound.state.mesongx"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="Odroid C4"
|
||||
BOARDFAMILY="meson-sm1"
|
||||
BOOTCONFIG="odroid-c4_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
SERIALCON="ttyAML0"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="Odroid HC4"
|
||||
BOARDFAMILY="meson-sm1"
|
||||
BOOTCONFIG="odroid-c4_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="no"
|
||||
SERIALCON="ttyAML0"
|
||||
BOOT_FDT_FILE="amlogic/meson-sm1-odroid-hc4.dtb"
|
||||
|
||||
@@ -6,7 +6,7 @@ CPUMIN=1000000
|
||||
CPUMAX=2400000
|
||||
MODULES_LEGACY="media_clock firmware #decoder_common #stream_input #amvdec_mh264 #amvdec_h264 #amvdec_h264mvc #amvdec_h265 #amvdec_mmjpeg #amvdec_mpeg12 #amvdec_mmpeg4 #amvdec_mpeg4 #amvdec_vc1 #amvdec_vp9"
|
||||
MODULES_BLACKLIST_LEGACY="spidev spi_gpio spi_bitbang"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
FORCE_BOOTSCRIPT_UPDATE="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -3,5 +3,5 @@ BOARD_NAME="Odroid XU4"
|
||||
BOARDFAMILY="odroidxu4"
|
||||
BOOTCONFIG="odroid-xu4_defconfig"
|
||||
SERIALCON="ttySAC2"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="SOM-A20"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="A20-Olimex-SOM-EVB_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -3,7 +3,7 @@ BOARD_NAME="SOM204-A20"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="A20-Olimex-SOM204-EVB-eMMC_defconfig"
|
||||
MODULES_CURRENT="bonding g_serial gpio-ir-tx r8723bs"
|
||||
MODULES_DEV="bonding g_serial gpio-ir-tx r8723bs "
|
||||
MODULES_EDGE="bonding g_serial gpio-ir-tx r8723bs "
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
PACKAGE_LIST_DESKTOP_BOARD="xfce4-power-manager xinput-calibrator"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="SoM A13"
|
||||
BOARDFAMILY="sun5i"
|
||||
BOOTCONFIG="A13-OLinuXino_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="A13-OLinuXino"
|
||||
BOARDFAMILY="sun5i"
|
||||
BOOTCONFIG="A13-OLinuXino_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -8,4 +8,4 @@ MODULES_BLACKLIST="lima sunxi_cedrus"
|
||||
BUILD_DESKTOP="no"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
BOARD_NAME="Orange Pi RK3399"
|
||||
BOARDFAMILY="rk3399"
|
||||
BOOTCONFIG="orangepi-rk3399_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Orange Pi"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="Orangepi_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Orange Pi 2"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="orangepi_2_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
BOARD_NAME="Orange Pi 3"
|
||||
BOARDFAMILY="sun50iw6"
|
||||
BOOTCONFIG="orangepi_3_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
ATFBRANCH="tag:v2.2"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="OrangePi 4"
|
||||
BOARDFAMILY="rk3399"
|
||||
BOOTCONFIG="orangepi-4-rk3399_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
ASOUND_STATE="asound.state.rt5651"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
@@ -4,5 +4,5 @@ BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="orangepi_lite_defconfig"
|
||||
MODULES_LEGACY="g_serial"
|
||||
MODULES_CURRENT="g_serial"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Orange Pi Lite 2"
|
||||
BOARDFAMILY="sun50iw6"
|
||||
BOOTCONFIG="orangepi_lite2_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Orange Pi Mini"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="Orangepi_mini_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Orange Pi One"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="orangepi_one_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
BOARD_NAME="Orange Pi One+"
|
||||
BOARDFAMILY="sun50iw6"
|
||||
BOOTCONFIG="orangepi_one_plus_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
ATFBRANCH="tag:v2.2"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Orange Pi PC"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="orangepi_pc_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
BOARD_NAME="Orange Pi PC2"
|
||||
BOARDFAMILY="sun50iw2"
|
||||
BOOTCONFIG="orangepi_pc2_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Orange Pi PC +"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="orangepi_pc_plus_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="Orange Pi+"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="orangepi_plus_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
BOARD_NAME="Orange Pi+ 2E"
|
||||
BOARDFAMILY="sun8i"
|
||||
BOOTCONFIG="orangepi_plus2e_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
|
||||
@@ -3,5 +3,5 @@ BOARD_NAME="Orange Pi Prime"
|
||||
BOARDFAMILY="sun50iw2"
|
||||
BOOTCONFIG="orangepi_prime_defconfig"
|
||||
DEFAULT_OVERLAYS="analog-codec"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
BOARD_NAME="Orange Pi Win"
|
||||
BOARDFAMILY="sun50iw1"
|
||||
BOOTCONFIG="orangepi_win_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
PACKAGE_LIST_DESKTOP_BOARD="xfce4-power-manager"
|
||||
|
||||
@@ -8,4 +8,4 @@ DEFAULT_OVERLAYS="usbhost2 usbhost3"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
BUILD_DESKTOP="no"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -6,4 +6,4 @@ MODULES_BLACKLIST="lima"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
BUILD_DESKTOP="no"
|
||||
SERIALCON="ttyS0"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -8,4 +8,4 @@ MODULES_BLACKLIST="lima"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
DEFAULT_OVERLAYS="usbhost2 usbhost3"
|
||||
BUILD_DESKTOP="no"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -6,4 +6,4 @@ MODULES_LEGACY="g_serial"
|
||||
MODULES_CURRENT="g_serial"
|
||||
DEFAULT_OVERLAYS="usbhost2 usbhost3"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -7,4 +7,4 @@ MODULES_CURRENT="g_serial"
|
||||
DEFAULT_OVERLAYS="gpio-regulator-1.3v usbhost2 usbhost3"
|
||||
BUILD_DESKTOP="no"
|
||||
SERIALCON="ttyS0,ttyGS0"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="pcDuino2"
|
||||
BOARDFAMILY="sun4i"
|
||||
BOOTCONFIG="Linksprite_pcDuino_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="pcDuino3"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="Linksprite_pcDuino3_defconfig"
|
||||
KERNEL_TARGET="current,dev"
|
||||
KERNEL_TARGET="current,edge"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
BOARD_NAME="pcDuino3 Nano"
|
||||
BOARDFAMILY="sun7i"
|
||||
BOOTCONFIG="Linksprite_pcDuino3_Nano_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
BOARD_NAME="Pine64"
|
||||
BOARDFAMILY="sun50iw1"
|
||||
BOOTCONFIG="pine64_plus_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
PACKAGE_LIST_DESKTOP_BOARD="xfce4-power-manager"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
BOARD_NAME="SoPine A64"
|
||||
BOARDFAMILY="sun50iw1"
|
||||
BOOTCONFIG="sopine_baseboard_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="Pinebook A64"
|
||||
BOARDFAMILY="sun50iw1"
|
||||
BOOTCONFIG="pinebook_defconfig"
|
||||
KERNEL_TARGET="legacy,current,dev"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
PACKAGE_LIST_DESKTOP_BOARD="xfce4-power-manager"
|
||||
BOOT_LOGO="desktop"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user