Skip to content
Snippets Groups Projects
Commit e2d7ec56 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

openharmony-tools: add qemu native to SDK bundle


To run our Qemu images we better provide a matching and  tested qemu
native build in our SDK. This allows to reproduce our results from a
pure SDK installation without a full Yocto/OE build.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent bd605106
No related branches found
No related tags found
1 merge request!122openharmony-tools: add qemu native to SDK bundle
...@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" ...@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
require sanity-check.inc require sanity-check.inc
TOOLCHAIN_HOST_TASK = "nativesdk-hdc nativesdk-xdevice" TOOLCHAIN_HOST_TASK = "nativesdk-hdc nativesdk-xdevice nativesdk-qemu nativesdk-qemu-helper"
TOOLCHAIN_TARGET_TASK = "" TOOLCHAIN_TARGET_TASK = ""
TOOLCHAIN_OUTPUTNAME = "${PN}-${OPENHARMONY_VERSION}-${TUNE_PKGARCH}-${SDK_VERSION}" TOOLCHAIN_OUTPUTNAME = "${PN}-${OPENHARMONY_VERSION}-${TUNE_PKGARCH}-${SDK_VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment