summaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
Commit message (Expand)AuthorAgeFilesLines
* sstate.bbclass: Use bb.utils.to_boolean() for BB_NO_NETWORKRobert Yang2019-04-101-2/+4
* sstate.bbclass: make sure changes to SSTATE_SCAN_FILES are not ignoredAlexander Kanavin2019-01-241-0/+1
* classes/sstate: Update output hashJoshua Watt2019-01-221-62/+3
* sstate.bbclass: remove dependencies of SSTATE_EXTRAPATHWILDCARDRobert Yang2019-01-161-0/+1
* meta: remove True option to getVar calls (again)André Draszik2019-01-141-2/+2
* sstate: Implement hash equivalence sstateJoshua Watt2019-01-081-8/+97
* classes/sstate: Handle unihash in hash checkJoshua Watt2019-01-081-1/+1
* sstate: add support for caching shared workdir tasksMichael Ho2019-01-031-0/+6
* sstate.bbclass: catch ValueError from incorrectly written sstate manifestsMartin Jansa2019-01-031-6/+9
* sstate.bbclass: Only remove sstate file when task is existedRobert Yang2018-11-231-2/+3
* sstate.bbclass: set SSTATE_EXTRAPATHWILDCARD explicitlyRobert Yang2018-11-231-1/+1
* sstate.bbclass: update SSTATE_DUPWHITELISTKai Kang2018-09-131-1/+3
* sstate.bbclass: make SSTATE_PRUNE_OBSOLETEWORKDIR could be overwrittenKai Kang2018-08-281-1/+1
* sstate: add intel-microcode to SSTATE_DUPWHITELISTYongxin Liu2018-08-231-1/+2
* sstate: Optimise SSTATE_EXCLUDEDEPS_SYSROOT handlingRichard Purdie2018-08-161-3/+10
* sstate: use SSTATE_EXCLUDEDEPS_SYSROOT for skipping base-passwd|shadow-sysroo...André Draszik2018-08-161-3/+0
* sstate: use SSTATE_EXCLUDEDEPS_SYSROOT for skipping *-initial recipesAndré Draszik2018-08-161-3/+0
* sstate: allow specifying indirect dependencies to exclude from sysrootAndré Draszik2018-08-161-0/+13
* sstate/lib.oe.path: Ensure file sparseness is preservedRichard Purdie2018-08-151-2/+2
* sstate: Ensure a given machine only removes things which it createdRichard Purdie2018-08-151-1/+16
* sstate: Remove DEPLOY_DIR_IMAGE from SSTATE_DUPWHITELISTRichard Purdie2018-08-141-1/+5
* sstate: Add sstate usage summary to the buildRichard Purdie2018-08-081-0/+12
* sstate/bitbake.conf: Use pigz if availableRichard Purdie2018-07-241-2/+9
* classes/sstate: Remove unused argumentJoshua Watt2018-07-061-2/+2
* classes/sstate: Remove trailing whitespaceJoshua Watt2018-07-061-1/+1
* sstate.bbclass: drop obsolete codesChen Qi2018-05-041-5/+0
* sstate.bbclass: Add ${PACKAGE_EXTRA_ARCHS} to SSTATE_ARCHSPeter Kjellerstedt2018-04-101-2/+3
* sstate.bbclass: sstate_hardcode_path(): fix for multilibRobert Yang2018-01-111-4/+4
* nativesdk/sdk: Update sdk dummy providersRichard Purdie2018-01-111-0/+3
* sstate.bbclass: Add progress bars when removing from the sysrootsPeter Kjellerstedt2017-12-101-14/+22
* sstate.bbclass: provide an exception for useradd scenarioMaxin B. John2017-10-161-1/+2
* devtool: rework source extraction so that dependencies are handledPaul Eggleton2017-09-181-1/+8
* sstate: Improve SSTATE_SKIP_CREATIONRichard Purdie2017-07-311-6/+4
* meta: Fix return value checks from subprocess.call()'sMikko Rapeli2017-06-281-2/+2
* sstate: Ensure native/cross recipes have relocation of HOSTTOOLS_DIRRichard Purdie2017-05-121-1/+1
* sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring statePeter Kjellerstedt2017-05-011-1/+1
* base-passwd/useradd: Various improvements to useradd with RSSRichard Purdie2017-04-141-1/+1
* sstate.bbclass: check if mirror directory is writableEd Bartosh2017-04-131-1/+1
* sstate: Skip glibc do_stash_locale and gcc do_gcc_stash_builddir tasksRichard Purdie2017-04-101-0/+4
* sstate: Ensure installation directory is empty before executionRichard Purdie2017-03-221-0/+5
* package_rpm.bbclass: make architecture-independent .rpm packages "noarch" ins...Alexander Kanavin2017-03-141-1/+1
* sstate.bbclass: update .siginfo atimeEd Bartosh2017-03-101-0/+2
* kernel, license, sstate, rootfs.py: Remove deploy directory READMEMike Crowe2017-03-011-2/+0
* classes: Drop now unneeded update_data callsRichard Purdie2017-02-151-2/+0
* sstate: Make absolute symlinks an errorRichard Purdie2017-02-091-30/+12
* sstate/staging: Batch log messages for performanceRichard Purdie2017-02-011-4/+10
* sstate: Make SSTATE_SCAN_CMD vars configurable using weak defaults.Kristian Amlie2017-01-311-7/+2
* sstate: Allow sstate_clean_manifest to take a prefixRichard Purdie2017-01-281-1/+3
* classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie2017-01-231-2/+2
* Switch to Recipe Specific SysrootsRichard Purdie2017-01-231-41/+85