summaryrefslogtreecommitdiffstats
path: root/meta-blsched/recipes-core/blsched/blsched_git.bb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-06-17 11:40:38 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-06-17 11:40:38 +0200
commitffcc64ad9bdd305598da7ed62c2321a0fed24593 (patch)
tree4fed939f622437a04730647ad25043239ba01771 /meta-blsched/recipes-core/blsched/blsched_git.bb
parent992ef6afe1798ee24df3ccbbe8309e8de9f2c183 (diff)
None of the boards in use do actually set the 'biglittle' feature. This layer is outdated and would need to be updated and reuploaded. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I8bb5315d3623a9b4c23c9ec896b536dd2ccc0103
Diffstat (limited to 'meta-blsched/recipes-core/blsched/blsched_git.bb')
-rw-r--r--meta-blsched/recipes-core/blsched/blsched_git.bb36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-blsched/recipes-core/blsched/blsched_git.bb b/meta-blsched/recipes-core/blsched/blsched_git.bb
deleted file mode 100644
index af7db3a..0000000
--- a/meta-blsched/recipes-core/blsched/blsched_git.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-SUMMARY = "big.LITTLE scheduler"
-HOMEPAGE = "https://github.com/BayLibre/bLsched"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b0df75b2edb80ee98b732ee0514a265c"
-
-SRC_URI = "git://github.com/baylibre/blsched.git \
- file://blsched.service \
- "
-
-SRCREV = "b6bf199bc2def486857fb7003a6cb07708ed685e"
-
-S = "${WORKDIR}/git"
-
-inherit autotools
-
-COMPATIBLE_MACHINE ="((h|m)3ulcb|salvator-x)"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-DAEMONARGS_r8a7795 = "-b 0 -b 1 -b 2 -b 3"
-DAEMONARGS_r8a7796 = "-b 0 -b 1"
-
-RDEPENDS_${PN} += " blsched"
-
-inherit systemd
-
-SYSTEMD_SERVICE_${PN} = "blsched.service"
-
-do_install_append () {
- # Install the systemd init file
- install -d ${D}${systemd_unitdir}/system
- install -c -m 0644 ${WORKDIR}/blsched.service ${D}${systemd_unitdir}/system
-
- sed -i -e 's,@SBINDIR@,${sbindir},g' \
- -e 's,@ARGS@,${DAEMONARGS},g' \
- ${D}${systemd_unitdir}/system/*.service
-}