/openbmc/openbmc/poky/meta/classes/ |
H A D | buildstats-summary.bbclass | 7 # Summarize sstate usage at the end of the build 25 no_sstate, sstate = built[t] 29 sstate.add(pf) 33 no_sstate, sstate = built[t] 34 if no_sstate | sstate: 39 sstate_count = len(sstate) 42 bb.note(" {0}: {1:.1f}% sstate reuse({2} setscene, {3} scratch)".format(
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_pptp.c | 270 if (info->sstate < PPTP_SESSION_REQUESTED) in pptp_inbound_pkt() 273 info->sstate = PPTP_SESSION_CONFIRMED; in pptp_inbound_pkt() 275 info->sstate = PPTP_SESSION_ERROR; in pptp_inbound_pkt() 280 if (info->sstate > PPTP_SESSION_STOPREQ) in pptp_inbound_pkt() 283 info->sstate = PPTP_SESSION_NONE; in pptp_inbound_pkt() 285 info->sstate = PPTP_SESSION_ERROR; in pptp_inbound_pkt() 290 if (info->sstate != PPTP_SESSION_CONFIRMED) in pptp_inbound_pkt() 313 if (info->sstate != PPTP_SESSION_CONFIRMED) in pptp_inbound_pkt() 324 if (info->sstate != PPTP_SESSION_CONFIRMED) in pptp_inbound_pkt() 373 msg, ntohs(cid), ntohs(pcid), info->cstate, info->sstate, in pptp_inbound_pkt() [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | create-spdx-image-3.0.bbclass | 35 do_create_rootfs_spdx[sstate-inputdirs] = "${SPDXROOTFSDEPLOY}" 36 do_create_rootfs_spdx[sstate-outputdirs] = "${DEPLOY_DIR_SPDX}" 53 do_create_image_spdx[sstate-inputdirs] = "${SPDXIMAGEWORK}" 54 do_create_image_spdx[sstate-outputdirs] = "${DEPLOY_DIR_SPDX}" 75 do_create_image_sbom_spdx[sstate-inputdirs] = "${SPDXIMAGEDEPLOYDIR}" 76 do_create_image_sbom_spdx[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"
|
H A D | deploy.bbclass | 9 do_deploy[sstate-inputdirs] = "${DEPLOYDIR}" 10 do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | disk-space.rst | 29 After multiple build iterations, the Shared State (sstate) cache can contain 36 find build/sstate-cache -type f -mtime +$DAYS -delete 38 The above command relies on the fact that BitBake touches the sstate cache 52 sstate-cache-management.py --remove-duplicated --cache-dir=sstate-cache 55 Run ``sstate-cache-management.sh`` for more details about this script.
|
/openbmc/openbmc/meta-security/scripts/ |
H A D | ci-cleanup.sh | 5 export SSTATE_CACHE_DIR=/home/srv/sstate/master 7 ./poky/scripts/sstate-cache-management.sh -d -y
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | meta-extsdk-toolchain.bb | 10 # within sstate.bbclass, so if you copy or rename this and expect the same 17 do_locked_sigs[sstate-inputdirs] = "${LOCKED_SIGS_INDIR}" 18 do_locked_sigs[sstate-outputdirs] = "${STAGING_DIR}/${PACKAGE_ARCH}/${PN}/locked-sigs"
|
H A D | meta-world-pkgdata.bb | 19 do_collect_packagedata[sstate-inputdirs] = "${WORLD_PKGDATADIR}" 20 do_collect_packagedata[sstate-outputdirs] = "${STAGING_DIR_HOST}/world-pkgdata"
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sstate.bbclass | 11 SSTATE_MANIFESTS ?= "${TMPDIR}/sstate-control" 38 bb.fatal("Unable to reduce sstate name to less than 255 chararacters") 42 SSTATE_PKGSPEC = "sstate:${PN}:${PACKAGE_ARCH}${TARGET_VENDOR}-${TARGET_OS}:${PV}:${PR}:${SSTATE… 43 SSTATE_SWSPEC = "sstate:${PN}::${PV}:${PR}::${SSTATE_VERSION}:" 53 # We don't want the sstate to depend on things like the distro string 54 # of the system, we let the sstate paths take care of this. 108 # Check whether sstate exists for tasks that support sstate and are in the 116 # The GnuPG key ID and passphrase to use to sign sstate archives (or unset to 120 # Whether to verify the GnUPG signatures when extracting sstate archives 163 # Generally sstate should be last, execpt for buildhistory functions [all …]
|
H A D | package_pkgdata.bbclass | 64 # This needs to match what would get restored from sstate, which is controlled 67 # condensed to inter-sstate task dependencies, similar to that used by setscene 78 # If start is an sstate task (like do_package) we need to add in its direct dependencies 112 # for ones that would be restored from sstate.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/ |
H A D | README | 13 $ rm -r tmp sstate-cache 15 $ rm -rf tmp sstate-cache
|
/openbmc/openbmc-build-scripts/jenkins/ |
H A D | README.md | 12 | CI-MISC/openbmc-node-cleaner | sstate-cache-management.sh | [1] | 26 [here](https://github.com/openbmc/openbmc/blob/master/poky/scripts/sstate-cache-management.sh).
|
/openbmc/openbmc/poky/meta-poky/conf/templates/default/ |
H A D | local.conf.sample | 70 # The default is a sstate-cache directory under TOPDIR. 72 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 218 # would contain the sstate-cache results from previous builds (possibly from other 225 #file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \ 226 #file://.* file:///some/local/dir/sstate/PATH" 238 # There is a choice between our sstate server directly and a faster content delivery network 243 #SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" 245 ###SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" 267 # equivalence improves reuse of sstate by detecting when a given sstate
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-1.3.rst | 17 .. _migration-1.3-sstate-mirrors: 22 The shared state cache (sstate-cache), as pointed to by 25 directory. Also, native sstate-cache packages, which are built to run on 27 string. If you copy the newly structured sstate-cache to a mirror 34 SSTATE_MIRRORS = "file://.* http://someserver.tld/share/sstate/PATH"
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | quick-start.md | 23 $ SSTATE_DIR=/builds/persist/sstate DL_DIR=/builds/persist/downloads kas build ci/fvp-base.yml:ci/t… 29 … Project autobuilder) from the internet. This can be done by adding "ci/sstate-mirror.yml" in kas… 32 $ SSTATE_DIR=/builds/persist/sstate DL_DIR=/builds/persist/downloads kas build ci/fvp-base.yml:ci/s… 100 $ SSTATE_DIR=/builds/persist/sstate DL_DIR=/builds/persist/downloads kas build ci/fvp-base.yml:ci/t…
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/ |
H A D | base.bbclass | 243 bb.note("SState: Found valid sstate for %s" % n) 246 bb.note("SState: Found valid sstate for %s" % n) 252 bb.note("SState: Found valid sstate for %s (already run)" % n) 255 …bb.note("SState: sstate hash didn't match previous run for %s (%s vs %s)" % (n, sq_data['hash'][ti… 259 bb.note("SState: Found no valid sstate for %s (%s)" % (n, sq_data['hash'][tid]))
|
/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/ |
H A D | local.conf.sample | 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 192 # would contain the sstate-cache results from previous builds (possibly from other 199 #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 200 #file://.* file:///some/local/dir/sstate/PATH" 212 #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" 233 # equivalence improves reuse of sstate by detecting when a given sstate
|
/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/ |
H A D | local.conf.sample | 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 192 # would contain the sstate-cache results from previous builds (possibly from other 199 #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 200 #file://.* file:///some/local/dir/sstate/PATH" 212 #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" 233 # equivalence improves reuse of sstate by detecting when a given sstate
|
/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/ |
H A D | local.conf.sample | 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 192 # would contain the sstate-cache results from previous builds (possibly from other 199 #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 200 #file://.* file:///some/local/dir/sstate/PATH" 212 #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" 233 # equivalence improves reuse of sstate by detecting when a given sstate
|
/openbmc/openbmc/meta-facebook/meta-greatlakes/conf/templates/default/ |
H A D | local.conf.sample | 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 192 # would contain the sstate-cache results from previous builds (possibly from other 199 #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 200 #file://.* file:///some/local/dir/sstate/PATH" 212 #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" 233 # equivalence improves reuse of sstate by detecting when a given sstate
|
/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/ |
H A D | local.conf.sample | 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 192 # would contain the sstate-cache results from previous builds (possibly from other 199 #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 200 #file://.* file:///some/local/dir/sstate/PATH" 212 #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" 233 # equivalence improves reuse of sstate by detecting when a given sstate
|
/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/templates/default/ |
H A D | local.conf.sample | 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 192 # would contain the sstate-cache results from previous builds (possibly from other 199 #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 200 #file://.* file:///some/local/dir/sstate/PATH" 212 #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" 233 # equivalence improves reuse of sstate by detecting when a given sstate
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/ |
H A D | local.conf.sample | 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 192 # would contain the sstate-cache results from previous builds (possibly from other 199 #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 200 #file://.* file:///some/local/dir/sstate/PATH" 212 #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" 233 # equivalence improves reuse of sstate by detecting when a given sstate
|
/openbmc/openbmc/meta-ibm/meta-sbp1/conf/templates/default/ |
H A D | local.conf.sample | 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 192 # would contain the sstate-cache results from previous builds (possibly from other 199 #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 200 #file://.* file:///some/local/dir/sstate/PATH" 212 #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" 233 # equivalence improves reuse of sstate by detecting when a given sstate
|
/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/templates/default/ |
H A D | local.conf.sample | 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 192 # would contain the sstate-cache results from previous builds (possibly from other 199 #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 200 #file://.* file:///some/local/dir/sstate/PATH" 212 #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH" 233 # equivalence improves reuse of sstate by detecting when a given sstate
|