Fixing wrong / deprecated board propertie parameter (#4335)

This commit is contained in:
Igor Pečovnik
2022-10-25 11:27:22 +02:00
committed by GitHub
parent 01ebcc70b5
commit 71bb3c02a3
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
| MODULES_BLACKLIST_CURRENT | space delimited modules blacklist for current branch |
| MODULES_BLACKLIST_EDGE | space delimited modules blacklist for edge branch |
| SERIALCON | ttyS0,ttyS1, ... |
| BUILD_DESKTOP | yes/no |
| HAS_VIDEO_OUTPUT | yes/no |
| KERNEL_TARGET | legacy,current,edge |
| FULL_DESKTOP | yes/no = install Office, Thunderbird, ... |
| DESKTOP_AUTOLOGIN | yes/no |

View File

@@ -7,5 +7,5 @@ MODULES_BLACKLIST="lima"
DEFAULT_OVERLAYS="usbhost1 usbhost2"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
BUILD_DESKTOP="no"
KERNEL_TARGET="current,edge"
HAS_VIDEO_OUTPUT="no"

View File

@@ -8,4 +8,4 @@ SERIALCON="ttyS0"
KERNEL_TARGET="legacy,current,edge"
BOOT_FDT_FILE="rockchip/rk3308-rock-pi-s.dtb"
MODULES_BLACKLIST="rockchipdrm analogix_dp dw_mipi_dsi dw_hdmi gpu_sched lima hantro_vpu panfrost"
BUILD_DESKTOP="no"
HAS_VIDEO_OUTPUT="no"