We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta-rte
kas
meta-rte version
v0.7.5
Affected component(s) or functionality
Following build instructions doesn't yield a valid image
Brief summary
The repository doesn't build with https://raw.githubusercontent.com/siemens/kas/master/kas-container but works with kas 3.0.2
3.0.2
How reproducible
How to reproduce
Steps to reproduce the behavior:
wget -O ./kas-container https://raw.githubusercontent.com/siemens/kas/master/kas-container
chmod +x ./kas-container
mkdir rte-sdk
cd rte-sdk
git clone https://github.com/3mdeb/meta-rte.git
./kas-container build meta-rte/kas.yml
Expected behavior
Image builds correctly
Actual behavior
(...) Traceback (most recent call last): File "/work/poky/bitbake/bin/bitbake", line 19, in <module> import bb File "/work/poky/bitbake/lib/bb/__init__.py", line 75, in <module> import bb.msg File "/work/poky/bitbake/lib/bb/msg.py", line 19, in <module> import bb.event File "/work/poky/bitbake/lib/bb/event.py", line 22, in <module> import bb.compat File "/work/poky/bitbake/lib/bb/compat.py", line 7, in <module> from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict ImportError: cannot import name 'MutableMapping' from 'collections' (/usr/lib/python3.11/collections/__init__.py) 2024-07-04 11:54:07 - ERROR - Command "/work/poky/bitbake/bin/bitbake -c build core-image-minimal core-image-minimal-swu" failed with error 1
Possible solutions
The text was updated successfully, but these errors were encountered:
@tym2k1 bump, linked issue did not close the issue - please manually confirm/close if resolved
Sorry, something went wrong.
tym2k1
Successfully merging a pull request may close this issue.
meta-rte version
v0.7.5
Affected component(s) or functionality
Following build instructions doesn't yield a valid image
Brief summary
The repository doesn't build with https://raw.githubusercontent.com/siemens/kas/master/kas-container but works with kas
3.0.2
How reproducible
How to reproduce
Steps to reproduce the behavior:
wget -O ./kas-container https://raw.githubusercontent.com/siemens/kas/master/kas-container
chmod +x ./kas-container
mkdir rte-sdk
cd rte-sdk
git clone https://github.com/3mdeb/meta-rte.git
./kas-container build meta-rte/kas.yml
Expected behavior
Image builds correctly
Actual behavior
Possible solutions
kas
version in the README.md instructionsThe text was updated successfully, but these errors were encountered: