Remove the browser demos tentatively because the chromium (qtwebengine)-based broswer does not work on k3 devices.
Signed-off-by: Eric Ruei <[email protected]> --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb index 0294784..ea282d2 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to include Matrix v2" LICENSE = "MIT" -PR = "r72" +PR = "r73" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -154,7 +154,6 @@ MATRIX_APPS_append_k3 = " \ matrix-hmi-demo-evse \ \ ${MATRIX_OPENCV_ARM_ONLY_APPS} \ - ${@['','matrix-gui-browser-demos'][bb.utils.contains('MACHINE_FEATURES','sgx',True,False,d) and bb.utils.contains('DISTRO_FEATURES','wayland',True,False,d)]} \ " MATRIX_APPS_append_dra7xx += " \ -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
