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 /templates | |
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 'templates')
-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 |
3 files changed, 0 insertions, 17 deletions
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. - |