summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-04-23 19:10:43 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-04-23 19:10:43 +0200
commit873b57dfbd7f67a762a8300a60278764b911c893 (patch)
tree34c7c5b09b8021e9e4b1846d100081e9d5f71aa9 /templates
parent992ef6afe1798ee24df3ccbbe8309e8de9f2c183 (diff)
Cleanup post next mergesandbox/jsmoeller/cleanup
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ieee834f43877f0d675b4a97eebfcde1683fb0cef
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-attic/50_bblayers.conf.inc3
-rw-r--r--templates/feature/agl-attic/README_feature_agl-attic.md4
-rw-r--r--templates/feature/blsched/50_bblayers.conf.inc3
-rw-r--r--templates/feature/blsched/50_local.conf.inc1
-rw-r--r--templates/feature/blsched/README_feature_blsched.md13
5 files changed, 7 insertions, 17 deletions
diff --git a/templates/feature/agl-attic/50_bblayers.conf.inc b/templates/feature/agl-attic/50_bblayers.conf.inc
new file mode 100644
index 0000000..88d3dd5
--- /dev/null
+++ b/templates/feature/agl-attic/50_bblayers.conf.inc
@@ -0,0 +1,3 @@
+BBLAYERS =+ "\
+ ${METADIR}/meta-agl-extra/meta-attic \
+ "
diff --git a/templates/feature/agl-attic/README_feature_agl-attic.md b/templates/feature/agl-attic/README_feature_agl-attic.md
new file mode 100644
index 0000000..fa99fa0
--- /dev/null
+++ b/templates/feature/agl-attic/README_feature_agl-attic.md
@@ -0,0 +1,4 @@
+---
+description: old components
+authors: agl-dev-community@lists.automotivelinux.org
+---
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.
-