[oe-commits] [openembedded-core] 17/26: tclibc-newlib: Include qemu on the SDK

git at git.openembedded.org git at git.openembedded.org
Sat Feb 15 17:27:00 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 702b777f8185f1e3377d28d2c8445a41752d1d63
Author: Alejandro Enedino Hernandez Samaniego <alejandro at enedino.org>
AuthorDate: Fri Feb 14 10:13:49 2020 -0800

    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.
    
    Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro at enedino.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/tclibc-newlib.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tclibc-newlib.inc b/meta/conf/distro/include/tclibc-newlib.inc
index 8338003..bf89b11 100644
--- a/meta/conf/distro/include/tclibc-newlib.inc
+++ b/meta/conf/distro/include/tclibc-newlib.inc
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list