From a45b13ab6ba8008a461c70078ef885f7c29452a8 Mon Sep 17 00:00:00 2001 From: Lisandro Pérez Meyer Date: Tue, 14 Nov 2023 17:53:42 -0300 Subject: Add flutter-ics-homescreen recipe. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug-AGL: SPEC-4969 Change-Id: I5792df93372160e85d524dc81c3de8d2f523501e Signed-off-by: Lisandro Pérez Meyer Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29409 Reviewed-by: Scott Murray Tested-by: Jan-Simon Moeller Reviewed-by: Jan-Simon Moeller --- .../files/change_grpc_port.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-demo/flutter-ics-homescreen/files/change_grpc_port.patch (limited to 'recipes-demo/flutter-ics-homescreen/files/change_grpc_port.patch') diff --git a/recipes-demo/flutter-ics-homescreen/files/change_grpc_port.patch b/recipes-demo/flutter-ics-homescreen/files/change_grpc_port.patch new file mode 100644 index 000000000..2c0488b96 --- /dev/null +++ b/recipes-demo/flutter-ics-homescreen/files/change_grpc_port.patch @@ -0,0 +1,21 @@ +From 7a7dfd8756c8c742aa3cd829a3644e6ec977aa8b Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Lisandro=20P=C3=A9rez=20Meyer?= +Date: Tue, 14 Nov 2023 14:59:45 +0000 +Subject: [PATCH] Set the default port to 55555. + +The Docker images seems to be using 55556. +--- + config/config.yaml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/config/config.yaml b/config/config.yaml +index 138fe4b..a552299 100644 +--- a/config/config.yaml ++++ b/config/config.yaml +@@ -1,2 +1,2 @@ + hostname: localhost +-port: 55556 ++port: 55555 +-- +2.25.1 + -- cgit 1.2.3-korg