You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2015/11/30 22:21:27 UTC

incubator-mynewt-larva git commit: Include libs/util as part of tadpole.

Repository: incubator-mynewt-larva
Updated Branches:
  refs/heads/master 834c5a1d7 -> 83d400352


Include libs/util as part of tadpole.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/83d40035
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/83d40035
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/83d40035

Branch: refs/heads/master
Commit: 83d400352d70c52001c8a39c1f71813005a0311c
Parents: 834c5a1
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Nov 30 13:21:06 2015 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Nov 30 13:21:06 2015 -0800

----------------------------------------------------------------------
 scripts/hatch_tadpole.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/83d40035/scripts/hatch_tadpole.sh
----------------------------------------------------------------------
diff --git a/scripts/hatch_tadpole.sh b/scripts/hatch_tadpole.sh
index 95ad027..3297525 100755
--- a/scripts/hatch_tadpole.sh
+++ b/scripts/hatch_tadpole.sh
@@ -13,7 +13,7 @@ fi
 LARVA_DIR=$1
 TADPOLE_DIR=$2
 
-declare -a DIRS=("/hw/mcu/native" "/hw/bsp/native" "/hw/hal" "/libs/os" "libs/testutil" "/compiler/sim") 
+declare -a DIRS=("/hw/mcu/native" "/hw/bsp/native" "/hw/hal" "/libs/os" "libs/testutil" "/compiler/sim" "/libs/util") 
 for dir in "${DIRS[@]}"
 do
     echo "Copying $dir"