meta-intel-iss
==============

This layer provides the Yocto* integration for Intel VTune Amplifier and
SoCWatch from Intel(R) System Studio. With the layer support, Intel VTune Amplifier target
package and SoCWatch package can be built into the target system.


Download Intel VTune Amplifier and SoCWatch package from Intel System Studio product
------------------------------------------------------------------------------------
You need to download Intel VTune Amplifier target package and SoCWatch package
from Intel System Studio product before you can use this layer.
These packages are available from Intel System Studio product folder once you installed
Intel System Studio product.
The packages can also be downloaded directly from Intel System Studio product website
as a standalone components.

For more information on the download instructions, please visit:
https://software.intel.com/en-us/articles/intel-system-studio-support-for-yocto-project-faq

To acquire Intel System Studio license for Yocto* development, please contact:
IntelSystemStudio@intel.com
For more information about the Intel System Studio product, please visit:
https://software.intel.com/en-us/intel-system-studio


Adding Intel(R) VTune Amplifier and SoCWatch packages to Yocto Project Builds
-----------------------------------------------------------------------------
The layer includes recipes that can then be added to the project in
order to bring the respective content into the project's file system image.

1. Add path to meta-intel-iss layer to the layer conf file

  $ vi "conf/bblayers.conf"

  BBLAYERS = " \
    ...
    /path/to/meta-intel-iss \
    ...
    "

2. Edit the local.conf to include the path where you have placed your downloaded binaries.

  $ vi "conf/local.conf"

  RPM_PATH=<full_path_to_where_you_have_placed_the_downloaded_packages>

3. Add the desired recipes to "conf/local.conf":

  $ vi "conf/local.conf"

  For installing VTune target, add the following line:
  IMAGE_INSTALL_append = " intel-iss-vtune-target"

  For installing SoCwatch, add the following line:
  IMAGE_INSTALL_append = " intel-iss-socwatch-target"

4. Now you are ready to build your image with VTune and SoCWatch packages. For example,

  $ source oe-init-build-env
  $ bitbake core-image-sato-sdk


#/
# Copyright (R) 2017 Intel Corporation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification, are
# permitted provided that the following conditions are met:
#
# 1) Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
#
# 2) Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation and/or
# other materials provided with the distribution.
#
# 3) Neither the name of Wind River Systems nor the names of its contributors may be
# used to endorse or promote products derived from this software without specific
# prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#/
