commit | c7d01494bb74ea628e4a15fab9c0f0656b6749ff | [log] [tgz] |
---|---|---|
author | Tomasz Lauda <tomasz.lauda@linux.intel.com> | Fri Oct 11 12:04:52 2019 +0200 |
committer | Tomasz Lauda <40232714+tlauda@users.noreply.github.com> | Fri Oct 11 14:49:07 2019 +0200 |
tree | e8530e1a8333eb539646797c35bd1002ad69c262 | |
parent | 66b0a0f0b845f647c6e33dbfd742aa34f09c5a40 [diff] |
pipeline: fix tasks initialization Fixes tasks initialization for connected pipelines. If we play on pipeline, which is not the owner of the scheduling component, then the pipeline_prepare() is not called on pipe owning that component and tasks stay unitialized. Fixes: de7d4c95cfbd ("pipeline: allocate pipe_task only if needed") Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
See docs
mkdir build && cd build
Baytrail / Cherrytrail:
cmake -DTOOLCHAIN=xtensa-byt-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-byt-elf ..
Haswell / Broadwell:
cmake -DTOOLCHAIN=xtensa-hsw-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-hsw-elf ..
Apollolake:
cmake -DTOOLCHAIN=xtensa-apl-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-apl-elf ..
Cannonlake:
cmake -DTOOLCHAIN=xtensa-cnl-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-cnl-elf ..
Baytrail:
make baytrail_defconfig
Cherrytrail:
make cherrytrail_defconfig
Haswell:
make haswell_defconfig
Broadwell:
make broadwell_defconfig
Apollolake:
make apollolake_defconfig
Cannonlake:
make cannonlake_defconfig
make menuconfig
make bin # or `make bin -j<jobs>` for parallel build
See unit testing documentation
TODO: Add additional notes about how to deploy this on a live system
See Contributing to the Project
This project is licensed under the BSD Clause 3 - see the LICENCE file for details