Lines Matching refs:mirror
8 # 4) source mirror: ARCHIVER_MODE[src] = "mirror"
25 # 11) The source mirror mode:
26 # ARCHIVER_MODE[mirror] = "split" (default): Sources are split into
28 # Post-processing may be required to produce a single mirror directory.
31 # ARCHIVER_MODE[mirror] = "combined": All sources are placed into a single
32 # directory suitable for direct use as a mirror. Duplicate sources are
34 # 12) Source mirror exclusions:
35 # ARCHIVER_MIRROR_EXCLUDE is a list of prefixes to exclude from the mirror.
37 # (e.g. if the URI starts with 'https://mysite.com/' and your mirror is
53 ARCHIVER_MODE[mirror] ?= "split"
64 # When producing a combined mirror directory, allow duplicates for the case
66 ARCHIVER_COMBINED_MIRRORDIR = "${ARCHIVER_TOPDIR}/mirror"
67 SSTATE_ALLOW_OVERLAP_FILES += "${DEPLOY_DIR_SRC}/mirror"
136 elif ar_src == "mirror":
331 mirror_mode = d.getVarFlag('ARCHIVER_MODE', 'mirror')
339 bb.fatal('Invalid ARCHIVER_MODE[mirror]: %s' % (mirror_mode))
342 …bb.fatal('Using `ARCHIVER_MODE[src] = "mirror"` depends on setting `BB_GENERATE_MIRROR_TARBALLS = …
350 bb.note('Archiving the source as a mirror...')
365 # Check for mirror tarballs first. We will archive the first mirror
370 bb.note('Found mirror tarball: %s' % (mirror_path))
389 bb.note('Copying source mirror')