recipes: Convert to newer override syntax

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-08-04 15:31:09 -07:00
parent ad95ffb93a
commit 2392e1f99d
8 changed files with 14 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ EXTRA_USERS_PARAMS = "useradd kde; \
usermod -P kde kde;"
## Use the Microsemi Expansion board DT in OpenSBI (passed to the kernel)
RISCV_SBI_FDT_freedom-u540 = "HiFiveUnleashed-MicroSemi-Expansion.dtb"
RISCV_SBI_FDT:freedom-u540 = "HiFiveUnleashed-MicroSemi-Expansion.dtb"
## Install GPU driver for the GPU being used, in this example it's a Radeon R5 230
PACKAGECONFIG:append:pn-mesa = " r600"