From 9ca793696a4129bef96157126f951b07f40dc7d3 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 27 Jul 2021 12:03:30 +0200 Subject: ref-manual: remove example recipe source files These files are not used to build to documentation and were updated and moved to the "meta-skeleton" layer (except "mtd-makefile" which is broken and no longer worth maintaining there, as a recipe for more recent versions of "mtd-utils" exists). (From yocto-docs rev: 5fc765fc22e2fa3124089f609db2e60113606c81) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/examples/hello-single/files/helloworld.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 documentation/ref-manual/examples/hello-single/files/helloworld.c (limited to 'documentation/ref-manual/examples/hello-single/files/helloworld.c') diff --git a/documentation/ref-manual/examples/hello-single/files/helloworld.c b/documentation/ref-manual/examples/hello-single/files/helloworld.c deleted file mode 100644 index fc7169b7b8..0000000000 --- a/documentation/ref-manual/examples/hello-single/files/helloworld.c +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main(void) -{ - printf("Hello world!\n"); - - return 0; -} -- cgit v1.2.3-54-g00ecf