update the rtconfig.py and SConstruct in the BSP

in order to use buildbot.py

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2028 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
dzzxzz@gmail.com
2012-04-09 03:32:35 +00:00
parent 9c804a28a4
commit a7810e12b9
43 changed files with 431 additions and 47 deletions
+1
View File
@@ -6,6 +6,7 @@ if os.getenv('RTT_ROOT'):
RTT_ROOT = os.getenv('RTT_ROOT')
else:
RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
from building import *