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
/
sanity.bbclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
sanity: check_path_length: replace tab with 8 spaces
Martin Jansa
2013-02-19
1
-1
/
+1
*
sanity.bbclass: when bblayers.conf is updated, it invokes a reparse
Cristiana Voicu
2013-02-15
1
-9
/
+9
*
sanity.bbclass: Check for DISPLAY for qemutests in BB_ORIGENV now
Richard Purdie
2013-02-07
1
-2
/
+4
*
sanity.bbclass: Ensure tmpdir exists when running the check
Richard Purdie
2013-01-24
1
-0
/
+1
*
multilib: fix allarch/kernel/module-base multilib issues
Constantin Musca
2012-12-31
1
-0
/
+4
*
bitbake.conf/sanity: Separate versions and PN stamp components into separate ...
Richard Purdie
2012-11-20
1
-0
/
+2
*
sanity.bbclass: trigger network tests explicitly
Bogdan Marinescu
2012-10-18
1
-0
/
+3
*
sanity.bbclass: Fix invalid test for network error
Bogdan Marinescu
2012-10-02
1
-1
/
+1
*
sanity: Added explicit network error status in SanityCheckFailed event
Bogdan Marinescu
2012-09-28
1
-7
/
+13
*
sanity.bbclass: bblayers.conf should be updated automatically
Constantin Musca
2012-09-28
1
-1
/
+60
*
classes/sanity: remove obsolete code
Paul Eggleton
2012-09-12
1
-7
/
+2
*
classes/sanity: skip tune checks if machine is invalid
Paul Eggleton
2012-09-12
1
-3
/
+7
*
sanity.bbclass: Move back to running at ConfigParsed time
Richard Purdie
2012-09-05
1
-5
/
+5
*
meta/classes: Various python whitespace fixes
Richard Purdie
2012-08-21
1
-2
/
+2
*
classes/sanity: remove texi2html from required host utilities
Paul Eggleton
2012-08-20
1
-1
/
+1
*
sanity: display the parsed BBPATH when complaining about CWD elements
Ross Burton
2012-07-20
1
-0
/
+1
*
Remove a number of unneeded import os/bb calls
Richard Purdie
2012-07-19
1
-5
/
+2
*
sanity: display the parsed PATH when complaining about CWD elements
Ross Burton
2012-07-18
1
-1
/
+2
*
bitbake.conf: Add git-native to ASSUME_PROVIDED
Richard Purdie
2012-07-18
1
-1
/
+1
*
sanity.bbclass: the tmpdir can't be longer than 410
Robert Yang
2012-07-09
1
-0
/
+8
*
sanity.bbclass: warn the user if BBPATH contains wrong entries
Laurentiu Palcu
2012-06-13
1
-0
/
+11
*
classes/sanity: fix a couple of grammatical errors in messages
Paul Eggleton
2012-05-30
1
-2
/
+2
*
classes/sanity: send sanity check failure as a separate event for Hob
Paul Eggleton
2012-05-30
1
-3
/
+13
*
classes/sanity: remove broken TARGET_ARCH check
Paul Eggleton
2012-05-30
1
-4
/
+0
*
meta: replace os.system with subprocess.call
Robert Yang
2012-05-30
1
-6
/
+7
*
sanity.bbclass: check sanity at BuildStarted rather than ConfigParsed
Joshua Lock
2012-05-24
1
-1
/
+1
*
sanity.bbclass: catch an extra exception in check_create_long_filename
Joshua Lock
2012-05-24
1
-0
/
+2
*
sanity.bbclass: add extra information when SSTATE_CACHE unusable
Joshua Lock
2012-05-24
1
-0
/
+7
*
sanity.bbclass: add newline to check_create_long_filename failure message
Joshua Lock
2012-05-24
1
-1
/
+1
*
sanity.bbclass: data.getVar(VAR, obj, exp) -> obj.getVar(VAR, exp)
Joshua Lock
2012-05-24
1
-30
/
+30
*
sanity.bbclass: copy the data store and finalise before running checks
Joshua Lock
2012-05-24
1
-60
/
+69
*
Revert "sanity.bbclass: check user can read and write to SSTATE_DIR"
Joshua Lock
2012-05-24
1
-14
/
+3
*
sanity.bbclass: check user can read and write to SSTATE_DIR
Joshua Lock
2012-05-17
1
-3
/
+14
*
sanity.bbclass: Detect empty $PATH components too
Peter Seebach
2012-05-11
1
-2
/
+3
*
sanity.bbclass: Implement initial toolchain sanity checks
Peter Seebach
2012-05-09
1
-0
/
+73
*
sanity.bbclass: Add a new case to issue sanity_check()
Dongxiao Xu
2012-04-24
1
-0
/
+3
*
sanity.bbclass: add variable to disable the sanity checks
Joshua Lock
2012-04-23
1
-1
/
+1
*
classes/sanity: import regular expression module in SuSE distro check
Paul Eggleton
2012-04-18
1
-0
/
+1
*
classes/sanity: trim trailing newline when reading /etc/redhat-release
Paul Eggleton
2012-04-18
1
-1
/
+1
*
sanity.bbclass: If the sanity tests fail, don't mark them as complete
Richard Purdie
2012-04-17
1
-1
/
+1
*
meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)
Richard Purdie
2012-03-05
1
-9
/
+9
*
sanity.bbclass: Add ABI version 8, used for transition from the OEBasic to OE...
Richard Purdie
2012-02-22
1
-0
/
+2
*
classes: replace 'Poky' with 'OE-core'
Koen Kooi
2012-02-01
1
-1
/
+1
*
sanity.bbclass: No need to check for cvs any more
Richard Purdie
2011-11-16
1
-1
/
+1
*
Convert to use direct access to the data store (instead of bb.data.*Var*())
Richard Purdie
2011-11-10
1
-5
/
+5
*
Allow use of dash as /bin/sh
Richard Purdie
2011-11-10
1
-3
/
+0
*
bitbake.conf: Drop remaining TERMCMD pieces and document OE_TERMINAL usage in...
Richard Purdie
2011-11-04
1
-13
/
+0
*
sanity.bbclass: add a sanity check for KDE 4.x konsole in TERMCMD
Paul Eggleton
2011-09-19
1
-0
/
+6
*
sanity: disable mirrors for connectivity check
Joshua Lock
2011-09-16
1
-2
/
+6
*
sanity.bbclass: re-enable DISTRO check
Paul Eggleton
2011-09-07
1
-3
/
+5
[next]