From 5e357ed88f40e471f7e3b7ea3d697410a9cb980b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 28 Jul 2015 11:19:02 +0100 Subject: oe-selftest: restore gummiboot tests These are the gummiboot tests recently removed from OE-Core, with the following changes: * Make them use MACHINE = "genericx86-64" instead of "nuc" and remove all usage of meta-intel * Use DEPLOY_DIR instead of assuming build directory will be in the default path relative to COREBASE * Fix build test to actually check if the file was created as part of the test instead of possibly being around from a previous build * Fix wic test to actually check the output to find the name of the .direct file that wic has created, instead of passing if any .direct file happens to exist in /var/tmp/wic (We can now add these in this layer courtesy of Chris Larson's OE-Core commit 182b8ed9f26ed8b6a8eb6dcaec82db9aca14b010). (From meta-yocto rev: 8e945e39327869c6b53959c5eb324ba3e4cb0b20) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta-yocto-bsp/lib/oeqa/selftest/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 meta-yocto-bsp/lib/oeqa/selftest/__init__.py (limited to 'meta-yocto-bsp/lib/oeqa/selftest/__init__.py') diff --git a/meta-yocto-bsp/lib/oeqa/selftest/__init__.py b/meta-yocto-bsp/lib/oeqa/selftest/__init__.py new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3-54-g00ecf