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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
package_manager.py: set preferred ABI for rpm
Robert Yang
2014-08-02
2
-1
/
+18
*
oeqa/utils/decorators.py: add import os
Corneliu Stoicescu
2014-08-02
1
-0
/
+1
*
selftest/buildoptions.py: fix QA_WARN test and add more output when failing
Corneliu Stoicescu
2014-07-29
1
-3
/
+3
*
lib/oe/rootfs: Improve error message whitespace
Richard Purdie
2014-07-28
1
-1
/
+1
*
lib/oeqa: Fix accidental revert of code
Richard Purdie
2014-07-25
1
-3
/
+3
*
oeqa/rutime: Added testcase decorators for automated runtime tests. Also adde...
Lucian Musat
2014-07-25
27
-2
/
+48
*
oeqa/runtime: Added skipModule import for test modules that use it.
Lucian Musat
2014-07-25
8
-11
/
+11
*
oeqa: Refactor test skipping decorators to use the unittest result object
Lucian Musat
2014-07-25
2
-23
/
+34
*
lib/oe/classextend: Avoid early expansion of PR values
Richard Purdie
2014-07-25
1
-1
/
+6
*
image.bbclass/rootfs.py: add variables to rootfs[vardeps]
Roxana Ciobanu
2014-07-23
1
-0
/
+21
*
rootfs: Remove the extraneous install directory
Saul Wold
2014-07-19
1
-0
/
+1
*
oeqs/selftest: Added test case decorators for toaster
Lucian Musat
2014-07-17
1
-30
/
+64
*
oeqa: fix return status in pam.py to match shadow-4.2.1
Chen Qi
2014-07-17
1
-3
/
+3
*
lib/oe/image.py: check the rootfs size against IMAGE_ROOTFS_MAXSIZE
Robert Yang
2014-07-10
1
-0
/
+8
*
oeqs/selftest: Added test case decorators for the rest of selftest testcases ...
Lucian Musat
2014-07-10
4
-20
/
+49
*
Added testcase decorator to use in logging. Added class decorator LogResults ...
Lucian Musat
2014-07-03
3
-0
/
+74
*
lib/oe/package_manager.py: Fix _pkg_translate_smart_to_oe function
Mark Hatle
2014-07-03
1
-0
/
+1
*
oeqa/selftest/_toaster.py: fix 'IndentationError' issues
Ionut Chisanovici
2014-06-30
1
-280
/
+280
*
oeqa/selftest/toaster.py: renamed to _toaster.py
Ionut Chisanovici
2014-06-30
1
-0
/
+0
*
lib/oe/package_manager.py: Add processing for alternative SDK_OS
Mark Hatle
2014-06-25
1
-1
/
+5
*
populate_sdk: Fix TOOLCHAIN_TARGET_TASK_ATTEMPTONLY implementation
Mark Hatle
2014-06-25
1
-1
/
+1
*
oeqa/targetcontrol.py: Separate the matching of supported image fstypes from ...
Corneliu Stoicescu
2014-06-24
1
-2
/
+9
*
sstatesig: Add try/except around the stat calls
Richard Purdie
2014-06-19
1
-2
/
+8
*
controllers/masterimage.py: Make testimage kernel naming pattern universal
Corneliu Stoicescu
2014-06-13
1
-1
/
+1
*
oeqa/controllers/testtargetloader.py: add 'import os'
Corneliu Stoicescu
2014-06-13
1
-0
/
+1
*
targetcontrol.py: Add a classmethod to get extra files needed by the target c...
Corneliu Stoicescu
2014-06-13
1
-0
/
+4
*
masterimage.py: enable dynamical determination of rootfs type
Corneliu Stoicescu
2014-06-13
1
-3
/
+6
*
targetcontrol.py: make possible dynamical determination of rootfs type
Corneliu Stoicescu
2014-06-13
1
-2
/
+17
*
rootfs.py: change the logic in _uninstall_unneeded
Chen Qi
2014-06-13
1
-5
/
+9
*
oeqa/utils/commands.py: add support for postconfig option
Corneliu Stoicescu
2014-06-10
1
-9
/
+22
*
Added new test cases for bitbake modes (-e -n -p -r -R -c -k)
Lucian Musat
2014-06-06
1
-0
/
+52
*
classextend: Fix crosssdk remapping for multilib
Richard Purdie
2014-06-01
1
-0
/
+2
*
toaster: toaster oe-selftest support
Ionut Chisanovici
2014-05-30
1
-0
/
+411
*
sstatesig: Move saferecipedeps handling to be earlier
Richard Purdie
2014-05-29
1
-4
/
+4
*
classes/lib/oe: Fix cross/crosssdk references
Richard Purdie
2014-05-11
2
-6
/
+6
*
package_manager: Fix NoneType Object on do_populate_sdk
Ricardo Ribalda Delgado
2014-05-08
1
-1
/
+2
*
package_manager: Fix Argument list too long
Ricardo Ribalda Delgado
2014-05-08
1
-2
/
+9
*
sstatetests: Use TUNE_ARCH instead of TARGET_ARCH
Richard Purdie
2014-05-04
1
-6
/
+6
*
sstatetests: Update after binutils-cross name change with PN addition
Richard Purdie
2014-05-04
1
-6
/
+12
*
oeqa: add proper handling for command errors where needed
Paul Eggleton
2014-04-30
3
-4
/
+24
*
classes/testimage: if start fails, don't try to stop
Paul Eggleton
2014-04-30
1
-0
/
+1
*
oeqa/controllers/masterimage: more robust master image startup
Paul Eggleton
2014-04-30
1
-2
/
+13
*
oeqa/controllers/masterimage: add a serial control command
Stefan Stanacar
2014-04-30
1
-4
/
+12
*
oeqa/targetcontrol: restart method shouldn't be abstract
Stefan Stanacar
2014-04-30
2
-8
/
+2
*
oeqa/controllers/masterimage: add a base class for hw targets
Stefan Stanacar
2014-04-30
1
-46
/
+91
*
lib/oe/sdk: Ensure target directory exists before creating the link
Richard Purdie
2014-04-30
1
-0
/
+1
*
oeqa/utils: sshcontrol: realtime logging of output
Stefan Stanacar
2014-04-29
1
-4
/
+15
*
Globally replace oe.utils.contains to bb.utils.contains
Otavio Salvador
2014-04-25
2
-17
/
+3
*
make menuconfig work for recent xfce environment
Andreas Müller
2014-04-23
1
-11
/
+1
*
selftest: DiskMonTest: use a high value for free space
Stefan Stanacar
2014-04-23
1
-5
/
+3
[next]