Lines Matching refs:sstate
5 SSTATE_MANIFESTS ?= "${TMPDIR}/sstate-control"
32 bb.fatal("Unable to reduce sstate name to less than 255 chararacters")
36 SSTATE_PKGSPEC = "sstate:${PN}:${PACKAGE_ARCH}${TARGET_VENDOR}-${TARGET_OS}:${PV}:${PR}:${SSTATE…
37 SSTATE_SWSPEC = "sstate:${PN}::${PV}:${PR}::${SSTATE_VERSION}:"
47 # We don't want the sstate to depend on things like the distro string
48 # of the system, we let the sstate paths take care of this.
104 # Check whether sstate exists for tasks that support sstate and are in the
112 # The GnuPG key ID and passphrase to use to sign sstate archives (or unset to
116 # Whether to verify the GnUPG signatures when extracting sstate archives
177 bb.fatal("sstate code running without task context?!")
182 inputs = (d.getVarFlag("do_" + task, 'sstate-inputdirs') or "").split()
183 outputs = (d.getVarFlag("do_" + task, 'sstate-outputdirs') or "").split()
184 plaindirs = (d.getVarFlag("do_" + task, 'sstate-plaindirs') or "").split()
185 lockfiles = (d.getVarFlag("do_" + task, 'sstate-lockfile') or "").split()
186 lockfilesshared = (d.getVarFlag("do_" + task, 'sstate-lockfile-shared') or "").split()
187 interceptfuncs = (d.getVarFlag("do_" + task, 'sstate-interceptfuncs') or "").split()
188 fixmedir = d.getVarFlag("do_" + task, 'sstate-fixmedir') or ""
190 bb.fatal("sstate variables not setup correctly?!")
227 sstateinst = d.expand("${WORKDIR}/sstate-install-%s/" % ss['task'])
296 "should really clean out tmp and rebuild (reusing sstate should be safe). " \
304 …e simpler version is you're advised to wipe out tmp and rebuild (reusing sstate is fine). That wil…
358 sstateinst = d.expand("${WORKDIR}/sstate-install-%s/" % ss['task'])
376 bb.warn("No signature file for sstate package %s, skipping acceleration..." % sstatepkg)
380 … bb.warn("Cannot verify signature on sstate package %s, skipping acceleration..." % sstatepkg)
474 bb.note("Replacing fixme paths in sstate package: %s" % (sstate_hardcode_cmd))
643 bb.note("Removing hardcoded paths from sstate package: '%s'" % (sstate_hardcode_cmd))
669 sstatebuild = d.expand("${WORKDIR}/sstate-build-%s/" % ss['task'])
680 # to sstate tasks but there aren't many of these so better just avoid them entirely.
693 …bb.error("sstate found an absolute path symlink %s pointing at %s. Please replace this with a rela…
773 # Try a fetch from the sstate mirror, if it fails just return and
797 msg = "No sstate archive obtainable, will run full task instead."
815 bb.note("Using umask 0o002 (not %0o) for sstate packaging" % omask)
830 # Shell function to generate a sstate package from a directory
954 bb.debug(2, "SState: Found valid sstate file %s" % sstatefile)
1021 msg = "Checking sstate mirror object availability"
1052 # Print some summary statistics about the current task completion and how much sstate
1262 bb.fatal("Invalid line '%s' in sstate manifest '%s'" % (l, i))
1304 # this now rather than mid build since the distribution of files between sstate
1337 bb.fatal("Invalid line '%s' in sstate manifest '%s'" % (l, i))
1340 msg = "Removing %d stale sstate objects for arch %s" % (len(toremove), a)