index
:
ast2050-yocto-poky
fido
Modified yocto poky sources to support the Aspeed AST2050 and ASUS KGPE-D16 / KCMA-D8
Raptor Engineering, LLC
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
...
*
sstate: Improve handling of machine specific manifests
Richard Purdie
2012-10-22
1
-7
/
+8
*
sstate: when warnings about sysroot overwrites, say what the recipe was
Ross Burton
2012-10-18
1
-1
/
+1
*
sstate: Use -m option to tar when unpacking sstate
Richard Purdie
2012-10-18
1
-1
/
+1
*
sstate: Also add datadir/sgl to sstate whitelist to avoid openjade warning
Richard Purdie
2012-10-08
1
-1
/
+1
*
sstate: Add extra entries to the sstate duplicate files whitelist
Richard Purdie
2012-10-05
1
-2
/
+8
*
sstate: Normalise paths before comparing with the whitelist
Richard Purdie
2012-10-05
1
-0
/
+1
*
sstate: Relax the duplicate file whitelist for now
Richard Purdie
2012-09-28
1
-1
/
+5
*
sstate: Remove master manifest usage
Richard Purdie
2012-09-26
1
-28
/
+3
*
sstate: Fix SSTATE_DUPWHITELIST variable usage
Richard Purdie
2012-09-26
1
-1
/
+1
*
sstate: Append to EXTRASSTATEMAPS and add comment
Richard Purdie
2012-09-12
1
-1
/
+2
*
sstate.bbclass: Remove hardcoded task mappings
Richard Purdie
2012-09-02
1
-10
/
+8
*
sstate: Ensure master.list exists if it doesn't already
Richard Purdie
2012-08-30
1
-0
/
+4
*
sstate.bbclass: Detect overwriting files in sstate controlled directories
Richard Purdie
2012-08-30
1
-1
/
+44
*
meta/classes: Various python whitespace fixes
Richard Purdie
2012-08-21
1
-13
/
+13
*
sstate.bbclass: Add a string representing the lsb release to native/cross sstate
Richard Purdie
2012-07-28
1
-5
/
+17
*
sstate: Add a two character subdirectory to the sstate directory layout
Richard Purdie
2012-07-28
1
-12
/
+15
*
sstate: Set SSTAGE_PKGARCH for allarch packages to allow reuse
Richard Purdie
2012-07-22
1
-0
/
+3
*
Convert tab indentation in python functions into four-space
Richard Purdie
2012-07-19
1
-52
/
+52
*
sstate.bbclass: Move crosssdk before cross to ensure correct variables are set
Richard Purdie
2012-07-17
1
-2
/
+2
*
meta: replace os.system with subprocess.call
Robert Yang
2012-05-30
1
-3
/
+6
*
sstate.bbclass: Make sure we don't have an empty fixmepath file
Mark Hatle
2012-05-18
1
-5
/
+12
*
meta/classes/sstate.bbclass: ensure sstate files have group R/W
Joshua Lock
2012-05-17
1
-0
/
+1
*
sstate.bbclass: Optimize the generation and install path fixups
Mark Hatle
2012-05-15
1
-1
/
+6
*
sstate.bbclass: Improve sstate_installpkg performance
Mark Hatle
2012-05-11
1
-7
/
+21
*
Revert "bitbake.conf/sstate.bbclass: Change PATH when installing sstate files...
Richard Purdie
2012-03-23
1
-8
/
+0
*
sstate.bbclass: Remove possibility of file corruption and make package writin...
Richard Purdie
2012-03-23
1
-2
/
+4
*
bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to avoi...
Richard Purdie
2012-03-21
1
-0
/
+8
*
meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)
Richard Purdie
2012-03-05
1
-15
/
+15
*
sstate: Remove unecessary bb.data.expand()
Richard Purdie
2012-03-05
1
-7
/
+7
*
meta/classes: Convert to use appendVar and appendVarFlags
Richard Purdie
2012-03-05
1
-6
/
+2
*
sstate.bbclass: improve performance of sstate package creation
Martin Jansa
2012-02-24
1
-23
/
+16
*
sstate.bbclass: add *_config to SSTATE_SCAN_FILES
Martin Jansa
2012-02-23
1
-1
/
+1
*
sstate.bbclass: Optimise sstate_hardcode_path
Richard Purdie
2012-02-10
1
-11
/
+16
*
sstate.bbclass: Add support for sstate preinst functions
Richard Purdie
2012-01-27
1
-0
/
+5
*
sstate: Add SSTATE_SCAN_FILES
Richard Purdie
2011-12-15
1
-1
/
+2
*
getVar/setVar cleanups
Richard Purdie
2011-11-27
1
-7
/
+7
*
sstate.bbclass: Ensure we expand stamp-extra-info
Richard Purdie
2011-11-21
1
-1
/
+1
*
Convert to use direct access to the data store (instead of bb.data.*Var*())
Richard Purdie
2011-11-10
1
-47
/
+47
*
sstate.bbclass: Ensure machine specific stamps are only wiped for the current...
Richard Purdie
2011-10-07
1
-2
/
+7
*
sstate: No need to spew out a debug message per file, summarise instead
Richard Purdie
2011-09-26
1
-3
/
+4
*
sstate: Avoid contention between sstate packages
Richard Purdie
2011-09-07
1
-0
/
+3
*
sstate: Add level 2 debug so its possible to see what sstate is doing
Richard Purdie
2011-08-11
1
-2
/
+8
*
bitbake.conf/classes: Variable cleanup
Richard Purdie
2011-07-25
1
-3
/
+3
*
sstate: Improve performance by moving files rather than using copy and delete
Richard Purdie
2011-07-12
1
-5
/
+11
*
sstate.bbclass: Fix an issue if the config changes
Mark Hatle
2011-06-29
1
-0
/
+2
*
classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ser...
Richard Purdie
2011-06-28
1
-2
/
+2
*
sstate.bbclass: When removing files, take an exclusive lock, even for shared ...
Richard Purdie
2011-06-09
1
-1
/
+1
*
sstate.bbclass: Reduce SSTATE_MANIFESTS assignment to be weak
Khem Raj
2011-04-28
1
-1
/
+1
*
sstate: ensure an ordered mapping between SSTATETASKS and SSTATETASKNAMES
Dexuan Cui
2011-04-08
1
-2
/
+4
*
sstate: Add support for taking shared lockfiles
Richard Purdie
2011-03-29
1
-0
/
+7
[prev]
[next]