From 4d56937d5e9be415da08f220e5cecfeb28d254cf Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 23 Mar 2019 10:55:59 +0100 Subject: [PATCH] Add depot_9P package Add a runtime package for serving /depot/local using the 9P protocol. --- runtimes/depot_9P/Tupfile | 8 ++++++++ runtimes/depot_9P/archives | 4 ++++ runtimes/depot_9P/runtime | 31 +++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 runtimes/depot_9P/Tupfile create mode 100644 runtimes/depot_9P/archives create mode 100644 runtimes/depot_9P/runtime diff --git a/runtimes/depot_9P/Tupfile b/runtimes/depot_9P/Tupfile new file mode 100644 index 0000000..abf2098 --- /dev/null +++ b/runtimes/depot_9P/Tupfile @@ -0,0 +1,8 @@ +include_rules + +: archives |> !archives_to_depot |> {package} +: runtime |> !runtime_to_depot |> {package} + +ifdef DEPOT_KEY +: {package} |> !publish_pkg |> +endif diff --git a/runtimes/depot_9P/archives b/runtimes/depot_9P/archives new file mode 100644 index 0000000..9676a94 --- /dev/null +++ b/runtimes/depot_9P/archives @@ -0,0 +1,4 @@ +@SDK_USER@/src/libc/@SDK_VERSION@ +@SDK_USER@/src/vfs/@SDK_VERSION@ +ehmry/src/vfs_lwip/2019-03-22 +@DEPOT_USER@/src/ninep/@DEPOT_VERSION@ diff --git a/runtimes/depot_9P/runtime b/runtimes/depot_9P/runtime new file mode 100644 index 0000000..ad00ef8 --- /dev/null +++ b/runtimes/depot_9P/runtime @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +