diff options
author | Frode Isaksen <fisaksen@baylibre.com> | 2017-12-05 17:21:44 +0000 |
---|---|---|
committer | Frode Isaksen <fisaksen@baylibre.com> | 2017-12-14 17:50:07 +0000 |
commit | ed8c0a7cf8ad14ca6a6c1dcab4d9f936fcd59bdf (patch) | |
tree | fee4df9bc266fbe9721f26276c9ad56a9487fa4b /meta-blsched/conf/layer.conf | |
parent | abe6250af91c4b3193511f4dd5fbfb7ee40d76d5 (diff) |
blsched: user space big.LITTLE schedulerguppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder_5.99.1flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.2flounder/5.99.16.90.05.99.65.99.55.99.45.99.35.99.25.99.1sandbox/jsmoeller/profiles
Optimizes task placement on big.LITTLE platforms.
Currently enabled for renesas r-car gen3 boards
with the machine feature 'biglittle' defined.
Change-Id: Idee5e759f13b3942496a831c444799b880caac89
Signed-off-by: Frode Isaksen <fisaksen@baylibre.com>
Diffstat (limited to 'meta-blsched/conf/layer.conf')
-rw-r--r-- | meta-blsched/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-blsched/conf/layer.conf b/meta-blsched/conf/layer.conf new file mode 100644 index 0000000..68a179a --- /dev/null +++ b/meta-blsched/conf/layer.conf @@ -0,0 +1,10 @@ +# 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" |