RZ-G/Chromium: Difference between revisions

From Renesas.info
(Created page with " This page contains information about builds and using Chromium with the Renesas BSP. = Heading 1= * xxxx")
 
m (Initial Posting. (Japanese))
Line 2: Line 2:
This page contains information about builds and using Chromium with the Renesas BSP.
This page contains information about builds and using Chromium with the Renesas BSP.


= Heading 1=
== How to build RZ/G2L + VLP/Gv3.0.3 + Chromium104.0.5112.101 ==
* xxxx
* (1) Release Noteに従い、Bitbake手前まで実行する
** [https://www.renesas.com/jp/ja/document/rln/rzg-verified-linux-package-v303-release-note-0?r=1467981の3.1から3.1(5)まで実行する https://www.renesas.com/jp/ja/document/rln/rzg-verified-linux-package-v303-release-note-0?r=1467981] の3.1から3.1(5)まで実行する
 
* (2) 以下手順を実行してChromiumビルド用レシピを準備
** <code>$ git clone <nowiki>https://github.com/kraj/meta-clang</nowiki> -b clang12</code>
** <code>$ git clone <nowiki>https://github.com/OSSystems/meta-browser.git</nowiki></code>
** <code>$ cd meta-browser</code>
** <code>$ git checkout b8e658b5a4da60a0d297fb7c2cdb7c7c251ec8bf</code>
 
* (3) confファイルにChromiumのビルド設定を追記
** <code>$ cd ../build</code>
** <code>$ bitbake-layers add-layer ../meta-clang</code>
** <code>$ bitbake-layers add-layer ../meta-browser/meta-chromium</code>
** <code>$ bitbake-layers add-layer ../meta-openembedded/meta-networking</code>
 
* (4)local.conf に以下を追記
** <code>IMAGE_INSTALL_append = " chromium-ozone-wayland"</code>
** <code>IMAGE_INSTALL_append = " ntp"</code>
** <code>IMAGE_INSTALL_append = " ttf-sazanami-gothic ttf-sazanami-mincho "</code>
 
* (5) bitbake実行
** <code>$ MACHINE=smarc-rzg2l bitbake core-image-weston</code>
 
* 実行コマンド
** <code>chromium --no-sandbox --in-process-gpu -kiosk <nowiki>https://XXXXX</nowiki></code>
 
 
注意:

Revision as of 06:27, 12 October 2023

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

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

  • (2) 以下手順を実行して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) 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)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 --no-sandbox --in-process-gpu -kiosk https://XXXXX


注意: