From 834f98137f5a478aa427952befae56c512ce58d5 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 5 Jun 2017 14:42:29 -0500 Subject: [PATCH] server/log_tee: 17.05 upgrade, recipe Ref #74 --- recipes/src/log_tee/content.mk | 2 ++ recipes/src/log_tee/hash | 1 + recipes/src/log_tee/used_apis | 1 + run/log_tee.run | 13 +++++++++---- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 recipes/src/log_tee/content.mk create mode 100644 recipes/src/log_tee/hash create mode 100644 recipes/src/log_tee/used_apis diff --git a/recipes/src/log_tee/content.mk b/recipes/src/log_tee/content.mk new file mode 100644 index 0000000..d3d6f60 --- /dev/null +++ b/recipes/src/log_tee/content.mk @@ -0,0 +1,2 @@ +SRC_DIR = src/server/log_tee +include $(GENODE_DIR)/repos/base/recipes/src/content.inc diff --git a/recipes/src/log_tee/hash b/recipes/src/log_tee/hash new file mode 100644 index 0000000..f89169c --- /dev/null +++ b/recipes/src/log_tee/hash @@ -0,0 +1 @@ +2017-06-05 c8148c70c2cb95486560ccb46349c6811b491865 diff --git a/recipes/src/log_tee/used_apis b/recipes/src/log_tee/used_apis new file mode 100644 index 0000000..df967b9 --- /dev/null +++ b/recipes/src/log_tee/used_apis @@ -0,0 +1 @@ +base diff --git a/run/log_tee.run b/run/log_tee.run index 211dacc..93903b8 100644 --- a/run/log_tee.run +++ b/run/log_tee.run @@ -1,14 +1,19 @@ -build "core init server/log_tee test/log" - create_boot_directory +import_from_depot \ + genodelabs/src/[base_src] \ + genodelabs/src/init \ + genodelabs/src/log_tee \ + +build "test/log" + install_config { + - @@ -30,7 +35,7 @@ install_config { } -build_boot_image "core ld.lib.so init log_tee test-log" +build_boot_image "test-log" append qemu_args "-nographic "