Skip to content

Instantly share code, notes, and snippets.

@mabnhdev
Created March 13, 2020 11:19
Show Gist options
  • Save mabnhdev/521c37882d42091b9ffd993480f2b7c4 to your computer and use it in GitHub Desktop.
Save mabnhdev/521c37882d42091b9ffd993480f2b7c4 to your computer and use it in GitHub Desktop.
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
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/data/mberger/exos-yocto-307-update/build/exos-x32/bitbake-cookerdaemon.log):
--- Starting bitbake server pid 40325 at 2020-03-13 07:10:16.942960 ---
ERROR: Unable to parse Var <AVAILABLE_LICENSES[:=]>
Traceback (most recent call last):
File "Var <AVAILABLE_LICENSES[:=]>", line 1, in <module>
File "/data/mberger/exos-yocto-307-update/layers/poky/meta/classes/license.bbclass", line 275, in available_licenses(d=<bb.data_smart.DataSmart object at 0x7fae5a269828>):
for lic_dir in lic_dirs:
> licenses += os.listdir(lic_dir)
bb.data_smart.ExpansionError: Failure expanding variable AVAILABLE_LICENSES[:=], expression was ${@' '.join(available_licenses(d))} which triggered exception FileNotFoundError: [Errno 2] No such file or directory: '/data/mberger/exos-yocto-307-update/layers/meta-exos/licenses'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment