riscv / meta-riscv

OpenEmbedded/Yocto layer for RISC-V Architecture
https://riscv.org/
Other
355 stars 135 forks source link

ERROR: Layer openembedded-layer is not compatible with the core layer which only supports these series: zeus (layer is compatible with warrior thud) #182

Closed palmer-dabbelt closed 4 years ago

palmer-dabbelt commented 4 years ago

Description

Steps to reproduce the issue:

  1. repo init -u git://github.com/riscv/meta-riscv -b master -m tools/manifests/riscv-yocto.xml
  2. repo sync
  3. repo start work --all
  4. . ./meta-riscv/setup.sh

Describe the results you received:

Adding layers
NOTE: Starting bitbake server...
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/home/palmer/work/linux/openembedded-riscv64/build/bitbake-cookerdaemon.log):
--- Starting bitbake server pid 1565 at 2019-10-08 14:26:05.945697 ---
ERROR: Layer openembedded-layer is not compatible with the core layer which only supports these series: zeus (layer is compatible with warrior thud)
ERROR: Layer openembedded-layer is not compatible with the core layer which only supports these series: zeus (layer is compatible with warrior thud)
ERROR: Layer openembedded-layer is not compatible with the core layer which only supports these series: zeus (layer is compatible with warrior thud)

ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/home/palmer/work/linux/openembedded-riscv64/build/bitbake-cookerdaemon.log):
--- Starting bitbake server pid 1565 at 2019-10-08 14:26:05.945697 ---
ERROR: Layer openembedded-layer is not compatible with the core layer which only supports these series: zeus (layer is compatible with warrior thud)
ERROR: Layer openembedded-layer is not compatible with the core layer which only supports these series: zeus (layer is compatible with warrior thud)
ERROR: Layer openembedded-layer is not compatible with the core layer which only supports these series: zeus (layer is compatible with warrior thud)
...

Describe the results you expected:

A working build environment.

Additional information you deem important (e.g. issue happens only occasionally):

Additional details (revisions used, host distro, etc.):

alistair23 commented 4 years ago

Can you test my PR: https://github.com/riscv/meta-riscv/pull/183