diff --git a/ReadMe.md b/ReadMe.md index c0f4b73..a8bd042 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -9,7 +9,8 @@ Default input while execution i.e. when user just presses enter without any inpu ## Release Compatibility |Device|AOT|SAL|APSN BSP|SDE| |---|---|---|---|---| -|BF2556X_1T
BF6064X_T|v1.2.0|sal_1.1.0|BF2556X-1T_BSP_9.0.0(master HEAD)
BF6064X_BSP_9.0.0|BF_SDE_9.1
BF_SDE_9.2| +|BF2556X_1T
BF6064X_T|v1.3.0|sal_1.1.0|bf-reference-bsp-9.2.0-BF2556_5189449.zip
bf-reference-bsp-9.2.0-BF6064_0ee36ac.zip|BF_SDE_9.2| +|BF2556X_1T
BF6064X_T|v1.2.0|sal_1.1.0|BF2556X-1T_BSP_9.0.0(master HEAD)
BF6064X_BSP_9.0.0(master HEAD)|BF_SDE_9.1
BF_SDE_9.2| diff --git a/bf_sde.py b/bf_sde.py index 8779d57..c23b031 100644 --- a/bf_sde.py +++ b/bf_sde.py @@ -152,7 +152,7 @@ def prepare_bsp_pkg(): 'git --git-dir {0}/.git rev-parse HEAD'.format(bsp_dev_abs)) os.chdir(bsp_dev_abs) execute_cmd_n_get_output_2( - 'git --git-dir {0}/.git diff {1} {2} \':!./platforms/apsn/\' \':!.idea/\' \':!.gitignore\' > {3}'. + 'git --git-dir {0}/.git diff {1} {2} -- \':!./platforms/apsn/\' \':!.idea/\' \':!.gitignore\' > {3}'. format(bsp_dev_abs, earliest_commit_hash, latest_commit_hash, bsp_dev_abs + '/' + diff_file)) @@ -296,7 +296,7 @@ def install_switch_bsp(): os.system("autoreconf && autoconf") os.system("chmod +x ./autogen.sh") - os.system("chmod +x ./configure") + #os.system("chmod +x ./configure") if get_switch_model() == constants.bf2556x_1t: execute_cmd( "CFLAGS=-Wno-error ./configure --prefix={} --enable-thrift --with-tof-brgup-plat".format( diff --git a/settings.yaml b/settings.yaml index f80cf09..11368a6 100644 --- a/settings.yaml +++ b/settings.yaml @@ -3,9 +3,9 @@ #For quick start goto bottom and type in profile of choice under slected. -SWITCH Model: BF2556X_1T +#SWITCH Model: BF2556X_1T #OR -#SWITCH Model: BF6064X_T +SWITCH Model: BF6064X_T PATH_PREFIX: #Various paths used in this setting file are evaluated relative to this, Default is user home directory