RZ/V2M Linux Package Start-Up Guide
R01US0527EJ0110 Rev.1.10
Page 4 of 39
Oct.8.2021
$ source poky/oe-init-build-env
### Shell environment set up for builds. ###
You can now run 'bitbake <target>'
Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
meta-ide-support
You can also run generated qemu images with a command like 'runqemu qemux86'
Step 5. Copy configuration files for RZ/V2M
Copy configuration files from deliverables.
$ cp ../meta-rzv2m/docs/sample/conf/rzv2m/linaro-gcc/*.conf ./conf/
Step 6. Start the build
Run the bitbake command to build a core image for the target. Table 2-1 shows the supporting core image
targets.
Note:
For a user of RZ/V2M DRP-AI Support Package or RZ/V2M ISP Support Package, apply all
necessary recipes required for the build environments for these packages before executing
bitbake commands.
Refer to each package’s document to know how to apply the patches and
build.
$ bitbake <core-image-target>
Table 2-1. core-image-target
core-image-target
Detail
core-image-bsp
Basic BSP support.
core-image-minimal
Minimum sets of components.
Notes: 1. Building by bitbake might need several hours under the influence of Linux PC performance and network
environment.
2. The bitbake downloads some packages while building. Then the bitbake might stop for network timeout or link
error. In this case, please get applicable packages in the
“${WORK}/build/downloads” directory whenever
build stops by wget command, or please review timeout definitions of package download (wget, etc.)
described in
“${WORK}/poky/meta/conf/bitbake.conf”.
After building, the following files will be generated.