From ceb5c4d8c1ebbe96c8ad9e97514792ce3d9d2f50 Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Wed, 30 Apr 2014 13:38:58 +0100 Subject: meta-yocto-bsp: oeqa/controllers: add BeagleBoneTarget With a serial connection and beaglebone setup correctly as per README.hardware (nand erased, default uboot config assumed, etc) and a correctly deployed core-image-testmaster, we could actually deploy and test AB built images. In the default configuration u-boot will do the right thing and will always boot into the master image (rootfs on second fs on the card, kernel in /boot on the same partition). We just need to tell it for the test image to use the third partition and update the kernel cmdline. Pexpect is used to interact with whatever serial connection we have (which for this target is mandatory). There is some handling for images that don't contain the kernel and dtb files as needed (such as core-image-minimal). Implements [YOCTO #6252]. (From meta-yocto rev: 8235464faf480811b17b062cb9aad8ebf1cd2a67) Signed-off-by: Stefan Stanacar Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta-yocto-bsp/lib/oeqa/controllers/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 meta-yocto-bsp/lib/oeqa/controllers/__init__.py (limited to 'meta-yocto-bsp/lib/oeqa/controllers/__init__.py') diff --git a/meta-yocto-bsp/lib/oeqa/controllers/__init__.py b/meta-yocto-bsp/lib/oeqa/controllers/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit v1.1