aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
AgeCommit message (Expand)Author
2018-07-06classes/sstate: Remove unused argumentJoshua Watt
2018-07-06classes/sstate: Remove trailing whitespaceJoshua Watt
2018-05-04sstate.bbclass: drop obsolete codesChen Qi
2018-04-07sstate.bbclass: Add ${PACKAGE_EXTRA_ARCHS} to SSTATE_ARCHSPeter Kjellerstedt
2018-01-10sstate.bbclass: sstate_hardcode_path(): fix for multilibRobert Yang
2018-01-10nativesdk/sdk: Update sdk dummy providersRichard Purdie
2017-12-10sstate.bbclass: Add progress bars when removing from the sysrootsPeter Kjellerstedt
2017-10-16sstate.bbclass: provide an exception for useradd scenarioMaxin B. John
2017-09-18devtool: rework source extraction so that dependencies are handledPaul Eggleton
2017-07-31sstate: Improve SSTATE_SKIP_CREATIONRichard Purdie
2017-06-28meta: Fix return value checks from subprocess.call()'sMikko Rapeli
2017-05-11sstate: Ensure native/cross recipes have relocation of HOSTTOOLS_DIRRichard Purdie
2017-05-01sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring statePeter Kjellerstedt
2017-04-13base-passwd/useradd: Various improvements to useradd with RSSRichard Purdie
2017-04-12sstate.bbclass: check if mirror directory is writableEd Bartosh
2017-04-08sstate: Skip glibc do_stash_locale and gcc do_gcc_stash_builddir tasksRichard Purdie
2017-03-22sstate: Ensure installation directory is empty before executionRichard Purdie
2017-03-13package_rpm.bbclass: make architecture-independent .rpm packages "noarch" ins...Alexander Kanavin
2017-03-10sstate.bbclass: update .siginfo atimeEd Bartosh
2017-02-28kernel, license, sstate, rootfs.py: Remove deploy directory READMEMike Crowe
2017-02-15classes: Drop now unneeded update_data callsRichard Purdie
2017-02-09sstate: Make absolute symlinks an errorRichard Purdie
2017-02-01sstate/staging: Batch log messages for performanceRichard Purdie
2017-01-31sstate: Make SSTATE_SCAN_CMD vars configurable using weak defaults.Kristian Amlie
2017-01-28sstate: Allow sstate_clean_manifest to take a prefixRichard Purdie
2017-01-23classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie
2017-01-23Switch to Recipe Specific SysrootsRichard Purdie
2017-01-19sstate: Drop the depchain isPostDep() checksRichard Purdie
2017-01-19Revert "classes/sstate: add a mode to error if sstate package unavailable"Paul Eggleton
2017-01-19sstate: Fix EXTRA_STAGING_FIXMES handlingRichard Purdie
2017-01-09classes/sstate: fix file conflict messagePaul Eggleton
2017-01-09classes/sstate: handle filenames containing square bracketsPaul Eggleton
2016-12-16meta: remove True option to getVarFlag callsJoshua Lock
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-11-03sstate: Ensure we don't remove sigbasedata filesRichard Purdie
2016-10-05classes/sstate.bbclass: Enable thread lock when checkstatusAníbal Limón
2016-10-03sstate.bbclass: Use bb.fatal() instead of raising FuncFailedUlf Magnusson
2016-09-15sstate: Add postrm command supportRichard Purdie
2016-09-14sstate.bbclass: normalize whitelisted pathsMax Krummenacher
2016-09-04sstate: Avoid duplicate README file errors for sdk under sstate controlRichard Purdie
2016-09-03sstate.bbclass: skip packaging if SSTATE_SKIP_CREATION is setEd Bartosh
2016-07-25meta-extsdk-toolchain: add meta-recipe to install toolchain into eSDKPaul Eggleton
2016-07-20sstate.bbclass: make PV to depend on PV variable valueEd Bartosh
2016-07-07classes/sstate: add a mode to error if sstate package unavailablePaul Eggleton
2016-07-07classes/sstate: show progress during sstate object availability checkPaul Eggleton
2016-06-02classes/lib: Convert to use python3 octal syntaxRichard Purdie
2016-05-25sstate.bbclass: Don't create symlinks, download to the correct locationRandy Witt
2016-05-16sstate: Ensure we sort the value used for SSTATETASKS for determinismRichard Purdie
2016-04-08sstatesig.py: Split single locked sigs check into multiple checksRandy Witt
2016-04-06useradd.bbclass: remove user/group created by the package in clean* taskMaxin B. John