From 2e0f03802ba14b3313db31e232a4185e4ee8b77f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 15 Dec 2021 23:40:13 +0100 Subject: rust-hello-world: test at runtime This adds a smoke check for whether the rust toolchain actually produces working executables across a range of architectures. (From OE-Core rev: 14bb638b0df7acfa6aa89abf4625357f8cde886b) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb') diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index 1fee1c925d..e05e329020 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb @@ -25,6 +25,8 @@ GOTOOLS ?= "go-helloworld" GOTOOLS:powerpc ?= "" GOTOOLS:riscv32 ?= "" +RUSTTOOLS ?= "rust-hello-world" + GSTEXAMPLES ?= "gst-examples" GSTEXAMPLES:riscv64 = "" @@ -57,4 +59,5 @@ RDEPENDS:${PN} = "\ ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', "${X11GLTOOLS}", "", d)} \ ${@bb.utils.contains('DISTRO_FEATURES', '3g', "${3GTOOLS}", "", d)} \ ${GOTOOLS} \ + ${RUSTTOOLS} \ " -- cgit v1.2.3-54-g00ecf