Linux 5.10 Yocto SDK
V2.1
20/25
© MicroSys Electronics GmbH 2022
You can find the output files in tmp/deploy/images/<machinename>.
4. Once you're done with your changes finish your work
-
Go to workspace/sources/linux-qoriq and commit your changes using 'git'
-
Update the recipe with:
$ devtool finish linux-qoriq meta-mylayer
This copies and saves your changes into meta-mylayer.
If you plan to make more modifications to Linux it's better not to delete
the source tree from the 'workspace' directory. Keep it.
Note: If you think that you are done with all of your changes then you can remove
the recipe from the workspace layer with:
$ devtool reset linux-qoriq
This will **erase all** of your changes from workspace.
5. Now you can rebuild your image including your changes with:
$ bitbake microsys-image-layerscape
Note: if you want to modify the Linux kernel configuration you can call:
$ bitbake -c menuconfig linux-qoriq