aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ivi/conf/local.conf.sample2
-rwxr-xr-xscripts/ci-build.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/meta-ivi/conf/local.conf.sample b/meta-ivi/conf/local.conf.sample
index 848e483..8d73501 100644
--- a/meta-ivi/conf/local.conf.sample
+++ b/meta-ivi/conf/local.conf.sample
@@ -199,7 +199,7 @@ BB_DISKMON_DIRS = "\
# the system to search other mirror locations for these objects
# before it builds the data itself.
#
-# This can be a filesystem directory, or a remote url such as http or ftp.
+# This can be a filesystem directory, or a remote url such as http.
# These would contain the sstate-cache results from previous builds (possibly
# from other machines). This variable works like fetcher MIRRORS/PREMIRRORS and
# points to the cache locations to check for the shared objects.
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index a543769..bfd4783 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -457,7 +457,6 @@ if [[ -n "$PREMIRROR" ]]; then
append_local_conf PREMIRRORS_prepend "
PREMIRRORS_prepend = \"\\
git://.*/.* $PREMIRROR \\n \\
- ftp://.*/.* $PREMIRROR \\n \\
http://.*/.* $PREMIRROR \\n \\
https://.*/.* $PREMIRROR \\n \\
\"
@@ -471,7 +470,6 @@ if [[ -n "$MIRROR" ]]; then
append_local_conf MIRRORS_append "
MIRRORS_append = \"\\
git://.*/.* $MIRROR \\n \\
- ftp://.*/.* $MIRROR \\n \\
http://.*/.* $MIRROR \\n \\
https://.*/.* $MIRROR \\n \\
\"