Index: scripts/start.sh =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r75218f0db0fed484f5ac55bcf997114f7881dba7 --- scripts/start.sh (.../start.sh) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ scripts/start.sh (.../start.sh) (revision 75218f0db0fed484f5ac55bcf997114f7881dba7) @@ -164,6 +164,15 @@ copyFileTo "setup.sh" $DST_PATH_HOME } +#TODO to be removed when yocto recipes updated +function setupBluetoothConfFile() { + echo_dash_comment + echo_dash_message "Installing bluetooth conf file" | tee -a $LOG_OUT_FILE + echo_dash_comment + copyFileTo $SRC_PATH_SCRIPTS/"bluetooth_main.conf" $DST_PATH_BT_CONF/main.conf + +} + function setupSettingsScripts() { echo_dash_comment echo_dash_message "Installing settings scripts" | tee -a $LOG_OUT_FILE @@ -237,6 +246,7 @@ setupBootupScripts setupSettingsScripts setupConfigurations + setupBluetoothConfFile setupCloudSync setupFonts