Go to file
Liam Girdwood 83fec15597 build: fix version script to use correct version in tarball build
make sure the tarball build and worktree build uses the correct version.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
2018-01-11 14:58:08 +00:00
src build: fix install and dist build targets. 2018-01-10 17:36:41 +00:00
.gitignore gitigore: ignore disassembly and mapfiles 2017-09-25 12:52:10 +01:00
LICENCE core: initial import of open source DSP firmware 2016-09-22 16:02:43 +01:00
Makefile.am build: fix install and dist build targets. 2018-01-10 17:36:41 +00:00
README README: correct the root-dir, which didn't work actually 2017-12-08 21:52:57 +00:00
autogen.sh configure: reset build count every time autogen.sh is run. 2017-11-30 16:03:46 +00:00
build-all.sh build: Make sure build all runs configure before make clean. 2017-12-05 20:36:55 +00:00
configure.ac build: fix package name to sof 2018-01-10 20:43:25 +00:00
version.sh build: fix version script to use correct version in tarball build 2018-01-11 14:58:08 +00:00

README

Build Instructions

1) Run "autogen.sh" 

2) Run the following configure based on your platform.

Baytrail :-

./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf

Cherrytrail :-

./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf

3) make

4) make bin