aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
AgeCommit message (Expand)Author
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
2016-03-07sstate: Allow late expansion of NATIVELSBSTRINGRichard Purdie
2016-02-19cml1/sstate: Fix missing getVar parameterRichard Purdie
2016-02-18sstate.bbclass: use oe.gpg_sign for gpg signingMarkus Lehtonen
2016-02-16sstate: Add ca-certificates-native to postinst recipes listMing Liu
2016-02-10sstate: Ensure populate_lic sstate objects are cleanedRichard Purdie
2016-02-04sstate: Fix SSTATE_SWSPEC only used by populate_lic tasksRichard Purdie
2016-01-31sstate: Revert using -m option to tar in sstateRichard Purdie
2016-01-29sstate: Add back packagedata on packagedata dependenciesRichard Purdie
2016-01-29sstate: Improve handling of useradd dependenciesRichard Purdie
2016-01-22sstate: display the sysroot name when cleaning for clarityRoss Burton
2016-01-19sstate: replace verbose manifest removal with a single countRoss Burton
2016-01-19sstate: Add packagedata to list of tasks not to recurseRichard Purdie
2015-12-14sstate: Ensure populate_lic dependencies are not followedRichard Purdie
2015-11-25sstate: Ensure siginfo and sig files are also touchedRichard Purdie
2015-11-24sstate: respect GPG_BIN and GPG_HOMERoss Burton
2015-09-28sstate: run recipe-provided hooks outside of ${B}Ross Burton
2015-09-12classes/sstate: break out function to get sstate manifest filenamePaul Eggleton