Yocto: Difference between revisions
initial content |
No edit summary |
||
Line 1: | Line 1: | ||
== Prerequisites == | |||
<pre class=terminal> | |||
sudo apt install gcc g++ \ | |||
python3-distutils python-is-python3 | |||
</pre> | |||
<br /> | |||
== Using devtool == | == Using devtool == | ||
Use '''devtool''' to make changes to an existing recipe and automatically generate an append recipe from those changes. | Use '''devtool''' to make changes to an existing recipe and automatically generate an append recipe from those changes. |
Revision as of 2022-11-05T15:39:19
Prerequisites
sudo apt install gcc g++ \ python3-distutils python-is-python3
Using devtool
Use devtool to make changes to an existing recipe and automatically generate an append recipe from those changes.