Intel Atom C2000 Getting Started Manual page 45

Table of Contents

Advertisement

Installing, Building, and Running Yocto*
/home/user/poky/meta-intel/meta-tlk \
Note: Meta-intel tar ball may have pre-configured to build and install Intel® DPDK and Intel®
QuickAssist Technology. The SDK image will be used, and other software will need to be installed
after booting. Here are the steps to change the configuration:
a.
b.
c.
MACHINE_EXTRA_RRECOMMENDS += "intel-quickassist intel-qatsamples \
intel-qat-perf intel-qat-netkey \
openssl-qat openssl-qat-module \
zlib-qat zlib-qat-module \
calgary-corpus canterbury-corpus \
silesia-corpus \
intel-dpdk"
d.
In this way, it is ensured that the Yocto* build process will not try to locate and build Intel®
DPDK or Intel® QuickAssist Technology related packages.
Optional: To build the disk image with a newer version of the GbE driver (when available),
modify the ~/poky/meta-intel/meta-mohonpeak/recipes-igb/igb/ igb.bb file to
match the newer PV string, SRC_URI[md5sum], and SRC_URI[sha256sum]. Use the
commands md5sum and sha256sum to find the updated checksums.
Download the newer driver package, following the instructions in
newer driver package, in the format igb-<version>.tar.gz, to the ~/poky/meta-intel/meta-
mohonpeak/recipes-igb/igb/igb/ directory. It is also recommended to remove the older
version of the igb package from the same directory.
Optional: To add support for the new graphics card, it is recommended to use a graphics
card that is compatible with X.org driver. Please refer to following configuration file and
links used for Matrox Graphics card.
/home/user/poky/meta-intel/common/recipes-graphics/xorg- driver/xf86-video-
mga_1.6.2.bb
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/common/recipes-
graphics/xorg-driver/
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/common/recipes-
graphics/xorg-driver/xf86-video-mga
Build the SDK image by running the commands:
# cd ~/poky/build
# bitbake core-image-sato-sdk
Note: bitbake cannot run as a root user. If any errors are encountered, consult the Readme file at
~/poky/meta-intel/ meta-mohonpeak/README.
Getting Started Guide
Depending upon the MACHINE selected in step 17 above, find the mohonpeak32 or
mohonpeak64 configuration file; for example, mohonpeak64 is at meta-intel/meta-
mohonpeak/conf/machine/ mohonpeak64.conf
Open the mohonpeak32 or mohonpeak64 file
Locate MACHINE_EXTRA_RECOMMENDS For example:
intel-qat-netkey-test \
Remove all of the above packages added to MACHINE_EXTRA_RECOMMENDS
MACHINE_EXTRA_RRECOMMENDS += ""
Section
1.2. Copy the
45

Advertisement

Table of Contents
loading

Table of Contents