mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
conf: Drop using image-prelink
image-prelink has been removed in latest yocto ( kirkstone + ) Fixes Issue #325 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
717c2ec609
commit
778ea8390a
4 changed files with 1 additions and 10 deletions
|
@ -16,7 +16,4 @@ 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"
|
||||
|
||||
TCLIBC = "baremetal"
|
||||
|
|
|
@ -16,7 +16,4 @@ 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"
|
||||
|
||||
TCLIBC = "baremetal"
|
||||
|
|
|
@ -16,7 +16,4 @@ 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"
|
||||
|
||||
TCLIBC = "baremetal"
|
||||
|
|
2
setup.sh
2
setup.sh
|
@ -60,7 +60,7 @@ EXTRA_IMAGE_FEATURES:append = " ssh-server-dropbear"
|
|||
EXTRA_IMAGE_FEATURES:append = " package-management"
|
||||
PACKAGECONFIG:append:pn-qemu-native = " sdl"
|
||||
PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
|
||||
USER_CLASSES ?= "buildstats buildhistory buildstats-summary image-prelink"
|
||||
USER_CLASSES ?= "buildstats buildhistory buildstats-summary"
|
||||
|
||||
require conf/distro/include/no-static-libs.inc
|
||||
require conf/distro/include/yocto-uninative.inc
|
||||
|
|
Loading…
Add table
Reference in a new issue