R-Car/Boards/Yocto-Gen3-CommonFAQ/How to build kernel (u-boot, ATF etc) individually

From eLinux.org
< R-Car‎ | Boards/Yocto-Gen3-CommonFAQ
Revision as of 01:23, 20 November 2020 by Y.H. (talk | contribs) (Created page with "== How to build kernel (u-boot, ATF, etc.) individually == The following are examples. Kernel: <syntaxhighlight lang=text> $ bitbake linux-renesas </syntaxhighlight> u-boot...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to build kernel (u-boot, ATF, etc.) individually

The following are examples.

Kernel:

$ bitbake linux-renesas

u-boot:

$ bitbake u-boot

ARM-Trusted-Firmware:

$ bitbake arm-trusted-firmware

optee-os:

$ bitbake optee-os