Bugfix - for creating u-boot packages we need to have board targets defined in main targets.conf
Adding Tinkerboard2 (without creating images) and Vim3l (with creating images)
This commit is contained in:
parent
e983a827b7
commit
3489e27a16
@ -2,7 +2,7 @@
|
||||
BOARD_NAME="Tinker Board 2"
|
||||
BOARDFAMILY="rockchip64"
|
||||
BOOTCONFIG="tinker-2-rk3399_defconfig"
|
||||
KERNEL_TARGET="current"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3399-tinker-2.dtb"
|
||||
|
||||
@ -149,6 +149,17 @@ khadas-vim2 edge hirsute desktop s
|
||||
khadas-vim2 edge hirsute desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
|
||||
|
||||
# Khadas Vim3
|
||||
khadas-vim3 current buster cli stable yes
|
||||
khadas-vim3 current focal cli stable yes
|
||||
khadas-vim3 current focal desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
khadas-vim3 current focal desktop stable yes budgie config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
khadas-vim3 current focal desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
khadas-vim3 edge hirsute desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
khadas-vim3 edge hirsute desktop stable yes budgie config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
khadas-vim3 edge hirsute desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
|
||||
|
||||
# Khadas Edge V
|
||||
khadas-edge current buster cli stable yes
|
||||
khadas-edge current focal desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
|
||||
@ -750,6 +761,11 @@ tinkerboard current focal desktop stable
|
||||
tinkerboard edge hirsute cli stable yes
|
||||
|
||||
|
||||
# Tinkerboard 2
|
||||
tinkerboard2 current focal cli stable no
|
||||
tinkerboard2 edge hirsute cli stable no
|
||||
|
||||
|
||||
# Station M1
|
||||
station-m1 legacy buster desktop stable yes xfce config_base browsers
|
||||
station-m1 current buster cli stable yes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user