mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
concurrencykit: Set correct PLAT value for riscv32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -21,6 +21,7 @@ inherit autotools-brokensep
|
|||||||
|
|
||||||
PLAT:powerpc64 = "ppc64"
|
PLAT:powerpc64 = "ppc64"
|
||||||
PLAT:powerpc64le = "ppc64"
|
PLAT:powerpc64le = "ppc64"
|
||||||
|
PLAT:riscv32 = "riscv"
|
||||||
PLAT ?= "${HOST_ARCH}"
|
PLAT ?= "${HOST_ARCH}"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
|
|||||||
Reference in New Issue
Block a user