Skip to content

Commit c003a39

Browse files
galakstephanosio
authored andcommitted
configs: Update xtensa_* configs to have CT_LOCAL_TARBALLS_DIR match
Make the CT_LOCAL_TARBALLS_DIR setting the same for all configs. The xtensa configs pointed to a different location. Signed-off-by: Kumar Gala <[email protected]>
1 parent 8ae64c1 commit c003a39

7 files changed

+7
-7
lines changed

configs/xtensa_intel_apl_adsp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
3-
CT_LOCAL_TARBALLS_DIR="${OUTPUT_DIR:-${HOME}/x-tools}/sources"
3+
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
55
# CT_LOG_PROGRESS_BAR is not set
66
CT_ARCH_XTENSA=y

configs/xtensa_intel_bdw_adsp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
3-
CT_LOCAL_TARBALLS_DIR="${OUTPUT_DIR:-${HOME}/x-tools}/sources"
3+
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
55
# CT_LOG_PROGRESS_BAR is not set
66
CT_ARCH_XTENSA=y

configs/xtensa_intel_byt_adsp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
3-
CT_LOCAL_TARBALLS_DIR="${OUTPUT_DIR:-${HOME}/x-tools}/sources"
3+
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
55
# CT_LOG_PROGRESS_BAR is not set
66
CT_ARCH_XTENSA=y

configs/xtensa_intel_s1000.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
3-
CT_LOCAL_TARBALLS_DIR="${OUTPUT_DIR:-${HOME}/x-tools}/sources"
3+
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
55
# CT_LOG_PROGRESS_BAR is not set
66
CT_ARCH_XTENSA=y

configs/xtensa_nxp_imx8m_adsp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
3-
CT_LOCAL_TARBALLS_DIR="${OUTPUT_DIR:-${HOME}/x-tools}/sources"
3+
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
55
# CT_LOG_PROGRESS_BAR is not set
66
CT_ARCH_XTENSA=y

configs/xtensa_nxp_imx_adsp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
3-
CT_LOCAL_TARBALLS_DIR="${OUTPUT_DIR:-${HOME}/x-tools}/sources"
3+
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
55
# CT_LOG_PROGRESS_BAR is not set
66
CT_ARCH_XTENSA=y

configs/xtensa_sample_controller.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
3-
CT_LOCAL_TARBALLS_DIR="${OUTPUT_DIR:-${HOME}/x-tools}/sources"
3+
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
55
# CT_LOG_PROGRESS_BAR is not set
66
CT_ARCH_XTENSA=y

0 commit comments

Comments
 (0)