RZ/V2M Linux Package Start-Up Guide
R01US0527EJ0110 Rev.1.10
Page 34 of 39
Oct.8.2021
8. Appendix
8.1
Building Instructions
8.1.1
Offline build
Obtain OSS packages for RZ/V2M Linux Package from your Renesas representatives before stepping
instructions below.
OSS packages should be stored in the directory “${WORK}/build”. Before starting this procedure, follow the
steps from Step 1 to Step 5 described in Chapter 2.
Step 1. Extract OSS packages
Run the following command and extract OSS packages.
$ cd ${WORK}/build
$ 7z x ./oss_pkg.7z.001
Step 2. Download Linux kernel source codes
Download the Linux kernel via the network.
$ cd ${WORK}/build
$ bitbake linux-renesas -c fetch
Step 3. Change the setting value of BB_NO_NETWORK
Change the setting value of BB_NO_NETWORK to 1 in
“${WORK}/build/conf/local.conf”.
BB_NO_NETWORK = "1"
Step 4. Start the build
Run the bitbake command to build a core image for the target. Generated files after building are listed in
Table 2-2.
$ cd ${WORK}/build
$ bitbake core-image-bsp