mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
linux-riscv: Drop riscv64 baremetal from compatible machine
baremetal does not run linux kernel Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
16a13a6328
commit
1741996b09
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
|||
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||
|
||||
COMPATIBLE_MACHINE = "(qemuriscv64|riscv64)"
|
||||
COMPATIBLE_MACHINE = "(qemuriscv64)"
|
||||
|
||||
LINUX_KERNEL_TYPE ?= "standard"
|
||||
# patch version
|
||||
|
|
Loading…
Add table
Reference in a new issue