Skip to content

Commit

Permalink
add source back to setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Mar 10, 2024
1 parent 89295ed commit 344aca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions odysseus/docker_scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

alias make-current="/home/odysseus/scripts/make-current.sh"

# for password exposure to defconfigs
set -o allexport && source /run/secrets/ody_passwords && set +o allexport

# for each defconfig make output subdirectory
make -C /home/odysseus/build/buildroot O=/home/odysseus/outputs/tpu BR2_EXTERNAL=/home/odysseus/build/odysseus_tree raspberrypi4_64_tpu_defconfig
make -C /home/odysseus/build/buildroot O=/home/odysseus/outputs/ap BR2_EXTERNAL=/home/odysseus/build/odysseus_tree raspberrypi3_64_ap_defconfig
Expand Down

0 comments on commit 344aca4

Please sign in to comment.