mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
Support custom DEPOT_DIR in noux_tool_chain_auto.run
This commit is contained in:
parent
a20d37c50a
commit
af49ec7583
@ -120,13 +120,12 @@ puts $bash_profile_fd "./genode/tool/depot/create DEPOT_DIR=/home/build/depot \
|
||||
close $bash_profile_fd
|
||||
|
||||
|
||||
|
||||
exec mkdir -p [depot_dir]/test
|
||||
exec $genode_dir/tool/depot/create test/src/zlib
|
||||
exec $genode_dir/tool/depot/create DEPOT_DIR=[depot_dir] test/src/zlib
|
||||
exec tar cvf bin/genode.tar -C $genode_dir tool repos/base \
|
||||
repos/libports/recipes/src/zlib \
|
||||
repos/libports/recipes/api
|
||||
exec tar rvf bin/genode.tar -C [depot_dir]/.. depot/test
|
||||
exec tar rvf bin/genode.tar -C [depot_dir]/.. [file tail [depot_dir]]/test
|
||||
exec rm -rf [depot_dir]/test
|
||||
|
||||
append config {
|
||||
|
Loading…
Reference in New Issue
Block a user