Installing, Building, and Running Yocto*
Getting Started Guide
45
/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.
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
b.
Open the mohonpeak32 or mohonpeak64 file
c.
Locate MACHINE_EXTRA_RECOMMENDS For example:
MACHINE_EXTRA_RRECO= "intel-quickassist intel-qatsamples \
intel-qat-perf intel-qat-netkey \
intel-qat-netkey-test \
openssl-qat openssl-qat-module \
zlib-qat zlib-qat-module \
calgary-corpus canterbury-corpus \
silesia-corpus \
intel-dpdk"
d.
Remove all of the above packages added to MACHINE_EXTRA_RECOMMENDS
MACHINE_EXTRA_RRECO= ""
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
. Copy the
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/
−
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.