generic-poky/meta-yocto-bsp/lib/oeqa/controllers
Corneliu Stoicescu 99006ef296 oeqa/controllers/beaglebonetarget.py: fix conditions for files copied to /boot
Using '[ ! -e /mnt/testrootfs/boot/uImage ] && cp ~/test-kernel /mnt/testrootfs/boot/uImage' would result in exit code 1 if the first condition is not met.
Changing the code to return exit status 0 if /mnt/testrootfs/boot/uImage exists.

Also adding this change to dtb files check.

(From meta-yocto rev: e06e354165673bfb6b531d1f78c468b4c56dbd18)

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-03 10:38:24 +01:00
..
__init__.py meta-yocto-bsp: oeqa/controllers: add BeagleBoneTarget 2014-04-30 21:52:43 +01:00
beaglebonetarget.py oeqa/controllers/beaglebonetarget.py: fix conditions for files copied to /boot 2014-06-03 10:38:24 +01:00
edgeroutertarget.py meta-yocto-bsp: oeqa/controllers: add EdgeRouterTarget 2014-04-30 21:52:44 +01:00