pydantic: Mark host incompatible on RISCV32

pydantic-core needs to be ported to work on rv32

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-04-06 18:40:31 -07:00
parent ed91d5280b
commit 6a3128f17b
4 changed files with 11 additions and 0 deletions

View File

@@ -24,3 +24,6 @@ RDEPENDS:${PN} += " \
python3-websockets \
python3-pyunormalize \
"
# Needs python3-pydantic to be buildable on rv32
COMPATIBLE_HOST:riscv32 = "null"