aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md3
m---------conf.d/app-templates0
3 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8bb607..22adb2a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
###########################################################################
-CMAKE_MINIMUM_REQUIRED(VERSION 3.6)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
# Do not change this file, config is located into conf.d
include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake)
diff --git a/README.md b/README.md
index 54bf154..2063677 100644
--- a/README.md
+++ b/README.md
@@ -25,19 +25,16 @@ git pull --recurse-submodules https://github.com/iotbzh/audio-bindings
# Specific Dependencies
- * cmake >= 3.6
* alsa-devel >= 1.1.2 Warning some distro like Fedora-25 still ship version 1.1.1 as default
* lua >= 5.3 Most distribution only ship version 5.2 but binary package should be easy to find
```
OpenSuse
- - cmake 3.6 Take the Tumbleweed version https://software.opensuse.org/ymp/openSUSE:Factory/standard/cmake.ymp?base=openSUSE%3AFactory&query=cmake
- LUA-5.3-devel https://software.opensuse.org//download.html?project=devel%3Alanguages%3Alua&package=lua53
- Alsa-devel zypper --install alsa-devel # 42.3 is shipped default with 1.1.4
Fedora 26 (out of the box)
- - cmake 3.6
- Lua 5.3
- Alsa-devel 1.1.4
```
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 421f62833dc53ab95648951e75827deb2d9d20b
+Subproject aa763ddec685dc44bcb5d44718d78f3692d4f0d
color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# 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.