mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
tclibc-newlib: Include qemu on the SDK
Since we now have an example recipe on meta-skeleton to build baremetal applications using OpenEmbedded, a user produced SDK should be able to run such application. Include nativesdk-qemu on TOOLCHAIN_HOST_TASK so its built inside the newlib based SDK. (From OE-Core rev: 9521c66e0edb2b36c3d5c777ec7a7158b40452d4) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
321089a728
commit
fada4ed4c0
@@ -38,7 +38,7 @@ BASE_DEFAULT_DEPS_append_class-target = " ${NEWLIB_EXTENDED}"
|
||||
TARGET_OS = "elf"
|
||||
TARGET_OS_arm = "eabi"
|
||||
|
||||
TOOLCHAIN_HOST_TASK ?= "packagegroup-cross-canadian-${MACHINE}"
|
||||
TOOLCHAIN_HOST_TASK ?= "packagegroup-cross-canadian-${MACHINE} nativesdk-qemu"
|
||||
TOOLCHAIN_TARGET_TASK ?= "${LIBC_DEPENDENCIES}"
|
||||
TOOLCHAIN_NEED_CONFIGSITE_CACHE_remove = "zlib ncurses"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user