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 /meta-blsched/README.md | |
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
Diffstat (limited to 'meta-blsched/README.md')
-rw-r--r-- | meta-blsched/README.md | 42 |
1 files changed, 0 insertions, 42 deletions
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. |