refactor(meta-belden-coreos): remove example recipes

This commit is contained in:
Samuel Dolt 2022-09-29 16:52:19 +02:00
parent cd04f788b8
commit 7d5bd0b19a
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
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