「Debian活用/Yocto設定」の版間の差分
< Debian活用
ナビゲーションに移動
検索に移動
(→概要) |
(→設定) |
||
| 5行目: | 5行目: | ||
== 設定 == |
== 設定 == |
||
=== 準備 === |
|||
<nowiki> |
|||
$ sudo apt-get install build-essential chrpath cpio debianutils diffstat file gawk gcc git iputils-ping libacl1 libc |
|||
$ locale --all-locales | grep en_US.utf8 |
|||
$ sudo dpkg-reconfigure locales |
|||
</nowiki> |
|||
<nowiki> |
|||
$ git clone https://git.openembedded.org/bitbake |
|||
$ ./bitbake/bin/bitbake-setup init |
|||
</nowiki> |
|||
2026年7月26日 (日) 14:22時点における版
概要
- https://www.yoctoproject.org/development/releases/
- https://docs.yoctoproject.org/brief-yoctoprojectqs/index.html
設定
準備
$ sudo apt-get install build-essential chrpath cpio debianutils diffstat file gawk gcc git iputils-ping libacl1 libc $ locale --all-locales | grep en_US.utf8 $ sudo dpkg-reconfigure locales
$ git clone https://git.openembedded.org/bitbake $ ./bitbake/bin/bitbake-setup init