[Sound-open-firmware] [PATCH v2] scripts: Add build-soft.sh
Make it easier to build the topology when working in sof.git. This script automates the change of directory to and from soft.git. It also makes building in a container easier because all scripts can execute from the same working directory.
Signed-off-by: Dylan Reid dgreid@chromium.org --- scripts/build-soft.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/build-soft.sh
diff --git a/scripts/build-soft.sh b/scripts/build-soft.sh new file mode 100755 index 0000000..0756cc5 --- /dev/null +++ b/scripts/build-soft.sh @@ -0,0 +1,6 @@ +#!/bin/sh +cd ../soft.git +./autogen.sh +./configure +make -j$(nproc) +cd ../sof.git
On Mon, 2018-04-30 at 10:22 -0700, Dylan Reid wrote:
Make it easier to build the topology when working in sof.git. This script automates the change of directory to and from soft.git. It also makes building in a container easier because all scripts can execute from the same working directory.
Signed-off-by: Dylan Reid dgreid@chromium.org
Applied.
Thanks
Liam
participants (2)
-
Dylan Reid
-
Liam Girdwood