| Commit message (Expand) | Author | Age | Files | Lines |
* | sstate.bbclass: sstate_hardcode_path(): fix for multilib | Robert Yang | 2018-01-11 | 1 | -4/+4 |
* | nativesdk/sdk: Update sdk dummy providers | Richard Purdie | 2018-01-11 | 1 | -0/+3 |
* | sstate.bbclass: Add progress bars when removing from the sysroots | Peter Kjellerstedt | 2017-12-10 | 1 | -14/+22 |
* | sstate.bbclass: provide an exception for useradd scenario | Maxin B. John | 2017-10-16 | 1 | -1/+2 |
* | devtool: rework source extraction so that dependencies are handled | Paul Eggleton | 2017-09-18 | 1 | -1/+8 |
* | sstate: Improve SSTATE_SKIP_CREATION | Richard Purdie | 2017-07-31 | 1 | -6/+4 |
* | meta: Fix return value checks from subprocess.call()'s | Mikko Rapeli | 2017-06-28 | 1 | -2/+2 |
* | sstate: Ensure native/cross recipes have relocation of HOSTTOOLS_DIR | Richard Purdie | 2017-05-12 | 1 | -1/+1 |
* | sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring state | Peter Kjellerstedt | 2017-05-01 | 1 | -1/+1 |
* | base-passwd/useradd: Various improvements to useradd with RSS | Richard Purdie | 2017-04-14 | 1 | -1/+1 |
* | sstate.bbclass: check if mirror directory is writable | Ed Bartosh | 2017-04-13 | 1 | -1/+1 |
* | sstate: Skip glibc do_stash_locale and gcc do_gcc_stash_builddir tasks | Richard Purdie | 2017-04-10 | 1 | -0/+4 |
* | sstate: Ensure installation directory is empty before execution | Richard Purdie | 2017-03-22 | 1 | -0/+5 |
* | package_rpm.bbclass: make architecture-independent .rpm packages "noarch" ins... | Alexander Kanavin | 2017-03-14 | 1 | -1/+1 |
* | sstate.bbclass: update .siginfo atime | Ed Bartosh | 2017-03-10 | 1 | -0/+2 |
* | kernel, license, sstate, rootfs.py: Remove deploy directory README | Mike Crowe | 2017-03-01 | 1 | -2/+0 |
* | classes: Drop now unneeded update_data calls | Richard Purdie | 2017-02-15 | 1 | -2/+0 |
* | sstate: Make absolute symlinks an error | Richard Purdie | 2017-02-09 | 1 | -30/+12 |
* | sstate/staging: Batch log messages for performance | Richard Purdie | 2017-02-01 | 1 | -4/+10 |
* | sstate: Make SSTATE_SCAN_CMD vars configurable using weak defaults. | Kristian Amlie | 2017-01-31 | 1 | -7/+2 |
* | sstate: Allow sstate_clean_manifest to take a prefix | Richard Purdie | 2017-01-28 | 1 | -1/+3 |
* | classes/oeqa: Replace subprocess.check_call() with check_output() | Richard Purdie | 2017-01-23 | 1 | -2/+2 |
* | Switch to Recipe Specific Sysroots | Richard Purdie | 2017-01-23 | 1 | -41/+85 |
* | sstate: Drop the depchain isPostDep() checks | Richard Purdie | 2017-01-20 | 1 | -9/+7 |
* | Revert "classes/sstate: add a mode to error if sstate package unavailable" | Paul Eggleton | 2017-01-20 | 1 | -23/+0 |
* | sstate: Fix EXTRA_STAGING_FIXMES handling | Richard Purdie | 2017-01-20 | 1 | -0/+1 |
* | classes/sstate: fix file conflict message | Paul Eggleton | 2017-01-09 | 1 | -10/+12 |
* | classes/sstate: handle filenames containing square brackets | Paul Eggleton | 2017-01-09 | 1 | -2/+2 |
* | meta: remove True option to getVarFlag calls | Joshua Lock | 2016-12-16 | 1 | -7/+7 |
* | meta: remove True option to getVar calls | Joshua Lock | 2016-12-16 | 1 | -57/+57 |
* | sstate: Ensure we don't remove sigbasedata files | Richard Purdie | 2016-11-04 | 1 | -1/+1 |
* | classes/sstate.bbclass: Enable thread lock when checkstatus | Aníbal Limón | 2016-10-05 | 1 | -0/+4 |
* | sstate.bbclass: Use bb.fatal() instead of raising FuncFailed | Ulf Magnusson | 2016-10-04 | 1 | -1/+1 |
* | sstate: Add postrm command support | Richard Purdie | 2016-09-16 | 1 | -0/+11 |
* | sstate.bbclass: normalize whitelisted paths | Max Krummenacher | 2016-09-14 | 1 | -0/+1 |
* | sstate: Avoid duplicate README file errors for sdk under sstate control | Richard Purdie | 2016-09-04 | 1 | -0/+2 |
* | sstate.bbclass: skip packaging if SSTATE_SKIP_CREATION is set | Ed Bartosh | 2016-09-03 | 1 | -0/+2 |
* | meta-extsdk-toolchain: add meta-recipe to install toolchain into eSDK | Paul Eggleton | 2016-07-26 | 1 | -0/+3 |
* | sstate.bbclass: make PV to depend on PV variable value | Ed Bartosh | 2016-07-20 | 1 | -0/+3 |
* | classes/sstate: add a mode to error if sstate package unavailable | Paul Eggleton | 2016-07-08 | 1 | -0/+23 |
* | classes/sstate: show progress during sstate object availability check | Paul Eggleton | 2016-07-08 | 1 | -2/+4 |
* | classes/lib: Convert to use python3 octal syntax | Richard Purdie | 2016-06-02 | 1 | -3/+3 |
* | sstate.bbclass: Don't create symlinks, download to the correct location | Randy Witt | 2016-05-25 | 1 | -9/+3 |
* | sstate: Ensure we sort the value used for SSTATETASKS for determinism | Richard Purdie | 2016-05-17 | 1 | -1/+1 |
* | sstatesig.py: Split single locked sigs check into multiple checks | Randy Witt | 2016-04-09 | 1 | -1/+7 |
* | useradd.bbclass: remove user/group created by the package in clean* task | Maxin B. John | 2016-04-06 | 1 | -0/+5 |
* | sstate: Allow late expansion of NATIVELSBSTRING | Richard Purdie | 2016-03-07 | 1 | -2/+6 |
* | cml1/sstate: Fix missing getVar parameter | Richard Purdie | 2016-02-19 | 1 | -2/+2 |
* | sstate.bbclass: use oe.gpg_sign for gpg signing | Markus Lehtonen | 2016-02-19 | 1 | -21/+17 |
* | sstate: Add ca-certificates-native to postinst recipes list | Ming Liu | 2016-02-16 | 1 | -1/+1 |