From 7a8d66bafbd4d168d06d64268e73103a8f028b68 Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Thu, 2 Jan 2020 10:46:38 +0530 Subject: meta-xilinx-standalone: recipes-applications: Add recipe for compiling hello world application This recipe adds support for compiling hello world application. Signed-off-by: Appana Durga Kedareswara rao --- .../recipes-applications/hello-world/hello-world_git.bb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-xilinx-standalone/recipes-applications/hello-world/hello-world_git.bb (limited to 'meta-xilinx-standalone') diff --git a/meta-xilinx-standalone/recipes-applications/hello-world/hello-world_git.bb b/meta-xilinx-standalone/recipes-applications/hello-world/hello-world_git.bb new file mode 100644 index 00000000..9f2d1b66 --- /dev/null +++ b/meta-xilinx-standalone/recipes-applications/hello-world/hello-world_git.bb @@ -0,0 +1,3 @@ +inherit esw_examples + +ESW_COMPONENT_SRC = "/lib/sw_apps/hello_world/src" -- cgit v1.2.3-54-g00ecf