From 792f7e13088fdcccabce3e6b01fb000e509e2c63 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott <ian@iandouglasscott.com> Date: Sat, 8 Apr 2017 17:26:30 -0700 Subject: [PATCH] Add drivers package --- recipes/drivers/Cargo.toml | 14 ++++++++++++++ recipes/drivers/recipe.sh | 6 ++++++ 2 files changed, 20 insertions(+) create mode 100644 recipes/drivers/Cargo.toml create mode 100644 recipes/drivers/recipe.sh diff --git a/recipes/drivers/Cargo.toml b/recipes/drivers/Cargo.toml new file mode 100644 index 000000000..4b13eaf78 --- /dev/null +++ b/recipes/drivers/Cargo.toml @@ -0,0 +1,14 @@ +[workspace] +members = [ + "ahcid", + "alxd", + "bgad", + "e1000d", + "nvmed", + "pcid", + "ps2d", + "rtl8168d", + "vboxd", + "vesad", + "xhcid" +] diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh new file mode 100644 index 000000000..bd9aca832 --- /dev/null +++ b/recipes/drivers/recipe.sh @@ -0,0 +1,6 @@ +GIT=https://github.com/redox-os/drivers +CARGOFLAGS=--all + +function recipe_update { + cp ../Cargo.toml ./ +} -- GitLab