#!/bin/sh set -e source_dir=$2 build_dir=${Y_WORKSPACE_ROOT}/userspace/target/ports/meta-llvm cd $build_dir cmake --build . -t install -j >/dev/null