nareshkamboju

wa2 patch

Jan 11th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.60 KB | None | 0 0
  1. wa2-lava$ git show b19bf7ab77d555e2c467950ce2a56a8b6324f4f5
  2. commit b19bf7ab77d555e2c467950ce2a56a8b6324f4f5
  3. Author: Naresh Kamboju <naresh.kamboju@linaro.org>
  4. Date:   Fri Mar 18 14:33:13 2016 +0530
  5.  
  6.     wa: config: update working directory
  7.    
  8.     On Android 6.x version working directory '/storage/sdcard0' is been
  9.     replaced with '/data/local/tmp/wa-working'
  10.    
  11.     Change-Id: If5a5c0dfca34126d4a44ac723c32a8ff008fe6ed
  12.     Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
  13.  
  14. diff --git a/templates/config-nexus5x.py b/templates/config-nexus5x.py
  15. index eacf2d4..5c26f61 100755
  16. --- a/templates/config-nexus5x.py
  17. +++ b/templates/config-nexus5x.py
  18. @@ -24,5 +24,5 @@ logging = {
  19.  device_config =  dict(
  20.      adb_name="$ipaddr",
  21.      binaries_directory='/data/local/tmp',
  22. -    working_directory='/storage/sdcard0',
  23. +    working_directory='/data/local/tmp/wa-working',
  24.  )
  25. diff --git a/templates/config-nexus9.py b/templates/config-nexus9.py
  26. index eacf2d4..5c26f61 100755
  27. --- a/templates/config-nexus9.py
  28. +++ b/templates/config-nexus9.py
  29. @@ -24,5 +24,5 @@ logging = {
  30.  device_config =  dict(
  31.      adb_name="$ipaddr",
  32.      binaries_directory='/data/local/tmp',
  33. -    working_directory='/storage/sdcard0',
  34. +    working_directory='/data/local/tmp/wa-working',
  35.  )
  36. diff --git a/templates/config-tc2.py b/templates/config-tc2.py
  37. index 1d5721f..48700f8 100755
  38. --- a/templates/config-tc2.py
  39. +++ b/templates/config-tc2.py
  40. @@ -23,4 +23,5 @@ logging = {
  41.  
  42.  device_config =  dict(
  43.      adb_name="$ipaddr",
  44. +    working_directory='/data/local/tmp/wa-working',
  45.  )
  46. naresh@linaro:~/git-local/2016/wa2-lava$
Add Comment
Please, Sign In to add comment