mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
visionfive2.conf: recommend VPU kernel modules and use custom omx-il
This commit is contained in:
parent
9ec49eb517
commit
c80df081ea
1 changed files with 7 additions and 1 deletions
|
@ -21,6 +21,7 @@ PREFERRED_PROVIDER_virtual/egl ?= "mesa-pvr"
|
|||
PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa-pvr"
|
||||
PREFERRED_PROVIDER_virtual/libgles3 ?= "mesa-pvr"
|
||||
PREFERRED_PROVIDER_virtual/libgles2 ?= "visionfive2-pvr-graphics"
|
||||
PREFERRED_PROVIDER_virtual/libomxil ?= "libsf-omxil"
|
||||
|
||||
PREFERRED_VERSION_openocd-native = "riscv"
|
||||
PREFERRED_VERSION_openocd = "riscv"
|
||||
|
@ -35,7 +36,12 @@ RISCV_SBI_FDT ?= "jh7110-visionfive-v2.dtb"
|
|||
|
||||
SERIAL_CONSOLES = "115200;ttyS0"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
|
||||
kernel-modules \
|
||||
vdec-module \
|
||||
venc-module \
|
||||
jpu-module \
|
||||
"
|
||||
|
||||
IMAGE_FSTYPES += "wic.gz wic.bmap ext4"
|
||||
KERNEL_DEVICETREE ?= "starfive/jh7110-visionfive-v2.dtb"
|
||||
|
|
Loading…
Add table
Reference in a new issue