LoginSignup
1
0

More than 1 year has passed since last update.

【yocto】レシピ一覧を確認する方法

Posted at

方法

bitbake-layers show-recipes

  • 環境変数設定
takeshi@X250:~/yocto/poky$ source oe-init-build-env 

### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

Common targets are:
    core-image-minimal
    core-image-sato
    meta-toolchain
    meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86'

Other commonly useful commands are:
 - 'devtool' and 'recipetool' handle common recipe tasks
 - 'bitbake-layers' handles common layer tasks
 - 'oe-pkgdata-util' handles common target package tasks
  • レシピ一覧を確認
takeshi@X250:~/yocto/poky/build$ bitbake-layers show-recipes
NOTE: Starting bitbake server...
WARNING: Host distribution "zorin-15" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |####################################################################################################################################| Time: 0:00:00
Loaded 1298 entries from dependency cache.

Summary: There was 1 WARNING message shown.
=== Available recipes: ===
acl:
  meta                 2.2.52
acpica:
  meta                 20190816
acpid:
  meta                 2.0.32
(略)
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0