* Create an "extra" variant of this packagegroup for packages which may cause a base filesystem to exceed a physical size limitation.
Signed-off-by: Jacob Stiffler <[email protected]> --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 acfdeea..7402427 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,11 +1,13 @@ DESCRIPTION = "Task to include Matrix v2" LICENSE = "MIT" -PR = "r65" +PR = "r66" PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup +PACKAGES =+ "${PN}-extra" + MATRIX_ESSENTIALS = " \ matrix-gui \ matrix-lighttpd-config \ @@ -147,5 +149,8 @@ RDEPENDS_${PN} = " \ ${MATRIX_APPS} \ ${@bb.utils.contains('MACHINE_FEATURES','sgx',"${MATRIX_SGX_DEMOS}",'',d)} \ ${@bb.utils.contains('MACHINE_FEATURES','dsp',"${MATRIX_OPENCL_APPS}",'',d)} \ +" + +RDEPENDS_${PN}-extra = " \ ${@bb.utils.contains('MACHINE_FEATURES','dsp',"${MATRIX_OPENCV_OPENCL_APPS}",'',d)} \ " -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
