AglBuild
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
#contents();
*** 標準環境のセットアップ [#bd506ce6]
- [[Building target AGL image with Yocto project:http://d...
- [[Renesas R-Car Starter Kit Gen3 V2.16 (h3ulcb, m3ulcb)...
*** Apache を追加 [#n46d0b28]
- [[meta-webserver:http://layers.openembedded.org/layerin...
- $AGL_TOP/build/conf/bblayers.conf を編集
# These are the direct dependencies of the AGL CORE Layers
#---------------------------------------------------------
AGL_CORE_DEPENDENCY_LAYERS = " \
${METADIR}/meta-openembedded/meta-oe \
${METADIR}/meta-openembedded/meta-multimedia \
${METADIR}/meta-openembedded/meta-efl \
${METADIR}/meta-openembedded/meta-networking \
${METADIR}/meta-openembedded/meta-python \
${METADIR}/meta-openembedded/meta-filesystems \
${METADIR}/meta-openembedded/meta-webserver \ <------...
"
- bitbake でエラーになった
ERROR: /home/ubuntu/workspace_AGL/meta-openembedded/meta...
ERROR: Failed to parse recipe: /home/ubuntu/workspace_AG...
-- [[ここ:https://irclogs.baserock.org/automotive/%23auto...
-- https://gerrit.automotivelinux.org/gerrit/#/c/8539/
-- /meta-agl/files/group に netdata の ID を追加する必要...
[AGLB] ubuntu:~/workspace_AGL/meta-agl/meta-agl/files$ c...
netdata::940:
-- 今度は www というユーザーが登録されていないというエラ...
openembedded/meta-webserver/recipes-httpd/nginx/nginx_1....
ERROR: Failed to parse recipe: /home/ubuntu/workspace_AG...
ERROR: /home/ubuntu/workspace_AGL/meta-openembedded/meta...
-- 上記と同様に meta-agl/meta-agl/files/passwd に www を...
*** nodejs を追加 [#u09d8ce3]
- [[meta-nodejs:https://github.com/imyller/meta-nodejs]] ...
- $AGL_TOP/build/conf/bblayers.conf を編集
# These are the direct dependencies of the AGL CORE Layers
#---------------------------------------------------------
AGL_CORE_DEPENDENCY_LAYERS = " \
${METADIR}/meta-openembedded/meta-oe \
${METADIR}/meta-openembedded/meta-multimedia \
${METADIR}/meta-openembedded/meta-efl \
${METADIR}/meta-openembedded/meta-networking \
${METADIR}/meta-openembedded/meta-python \
${METADIR}/meta-openembedded/meta-filesystems \
${METADIR}/meta-openembedded/meta-webserver \
${METADIR}/meta-openembedded/meta-nodejs \ <---------...
"
- nodejs は bblayer.conf に記述が無いというエラーがでた。...
ERROR: Layer directory '/home/ubuntu/workspace_AGL/meta-...
BBLAYERS in /home/ubuntu/workspace_AGL/build/conf/bblaye...
- 違った! $AGL_TOP にコピーした meta-webserver とは別に...
# These are the direct dependencies of the AGL CORE Layers
#---------------------------------------------------------
AGL_CORE_DEPENDENCY_LAYERS = " \
${METADIR}/meta-openembedded/meta-oe \
${METADIR}/meta-openembedded/meta-multimedia \
${METADIR}/meta-openembedded/meta-efl \
${METADIR}/meta-openembedded/meta-networking \
${METADIR}/meta-openembedded/meta-python \
${METADIR}/meta-openembedded/meta-filesystems \
${METADIR}/meta-openembedded/meta-webserver \
${METADIR}/meta-nodejs \ <---------------------------
"
*** Chromium のインストール(黒川氏にやってもらった) [#b...
- [[meta-browser:https://github.com/Igalia/meta-browser]]
- [[インストール手順(wiki):https://github.com/Igalia/met...
終了行:
#contents();
*** 標準環境のセットアップ [#bd506ce6]
- [[Building target AGL image with Yocto project:http://d...
- [[Renesas R-Car Starter Kit Gen3 V2.16 (h3ulcb, m3ulcb)...
*** Apache を追加 [#n46d0b28]
- [[meta-webserver:http://layers.openembedded.org/layerin...
- $AGL_TOP/build/conf/bblayers.conf を編集
# These are the direct dependencies of the AGL CORE Layers
#---------------------------------------------------------
AGL_CORE_DEPENDENCY_LAYERS = " \
${METADIR}/meta-openembedded/meta-oe \
${METADIR}/meta-openembedded/meta-multimedia \
${METADIR}/meta-openembedded/meta-efl \
${METADIR}/meta-openembedded/meta-networking \
${METADIR}/meta-openembedded/meta-python \
${METADIR}/meta-openembedded/meta-filesystems \
${METADIR}/meta-openembedded/meta-webserver \ <------...
"
- bitbake でエラーになった
ERROR: /home/ubuntu/workspace_AGL/meta-openembedded/meta...
ERROR: Failed to parse recipe: /home/ubuntu/workspace_AG...
-- [[ここ:https://irclogs.baserock.org/automotive/%23auto...
-- https://gerrit.automotivelinux.org/gerrit/#/c/8539/
-- /meta-agl/files/group に netdata の ID を追加する必要...
[AGLB] ubuntu:~/workspace_AGL/meta-agl/meta-agl/files$ c...
netdata::940:
-- 今度は www というユーザーが登録されていないというエラ...
openembedded/meta-webserver/recipes-httpd/nginx/nginx_1....
ERROR: Failed to parse recipe: /home/ubuntu/workspace_AG...
ERROR: /home/ubuntu/workspace_AGL/meta-openembedded/meta...
-- 上記と同様に meta-agl/meta-agl/files/passwd に www を...
*** nodejs を追加 [#u09d8ce3]
- [[meta-nodejs:https://github.com/imyller/meta-nodejs]] ...
- $AGL_TOP/build/conf/bblayers.conf を編集
# These are the direct dependencies of the AGL CORE Layers
#---------------------------------------------------------
AGL_CORE_DEPENDENCY_LAYERS = " \
${METADIR}/meta-openembedded/meta-oe \
${METADIR}/meta-openembedded/meta-multimedia \
${METADIR}/meta-openembedded/meta-efl \
${METADIR}/meta-openembedded/meta-networking \
${METADIR}/meta-openembedded/meta-python \
${METADIR}/meta-openembedded/meta-filesystems \
${METADIR}/meta-openembedded/meta-webserver \
${METADIR}/meta-openembedded/meta-nodejs \ <---------...
"
- nodejs は bblayer.conf に記述が無いというエラーがでた。...
ERROR: Layer directory '/home/ubuntu/workspace_AGL/meta-...
BBLAYERS in /home/ubuntu/workspace_AGL/build/conf/bblaye...
- 違った! $AGL_TOP にコピーした meta-webserver とは別に...
# These are the direct dependencies of the AGL CORE Layers
#---------------------------------------------------------
AGL_CORE_DEPENDENCY_LAYERS = " \
${METADIR}/meta-openembedded/meta-oe \
${METADIR}/meta-openembedded/meta-multimedia \
${METADIR}/meta-openembedded/meta-efl \
${METADIR}/meta-openembedded/meta-networking \
${METADIR}/meta-openembedded/meta-python \
${METADIR}/meta-openembedded/meta-filesystems \
${METADIR}/meta-openembedded/meta-webserver \
${METADIR}/meta-nodejs \ <---------------------------
"
*** Chromium のインストール(黒川氏にやってもらった) [#b...
- [[meta-browser:https://github.com/Igalia/meta-browser]]
- [[インストール手順(wiki):https://github.com/Igalia/met...
ページ名: