From: Eilís Ní Fhlannagáin <[email protected]> This commit just adds some documentation on how to use the machine generation recipe.
Signed-off-by: Eilís Ní Fhlannagáin <[email protected]> --- README.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.txt b/README.txt index f3dda51..ec860fd 100644 --- a/README.txt +++ b/README.txt @@ -105,6 +105,22 @@ or $ MACHINE=qemu-nios2 bitbake zephyr-kernel-test-all -c testimage +Generating OE Machines based on Zephyr board definitions +======================================================== +We currently have a recipe called generate-zephry-machines which will go through +and attempt to create an OE machine conf file for every board in Zephyr. + +This is run via: + +MACHINE=qemu-x86 bitbake generate-zephyr-machines + +The output is then put in the normal deploy dir. This recipe is really only +useful for maintainers. There is currently no way to use the Zephyr board +definition in a single step build. So if you wish to regenerate those machines, +you will need to run the above, copy the conf files from the deploy dir to the +machine conf directory and then run your build. This shouldn't need to happen +often. + Contributing ============ -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55921): https://lists.yoctoproject.org/g/yocto/message/55921 Mute This Topic: https://lists.yoctoproject.org/mt/88536559/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
