Files
meta-zsh-p10k/recipes-example/example/example_0.1.bb
2026-01-01 15:28:49 +01:00

14 lines
496 B
BlitzBasic

SUMMARY = "bitbake-layers recipe"
DESCRIPTION = "Recipe created by bitbake-layers"
LICENSE = "MIT"
python do_display_banner() {
bb.plain("***********************************************");
bb.plain("* *");
bb.plain("* Example recipe created by bitbake-layers *");
bb.plain("* *");
bb.plain("***********************************************");
}
addtask display_banner before do_build