index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meta
/
classes
/
sstate.bbclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
sstate: Ensure populate_lic sstate objects are cleaned
Richard Purdie
2016-02-10
1
-0
/
+1
*
sstate: Fix SSTATE_SWSPEC only used by populate_lic tasks
Richard Purdie
2016-02-04
1
-1
/
+1
*
sstate: Revert using -m option to tar in sstate
Richard Purdie
2016-02-01
1
-1
/
+1
*
sstate: Add back packagedata on packagedata dependencies
Richard Purdie
2016-01-30
1
-0
/
+4
*
sstate: Improve handling of useradd dependencies
Richard Purdie
2016-01-30
1
-4
/
+5
*
sstate: display the sysroot name when cleaning for clarity
Ross Burton
2016-01-24
1
-1
/
+1
*
sstate: replace verbose manifest removal with a single count
Ross Burton
2016-01-19
1
-1
/
+5
*
sstate: Add packagedata to list of tasks not to recurse
Richard Purdie
2016-01-19
1
-0
/
+4
*
sstate: Ensure populate_lic dependencies are not followed
Richard Purdie
2015-12-14
1
-0
/
+3
*
sstate: Ensure siginfo and sig files are also touched
Richard Purdie
2015-11-25
1
-0
/
+2
*
sstate: respect GPG_BIN and GPG_HOME
Ross Burton
2015-11-24
1
-3
/
+17
*
sstate: run recipe-provided hooks outside of ${B}
Ross Burton
2015-09-28
1
-16
/
+14
*
classes/sstate: break out function to get sstate manifest filename
Paul Eggleton
2015-09-12
1
-5
/
+2
*
sstate: only fetch remote signatures if verification is enabled
Ross Burton
2015-09-12
1
-3
/
+6
*
sstate: implement basic signing/validation
Ross Burton
2015-09-06
1
-1
/
+18
*
gtk-icon-utils: Rename, upgrade, add binary
Jussi Kukkonen
2015-07-16
1
-1
/
+1
*
sstate.bbclass: remove redundant cd and mkdir commands
Andre McCurdy
2015-07-16
1
-4
/
+2
*
classes/sstate.bbclass: Improve checkstatus using connection cache.
Aníbal Limón
2015-07-12
1
-2
/
+12
*
oe/utils.py: Add support for init/end helper functions in ThreadWorker.
Aníbal Limón
2015-06-26
1
-1
/
+1
*
oe/utils.py: Fix thread leakage in ThreadPool
Aníbal Limón
2015-06-26
1
-1
/
+2
*
meta: Add explict getVar param for (non) expansion
Richard Purdie
2015-06-23
1
-2
/
+2
*
sstate: Add eventhandler which cleans up stale recipe data
Richard Purdie
2015-06-10
1
-0
/
+65
*
sstate: Add note when performing sstate mirror checks
Richard Purdie
2015-06-03
1
-0
/
+1
*
sstate: Parallelise checkstatus calls for sstate mirror
Richard Purdie
2015-06-03
1
-8
/
+20
*
sstate: Add handling of do_shared_workdir task
Richard Purdie
2015-05-21
1
-0
/
+3
*
sstate: Improve HASHCHECK function to make siginfo configurable
Richard Purdie
2015-05-15
1
-3
/
+6
*
sstate: Use SSTATE_DIR for FILESPATH
Richard Purdie
2015-04-29
1
-1
/
+3
*
Add archiver folder to SSTATE_DUPWHITELIST
Adrian
2015-03-20
1
-0
/
+2
*
sstate.bbclass: Fix up white space lost in last commit.
Peter Urbanec
2014-10-18
1
-20
/
+20
*
sstate.bbclass: specify func dirs for sstate_hardcode_path
Wenzong Fan
2014-10-18
1
-0
/
+5
*
sstate.bbclass: split the too long line
Robert Yang
2014-10-10
1
-1
/
+22
[next]