From 331499a7eca05fde81266104bb71f834bb50e66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Aug 2018 14:11:46 +0200 Subject: turris4x: additional tweaks --- templates/turris4x.run | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/turris4x.run') diff --git a/templates/turris4x.run b/templates/turris4x.run index f4a61b5..323f4c9 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -18,15 +18,15 @@ echo ../turris-build/compile_fw -t $BOARD -p $BRANCH repo_prepare ../turris-build/compile_fw -t $BOARD -p $BRANCH repo_prepare echo_stage "Add our repository as feed" -echo "src-git personal $WORKSPACE/pkgs" >> feeds.conf +echo "src-git personal file://$WORKSPACE/pkgs" >> feeds.conf ./scripts/feeds update personal ./scripts/feeds install -p personal -d y -f -a echo_stage "Compile tools" -make -j4 tools/compile toolchain/compile +make -j4 IS_TTY=1 BUILD_LOG=1 tools/compile toolchain/compile echo_stage "Compile packages from our feed" -make -j4 $(./scripts/feeds list -r personal | sed -n 's/^\([^ ]*\).*$/package\/\1\/compile/p' | tr '\n' ' ') +make -j4 IS_TTY=1 BUILD_LOG=1 $(./scripts/feeds list -r personal | sed -n 's/^\([^ ]*\).*$/package\/\1\/compile/p' | tr '\n' ' ') # TODO is there Packages index? Where the hack it is? #echo_stage "Sign" -- cgit v1.2.3