[OE-core] [PATCH 0/1] Toaster support for Build Appliance

Juro Bystricky juro.bystricky at intel.com
Fri Dec 30 21:35:31 UTC 2016


This patch contains several changes in order to allow to run Toaster in
the Build Appliance.
In particular, the Build Appliance now contains all (previously missing)
modules as specified in "bitbake/toaster-requirements.txt".
It was also not possible to install the modules manually, as the installation
program (pip3) was missing as well.

The Toaster web server can be now readily started by the command:

    $ source toaster start webport=<IPADDR:PORT>

The attached README_VirtualBox_Toaster.txt explains the steps needed
to determine IPPARRD:PORT values based on the network adapter settings
(NAT or Bridged) for VirtualBox and the web server URL for host
web browser.

One caveat: For simplicity the Build Appliance recipe assumes pip3 is installed
on the build host.


Juro Bystricky (1):
  build-appliance-image: support for Toaster

 .../README_VirtualBox_Toaster.txt                  | 78 ++++++++++++++++++++++
 .../images/build-appliance-image_15.0.0.bb         | 18 ++++-
 2 files changed, 93 insertions(+), 3 deletions(-)
 create mode 100644 meta/recipes-core/images/build-appliance-image/README_VirtualBox_Toaster.txt

-- 
2.7.4




More information about the Openembedded-core mailing list