Skip to content

Instantly share code, notes, and snippets.

@rassi0429
Created March 29, 2023 20:56
Show Gist options
  • Save rassi0429/b8ce834f75f5bcb1853eb3afcae4d10a to your computer and use it in GitHub Desktop.
Save rassi0429/b8ce834f75f5bcb1853eb3afcae4d10a to your computer and use it in GitHub Desktop.
layerを追加していく
まずYoctoを落とす
```
$ git clone git://git.yoctoproject.org/poky.git -b kirkstone
$ source poky/oe-init-build-env
```
Layerを追加する
```
bitbake-layers add-layer {path}
```
nginxとかのレイヤーは
http://git.openembedded.org/meta-openembeddedとかにある
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment