Update entrypoint.sh

This commit is contained in:
Sergey 2023-09-21 23:26:52 +03:00 committed by GitHub
parent 273f8d0083
commit 77c4ba79a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,7 @@
#!/bin/bash
#echo 'export PATH=root/gn:"$PATH"' >> ${HOME}/.bashrc
. /workdir/ncs/zephyr/zephyr-env.sh
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -t arm-zephyr-eabi
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
#. ${HOME}/.bashrc
#echo 'export PATH=root/.local/bin:"$PATH"' >> ~/.bashrc
#. ~/.bashrc
. /root/gn/zephyr/zephyr-env.sh
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -t arm-zephyr-eabi
#/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -h
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
$@
exec $@