Wind River Support Network

HomeDefectsLIN1022-921
Acknowledged

LIN1022-921 : ERROR: Layer tensorflow-demo is not compatible with the core layer

Created: Jul 12, 2022    Updated: Aug 22, 2022
Found In Version: 10.22.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Userspace

Description


$ ../wrlinux-x/setup.sh --dl-layers --all-layers
$ . ./oe-init-build-env
$ bitbake-layers show-layers >list
$ sed -n '4,$p' list | awk '
{print $2 }

' > layerlist
$ yocto-check-layer-wrapper ../layers/ meta-tensorflow --dependency `cat layerlist`


INFO:
INFO: Setting up for meta-demo(LayerType.SOFTWARE), /buildarea1/master-wr/build/Tools/2022-05-09-15-25/05091526-yocto_check_layer/qemux86-64-standard-std-OE/layers/meta-tensorflow/meta-demo
INFO: Adding layer meta-tensorflow
INFO: Adding layer meta-python
INFO: Adding layer meta-oe
INFO: Getting initial bitbake variables ...
INFO: Getting initial signatures ...
INFO: Adding layer meta-demo
INFO: Starting to analyze: meta-demo
INFO: ----------------------------------------------------------------------
INFO: skipped "BSPCheckLayer: Layer meta-demo isn't BSP one."
INFO: test_layerseries_compat (common.CommonCheckLayer)
INFO: ... ok
INFO: test_parse (common.CommonCheckLayer)
INFO: ... ERROR
INFO: Traceback (most recent call last):
File "/xxx/layers/oe-core/scripts/lib/checklayer/cases/common.py", line 41, in test_parse
check_command('Layer %s failed to parse.' % self.tc.layer['name'],
File "/xxx/layers/oe-core/scripts/lib/checklayer/_init_.py", line 282, in check_command
raise RuntimeError(msg)
RuntimeError: Layer meta-demo failed to parse.
Command: bitbake -p
Output:
ERROR: Layer tensorflow-demo is not compatible with the core layer which only supports these series: kirkstone langdale (layer is compatible with hardknott honister)
...

Steps to Reproduce

$ ../wrlinux-x/setup.sh --dl-layers --all-layers
$ . ./oe-init-build-env
$ bitbake-layers show-layers >list
$ sed -n '4,$p' list | awk '{print $2 }' > layerlist
$ yocto-check-layer-wrapper ../layers/ meta-tensorflow --dependency `cat layerlist`
Live chat
Online