Lines Matching +full:risc +full:- +full:v
10 # See meta-skeleton for a working example.
15 COMPATIBLE_HOST:libc-musl:class-target = "null"
16 COMPATIBLE_HOST:libc-glibc:class-target = "null"
19 inherit rootfs-postcommands
22 IMGDEPLOYDIR ?= "${WORKDIR}/deploy-${PN}-image-complete"
24 IMAGE_LINK_NAME ?= "baremetal-helloworld-image-${MACHINE}"
65 SSTATE_SKIP_CREATION:task-image-complete = '1'
66 do_image_complete[sstate-inputdirs] = "${IMGDEPLOYDIR}"
67 do_image_complete[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"
68 do_image_complete[stamp-extra-info] = "${MACHINE_ARCH}"
78 QB_MEM ?= "-m 256"
81 QB_OPT_APPEND:append = " -nographic"
83 # RISC-V tunes set the BIOS, unset, and instruct QEMU to
84 # ignore the BIOS and boot from -kernel
87 QB_OPT_APPEND:append:qemuriscv64 = " -bios none"
88 QB_OPT_APPEND:append:qemuriscv32 = " -bios none"
91 # Use the medium-any code model for the RISC-V 64 bit implementation,
93 # starts at 0x80000000 on RISC-V 64
94 # Keep RISC-V 32 using -mcmodel=medlow (symbols lie between -2GB:2GB)
95 CFLAGS:append:qemuriscv64 = " -mcmodel=medany"
119 # /usr/bin on recipe-sysroot (qemu) populated