From ffcc64ad9bdd305598da7ed62c2321a0fed24593 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 17 Jun 2020 11:40:38 +0200 Subject: Remove meta-blsched and blsched feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: I8bb5315d3623a9b4c23c9ec896b536dd2ccc0103 --- templates/feature/blsched/50_bblayers.conf.inc | 3 --- templates/feature/blsched/50_local.conf.inc | 1 - templates/feature/blsched/README_feature_blsched.md | 13 ------------- 3 files changed, 17 deletions(-) delete mode 100644 templates/feature/blsched/50_bblayers.conf.inc delete mode 100644 templates/feature/blsched/50_local.conf.inc delete mode 100644 templates/feature/blsched/README_feature_blsched.md (limited to 'templates/feature') 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 ---- - -### 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. - -- cgit 1.2.3-korg