mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
The example recipe is setup to print a message using bb.plain() in the "do_build" task but this task is "noexec" so the message never prints. This might be confusing. This moves the message printing into another "do_display_banner" task and add it to the do_build "before" list. (From OE-Core rev: 252385bef9b226f32691b8513869ea3e41813b40) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This README file contains information on the contents of the {layername} layer.
Please see the corresponding sections below for details.
Dependencies
URI: branch:
URI: branch:
. . .
Patches
Please submit any patches against the {layername} layer to the xxxx mailing list (xxxx@zzzz.org) and cc: the maintainer:
Maintainer: XXX YYYYYY xxx.yyyyyy@zzzzz.com
Table of Contents
I. Adding the {layername} layer to your build II. Misc
I. Adding the {layername} layer to your build
Run 'bitbake-layers add-layer {layername}'
II. Misc
--- replace with specific information about the {layername} layer ---