* This extra packagegroup will be used for non-essential addons such as -dev packages * The motivation for the creation of this packagegroup is to limit the ubifs to only essential packages but still provide a filesystem tarball with the complete set of packages for NFS.
Signed-off-by: Jacob Stiffler <[email protected]> --- .../packagegroup-arago-tisdk-addons.bb | 46 ++++++++++++---------- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index 8314cc2..3ab3bf8 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -1,11 +1,13 @@ DESCRIPTION = "Task to install additional utilities/demos for SDKs" LICENSE = "MIT" -PR = "r40" +PR = "r41" PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup +PACKAGES =+ "${PN}-extra" + UTILS = " \ am-sysinfo \ dt \ @@ -59,8 +61,7 @@ UTILS_append_dra7xx = " canutils \ dsptop \ gdbc6x \ glsdk-example-apps \ - opencl-staticdev \ - opencl-examples-dev \ + opencl-examples \ " UTILS_append_keystone = " \ @@ -68,22 +69,19 @@ UTILS_append_keystone = " \ " UTILS_append_k2hk-evm = " \ - opencl-staticdev \ - opencl-examples-dev \ + opencl-examples \ gdbc6x \ dsptop \ " UTILS_append_k2l-evm = " \ - opencl-staticdev \ - opencl-examples-dev \ + opencl-examples \ gdbc6x \ dsptop \ " UTILS_append_k2e-evm = " \ - opencl-staticdev \ - opencl-examples-dev \ + opencl-examples \ gdbc6x \ dsptop \ " @@ -99,22 +97,26 @@ DEVTOOLS = " \ git \ " -DEVTOOLS_append_ti33x = " \ +EXTRA_PACKAGES = " \ nodejs \ nodejs-npm \ protobuf \ " - -DEVTOOLS_append_ti43x = " \ - nodejs \ - nodejs-npm \ - protobuf \ +EXTRA_PACKAGES_append_dra7xx = " \ + opencl-staticdev \ + opencl-examples-dev \ " - -DEVTOOLS_append_omap-a15 = " \ - nodejs \ - nodejs-npm \ - protobuf \ +EXTRA_PACKAGES_append_k2hk-evm = " \ + opencl-staticdev \ + opencl-examples-dev \ +" +EXTRA_PACKAGES_append_k2l-evm = " \ + opencl-staticdev \ + opencl-examples-dev \ +" +EXTRA_PACKAGES_append_k2e-evm = " \ + opencl-staticdev \ + opencl-examples-dev \ " RDEPENDS_${PN} = "\ @@ -123,3 +125,7 @@ RDEPENDS_${PN} = "\ ${DEVTOOLS} \ ${EXTRA_LIBS} \ " + +RDEPENDS_${PN}-extra = "\ + ${EXTRA_PACKAGES} \ +" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
