Previous commit 01b4c2ef967779e79b9367e439955b8466ccd04f changed meta-toolchain-arago to be a bare devkit w/o those tools. Since "server" devkit was not using "qte" packagegroup, it accidentally lost those tools as well, affecting K2 platforms. Fix it by using the correct "tisdk" packagegroup for TOOLCHAIN_HOST_TASK.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb b/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb index f972eaa..3e781d0 100644 --- a/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb +++ b/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb @@ -1,3 +1,4 @@ +TOOLCHAIN_HOST_TASK ?= "nativesdk-packagegroup-arago-tisdk-host" TOOLCHAIN_SUFFIX ?= "-tisdk-server" require meta-toolchain-arago-tisdk.inc -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
