diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-17 11:40:38 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-17 11:40:38 +0200 |
commit | ffcc64ad9bdd305598da7ed62c2321a0fed24593 (patch) | |
tree | 4fed939f622437a04730647ad25043239ba01771 | |
parent | 992ef6afe1798ee24df3ccbbe8309e8de9f2c183 (diff) |
Remove meta-blsched and blsched featurequillback_16.93.0quillback_16.92.0quillback_16.91.1quillback_16.91.0quillback/16.93.0quillback/16.92.0quillback/16.91.1quillback/16.91.0pike_15.92.0pike_15.91.1pike_15.91.0pike/15.92.0pike/15.91.1pike/15.91.0octopus_14.94.0octopus_14.93.0octopus_14.92.0octopus_14.91.0octopus/14.94.0octopus/14.93.0octopus/14.92.0octopus/14.91.0needlefish_13.93.0needlefish_13.92.0needlefish_13.91.0needlefish/13.93.0needlefish/13.92.0needlefish/13.91.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.49.99.39.99.29.99.116.93.016.92.016.91.116.91.015.92.015.91.115.91.014.94.014.93.014.92.014.91.013.93.013.92.013.91.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.010.91.0next
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
-rw-r--r-- | meta-blsched/COPYING.MIT | 17 | ||||
-rw-r--r-- | meta-blsched/README.md | 42 | ||||
-rw-r--r-- | meta-blsched/conf/layer.conf | 10 | ||||
-rw-r--r-- | meta-blsched/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend | 1 | ||||
-rw-r--r-- | meta-blsched/recipes-core/blsched/blsched_git.bb | 36 | ||||
-rw-r--r-- | meta-blsched/recipes-core/blsched/files/blsched.service | 9 | ||||
-rw-r--r-- | meta-blsched/recipes-kernel/linux/linux-renesas_%.bbappend | 4 | ||||
-rw-r--r-- | templates/feature/blsched/50_bblayers.conf.inc | 3 | ||||
-rw-r--r-- | templates/feature/blsched/50_local.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/blsched/README_feature_blsched.md | 13 |
10 files changed, 0 insertions, 136 deletions
diff --git a/meta-blsched/COPYING.MIT b/meta-blsched/COPYING.MIT deleted file mode 100644 index 89de354..0000000 --- a/meta-blsched/COPYING.MIT +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/meta-blsched/README.md b/meta-blsched/README.md deleted file mode 100644 index e3a9475..0000000 --- a/meta-blsched/README.md +++ /dev/null @@ -1,42 +0,0 @@ -# Baylibre's AGL blsched layer - -This README file contains information on the contents of the -meta-blsched layer. - -Please see the corresponding sections below for details. - -### Dependencies -------------------------- - -The linux kernel must have the following config options enabled: -CONFIG_CONNECTOR -CONFIG_PROC_EVENTS -CONFIG_SCHED_DEBUG - -### Patches ------------ - -Please submit any patches against the meta-blsched layer to the -the maintainers: - -* Michael Turquette <mturquette@baylibre.com> -* Frode Isaksen <fisaksen@baylibre.com> -* Jerome Brunet <jbrunet@baylibre.com> - -## I. Description and provided packages: - -The layer provides blsched utility. This package is a utility to improve scheduling efficiency on big.LITTLE architecture. - -+ Provided packages : - - blsched : see https://github.com/BayLibre/bLsched/blob/master/README.md - - blsched-daemon : systemd service tailored for r8a7795 and r8a7796 SoCs - -## II. Adding the meta-blsched layer to your AGL build - -1. Download meta-agl-extra at `$AGL_TOP` -2. Add `blsched` to the feature of your AGL build<br> -```shell -source meta-agl/scripts/aglsetup.sh -m $MACHINE -b <your-other-features> blsched -``` - -With this `meta-blsched` will be added to your `conf/bblayers.conf`. `blsched` and `blsched-daemon` will be appended to your image. diff --git a/meta-blsched/conf/layer.conf b/meta-blsched/conf/layer.conf deleted file mode 100644 index 68a179a..0000000 --- a/meta-blsched/conf/layer.conf +++ /dev/null @@ -1,10 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "blsched" -BBFILE_PATTERN_blsched = "^${LAYERDIR}/" -BBFILE_PRIORITY_blsched = "6" diff --git a/meta-blsched/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend b/meta-blsched/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend deleted file mode 100644 index b5a7aaa..0000000 --- a/meta-blsched/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend +++ /dev/null @@ -1 +0,0 @@ -export PSCI_DISABLE_BIGLITTLE_IN_CA57BOOT="${@bb.utils.contains('MACHINE_FEATURES','biglittle','0','1',d)}" 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 -} diff --git a/meta-blsched/recipes-core/blsched/files/blsched.service b/meta-blsched/recipes-core/blsched/files/blsched.service deleted file mode 100644 index b26b1fa..0000000 --- a/meta-blsched/recipes-core/blsched/files/blsched.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=blsched big.LITTLE cpu manager service -After=local-fs.target - -[Service] -ExecStart=@SBINDIR@/blsched @ARGS@ - -[Install] -WantedBy=multi-user.target diff --git a/meta-blsched/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-blsched/recipes-kernel/linux/linux-renesas_%.bbappend deleted file mode 100644 index 354734e..0000000 --- a/meta-blsched/recipes-kernel/linux/linux-renesas_%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -SRC_URI_append = " \ - ${@bb.utils.contains('MACHINE_FEATURES','biglittle','file://procevent.cfg','',d)} \ - ${@bb.utils.contains('MACHINE_FEATURES','biglittle','file://scheddebug.cfg','',d)} \ - " diff --git a/templates/feature/blsched/50_bblayers.conf.inc b/templates/feature/blsched/50_bblayers.conf.inc deleted file mode 100644 index 0db260d..0000000 --- a/templates/feature/blsched/50_bblayers.conf.inc +++ /dev/null @@ -1,3 +0,0 @@ -BBLAYERS =+ "\ - ${METADIR}/meta-agl-extra/meta-blsched \ - " diff --git a/templates/feature/blsched/50_local.conf.inc b/templates/feature/blsched/50_local.conf.inc deleted file mode 100644 index 658230e..0000000 --- a/templates/feature/blsched/50_local.conf.inc +++ /dev/null @@ -1 +0,0 @@ -IMAGE_INSTALL_append = " blsched" diff --git a/templates/feature/blsched/README_feature_blsched.md b/templates/feature/blsched/README_feature_blsched.md deleted file mode 100644 index a1c9928..0000000 --- a/templates/feature/blsched/README_feature_blsched.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -description: enable user space big.LITTLE scheduler -authors: Frode Isaksen <fisaksen@baylibre.com> ---- - -### Feature blsched - -This features enables user space big.LITTLE scheduler. - -It optimizes task placement on big.LITTLE platforms. - -Currently enabled for Renesas r-car gen3 boards with the machine feature 'biglittle' defined. - |