Quality Assurance yocto project

From Yocto Project
Revision as of 20:15, 26 January 2016 by Francisco Pedraza (talk | contribs)
Jump to navigationJump to search

Steps for BSP Automated Testing

1. Download the core-image-sato-sdk image from autobuilder( link available in the point release mail)

2. Make checkout on the poky commit from the mail (in command line):

  • in poky directory checkout on the desired commit: "git checkout <commit-id>"

3. Source the environment:

  • In poky directory ( "cd ~/poky"): " source oe-init-build-env"

4. Edit local.conf. PATH: ~/poky/build/conf, at the en of the file adding:

  • INHERIT += "testimage"
  • TEST_TARGET = "simpleremote"
  • TEST_TARGET_IP = "DUT ip"
  • TEST_SUITES = " auto"
  • Remember to add the machine for example, if genericx86 is needed, MACHINE ?= "genericx86"

1. Download the core-image-sato-sdk image from autobuilder( link available in the point release mail)

1. Download the core-image-sato-sdk image from autobuilder( link available in the point release mail)


Yp BugLifeCycle.png