mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
tclibc-baremetal: 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 baremetal based SDK. (From OE-Core rev: 2c6a249f3e1ad9c160f59d2d0b38749c85e7ff3a) 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
4d6ace4011
commit
321089a728
@@ -27,7 +27,7 @@ BASEDEPENDS_remove_class-target = "virtual/${TARGET_PREFIX}compilerlibs"
|
||||
TARGET_OS = "elf"
|
||||
TARGET_OS_arm = "eabi"
|
||||
|
||||
TOOLCHAIN_HOST_TASK ?= "packagegroup-cross-canadian-${MACHINE}"
|
||||
TOOLCHAIN_HOST_TASK ?= "packagegroup-cross-canadian-${MACHINE} nativesdk-qemu"
|
||||
TOOLCHAIN_HOST_TASK_ATTEMPTONLY ?= ""
|
||||
TOOLCHAIN_TARGET_TASK ?= "libgcc-dev"
|
||||
TOOLCHAIN_NEED_CONFIGSITE_CACHE_remove = "virtual/${MLPREFIX}libc zlib ncurses"
|
||||
|
||||
Reference in New Issue
Block a user