Skip to content

Commit cd056e5

Browse files
committed
Added some dummy devman servers for builds that use it (including community versions connecting to appland)
1 parent cb48186 commit cd056e5

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
DEVMAN_SERVER_DOMAIN=devman.inxware.io
3+
#DEVMAN_SERVER_PROTOCOL=https
4+
5+
DEVMAN_SERVER_NAME=inxware
6+
DEVMAN_UNAME=_NOT_SAFE_USERNAME
7+
EHS_PRODUCT_NAME=inxware
8+
SSHPORT=22
9+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
3+
DEVMAN_SERVER_DOMAIN=devman.inx-systems.com
4+
DEVMAN_SERVER_PROTOCOL=https
5+
6+
#Server config & credentials for uplading OTA updates
7+
#it's other name...
8+
DEVMAN_SERVER_NAME=tellisign
9+
DEVMAN_UNAME=_NOT_SAFE_USERNAME_
10+
EHS_PRODUCT_NAME=tellisign
11+
SSHPORT=22
12+

target/os-arch/gnu_ALL/target_process.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,13 +373,13 @@ EHS_GLOBAL void EhsTPMutex_init(void)
373373
EhsTPMutex_devmanMiscBuffers = (EhsTPMutexClass)&EhsL_devmanMiscBuffers;
374374
//memset(&EhsL_devmanMiscBuffers,0,sizeof(pthread_mutex_t));
375375
pthread_mutex_init(&EhsL_devmanMiscBuffers,&attr);
376-
#endif
377376
#ifdef EHS_MEDIA_SUPPORT
378377
EhsTPMutex_playManager = (EhsTPMutexClass)&EhsL_playManager;
379378
//memset(&EhsL_playManager,0,sizeof(pthread_mutex_t));
380379
pthread_mutex_init(&EhsL_playManager,&attr);
381380
#endif
382-
381+
#endif
382+
383383
EhsTPMutex_MBMaster = (EhsTPMutexClass)&EhsL_MBMaster;
384384
//memset(&EhsL_MBMaster,0,sizeof(pthread_mutex_t));
385385
pthread_mutex_init(&EhsL_MBMaster,&attr);

0 commit comments

Comments
 (0)