mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 12:42:35 +02:00
qemuriscv64: Disable prelink
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -28,3 +28,7 @@ QB_DEFAULT_KERNEL = "bbl"
|
||||
QB_NETWORK_DEVICE = "-device virtio-net-device,netdev=net0,mac=@MAC@"
|
||||
QB_ROOTFS_OPT = "-drive file=@ROOTFS@,format=raw,id=hd0 -device virtio-blk-device,drive=hd0"
|
||||
QB_SLIRP_OPT = "-netdev user,id=net0,hostfwd=tcp::22222-:22"
|
||||
|
||||
# Prelink does not yet work
|
||||
|
||||
USER_CLASSES_remove = "image-prelink"
|
||||
|
||||
Reference in New Issue
Block a user