poky/meta/lib/bblayers
Yoann Congal c46b3352aa bitbake-bblayers/create: Make the example recipe print its message
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>
2020-10-10 13:37:56 +01:00
..
templates bitbake-bblayers/create: Make the example recipe print its message 2020-10-10 13:37:56 +01:00
create.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00