..trusted OS directory
documentation/optee_design.md was recently removed in a patch upstream so use another file less likely to be removed again.
Signed-off-by: Victor Chong victor.chong@linaro.org ---
v2: update commit message to fix filename typo
--- opteed-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opteed-build.sh b/opteed-build.sh index 2dd40ff..3229cbb 100755 --- a/opteed-build.sh +++ b/opteed-build.sh @@ -126,7 +126,7 @@ function build_platform
# Check to see if we are in a trusted OS directory # refuse to continue if we aren't -if [ ! -f documentation/optee_design.md ] +if [ ! -f core/tee/tee_svc.c ] then echo "ERROR: we aren't in the optee_os directory." usage
Hi Leif,
Ping
On Mon, Feb 25, 2019 at 7:03 PM Victor Chong victor.chong@linaro.org wrote:
..trusted OS directory
documentation/optee_design.md was recently removed in a patch upstream so use another file less likely to be removed again.
Signed-off-by: Victor Chong victor.chong@linaro.org
v2: update commit message to fix filename typo
opteed-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opteed-build.sh b/opteed-build.sh index 2dd40ff..3229cbb 100755 --- a/opteed-build.sh +++ b/opteed-build.sh @@ -126,7 +126,7 @@ function build_platform
# Check to see if we are in a trusted OS directory # refuse to continue if we aren't -if [ ! -f documentation/optee_design.md ] +if [ ! -f core/tee/tee_svc.c ] then echo "ERROR: we aren't in the optee_os directory." usage -- 2.17.1
On Mon, Feb 25, 2019 at 10:03:48AM +0000, Victor Chong wrote:
..trusted OS directory
documentation/optee_design.md was recently removed in a patch upstream so use another file less likely to be removed again.
Signed-off-by: Victor Chong victor.chong@linaro.org
Reviewed-by: Leif Lindholm leif.lindholm@linaro.org Pushed as a34412f.
Thanks. Apologies for dropping these.
v2: update commit message to fix filename typo
opteed-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opteed-build.sh b/opteed-build.sh index 2dd40ff..3229cbb 100755 --- a/opteed-build.sh +++ b/opteed-build.sh @@ -126,7 +126,7 @@ function build_platform # Check to see if we are in a trusted OS directory # refuse to continue if we aren't -if [ ! -f documentation/optee_design.md ] +if [ ! -f core/tee/tee_svc.c ] then echo "ERROR: we aren't in the optee_os directory." usage -- 2.17.1