From 22836e3e0fafb750ced640f0743312479bfc2f9e Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 4 Apr 2023 17:36:58 +0200 Subject: [PATCH] gems: add pkg/unconfigured_nano3d Unfortunately, the change of "depot: remove empty config from pkg/nano3d" broke the manual deployment of the nano3d demo because no is provided in this case. This patch splits pkg/nano3d into two variants. The regular nano3d pkg comes with an empty node as before. The unconfigured_nano3d pkg does not feature any node and can thereby be configured via a ROM route to a dynamic-rom service. --- repos/gems/recipes/pkg/nano3d/runtime | 2 ++ repos/gems/recipes/pkg/unconfigured_nano3d/README | 5 +++++ repos/gems/recipes/pkg/unconfigured_nano3d/archives | 1 + repos/gems/recipes/pkg/unconfigured_nano3d/hash | 1 + repos/gems/recipes/pkg/unconfigured_nano3d/runtime | 3 +++ 5 files changed, 12 insertions(+) create mode 100644 repos/gems/recipes/pkg/unconfigured_nano3d/README create mode 100644 repos/gems/recipes/pkg/unconfigured_nano3d/archives create mode 100644 repos/gems/recipes/pkg/unconfigured_nano3d/hash create mode 100644 repos/gems/recipes/pkg/unconfigured_nano3d/runtime diff --git a/repos/gems/recipes/pkg/nano3d/runtime b/repos/gems/recipes/pkg/nano3d/runtime index b8018d008d..b48fcd3058 100644 --- a/repos/gems/recipes/pkg/nano3d/runtime +++ b/repos/gems/recipes/pkg/nano3d/runtime @@ -2,6 +2,8 @@ + + diff --git a/repos/gems/recipes/pkg/unconfigured_nano3d/README b/repos/gems/recipes/pkg/unconfigured_nano3d/README new file mode 100644 index 0000000000..4dfecd00fe --- /dev/null +++ b/repos/gems/recipes/pkg/unconfigured_nano3d/README @@ -0,0 +1,5 @@ + + Simple software-rendering demo application w/o config + +This variant is useful for controlling the configuration dynamically using +the dynamic-rom service. diff --git a/repos/gems/recipes/pkg/unconfigured_nano3d/archives b/repos/gems/recipes/pkg/unconfigured_nano3d/archives new file mode 100644 index 0000000000..313c3f6e71 --- /dev/null +++ b/repos/gems/recipes/pkg/unconfigured_nano3d/archives @@ -0,0 +1 @@ +_/pkg/nano3d diff --git a/repos/gems/recipes/pkg/unconfigured_nano3d/hash b/repos/gems/recipes/pkg/unconfigured_nano3d/hash new file mode 100644 index 0000000000..59873db266 --- /dev/null +++ b/repos/gems/recipes/pkg/unconfigured_nano3d/hash @@ -0,0 +1 @@ +2023-03-15 b67f2b9fc01aeed24b9563b585115c7a5ba951c1 diff --git a/repos/gems/recipes/pkg/unconfigured_nano3d/runtime b/repos/gems/recipes/pkg/unconfigured_nano3d/runtime new file mode 100644 index 0000000000..8e25f1753e --- /dev/null +++ b/repos/gems/recipes/pkg/unconfigured_nano3d/runtime @@ -0,0 +1,3 @@ + + +