Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meta/selftest/scripts: Use print function for python3 compatibility | Richard Purdie | 2016-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Used print function instead of print statement to make the code work in python 3. [Changes from both Ed and Richard] (From OE-Core rev: ced1995694c394d92cb82fb9c25a33dc027a3b69) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | oeqa/selftest: verify that devtool can use plugins in other layers | Ross Burton | 2015-10-21 | 2 | -0/+11 |
In selftest we want to exercise devtool's ability to use plugins from other layers, so add a basic command to reverse a string to meta-selftest and a test in oe-selftest to call it. (From OE-Core rev: 69f5bbc1041e15691af0b4845e2136957a4846a1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |