mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
riscv-pk: make it machine-specific
bbl has a machine specific payload (vmlinux), so it should be machine-specific too. Otherwise riscv-pk build for different machines will collide. Signed-off-by: Taras Kondratiuk <takondra@cisco.com>
This commit is contained in:
committed by
Khem Raj
parent
39a3237db5
commit
ae10d093f6
@@ -9,6 +9,8 @@ SRC_URI = "git://github.com/riscv/riscv-pk.git \
|
||||
file://0001-add-acinclude.m4.patch \
|
||||
"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
LDFLAGS_append = " -Wl,--build-id=none"
|
||||
|
||||
inherit autotools
|
||||
|
||||
Reference in New Issue
Block a user