RZ-G/Chromium

From Renesas.info
Revision as of 06:58, 12 October 2023 by Agatsuma (talk | contribs)

This page contains information about builds and using Chromium with the Renesas BSP.

How to build RZ/G2L,G2LC + VLP/Gv3.0.3 + Chromium104.0.5112.101

  • (2) Perform the following steps to prepare the recipe for the Chromium build. (以下手順を実行してChromiumビルド用レシピを準備)
    • $ git clone https://github.com/kraj/meta-clang -b clang12
    • $ git clone https://github.com/OSSystems/meta-browser.git
    • $ cd meta-browser
    • $ git checkout b8e658b5a4da60a0d297fb7c2cdb7c7c251ec8bf
  • (3) Add Chromium build settings to the conf file. (confファイルにChromiumのビルド設定を追記)
    • $ cd ../build
    • $ bitbake-layers add-layer ../meta-clang
    • $ bitbake-layers add-layer ../meta-browser/meta-chromium
    • $ bitbake-layers add-layer ../meta-openembedded/meta-networking
  • (4)Add the following to local.conf. (local.conf に以下を追記)
    • IMAGE_INSTALL_append = " chromium-ozone-wayland"
    • IMAGE_INSTALL_append = " ntp"
    • IMAGE_INSTALL_append = " ttf-sazanami-gothic ttf-sazanami-mincho "
  • (5) bitbake
    • $ MACHINE=smarc-rzg2l bitbake core-image-weston
  • Chromium startup command
    • chromium --no-sandbox --in-process-gpu -kiosk https://XXXXX

Note:Currently, HW codec is not supported and RZ/G2L has limited video playback. (注意:現在、HWcodecが対応しておらず、RZ/G2Lにおいても動画再生に制限があります。)