Python2 has been deprecated. If functionality is needed, python-cpuset package can be used for a while from meta-python2 layer.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/packagegroups/ti-test.bb | 1 - meta-arago-extras/recipes-support/cpuset/cpuset_1.5.7.bb | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 meta-arago-extras/recipes-support/cpuset/cpuset_1.5.7.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb index 60db7de..7dc1fe4 100644 --- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb @@ -26,7 +26,6 @@ ARAGO_TEST = "\ rwmem \ pulseaudio-misc \ kselftests \ - cpuset \ procps \ mtd-utils-ubifs-tests \ pcitest \ diff --git a/meta-arago-extras/recipes-support/cpuset/cpuset_1.5.7.bb b/meta-arago-extras/recipes-support/cpuset/cpuset_1.5.7.bb deleted file mode 100644 index c3690f0..0000000 --- a/meta-arago-extras/recipes-support/cpuset/cpuset_1.5.7.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier" -SECTION = "console/utils" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -SRC_URI = "https://github.com/lpechacek/cpuset/archive/v${PV}.tar.gz" - -SRC_URI[md5sum] = "6ad79b26ba03f559604d74513cc34392" -SRC_URI[sha256sum] = "32334e164415ed5aec83c5ffc3dc01c418406eb02d96d881fdfd495587ff0c01" - -S = "${WORKDIR}/${P}" - -CLEANBROKEN = "1" - -inherit distutils -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
