From 4f068a70332bc9e64c85146a8cbf54c747928795 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 27 Oct 2021 18:48:31 +0200 Subject: Prepare master for new framework integration During the last workshop the transition to the new framework was presented. This change essentially deprecates the SMACK-based application framework. To prepare the integration of it, we remove the deprecated components: - recipes-apis : all agl-service-* - recipes-demos: all demo apps but homescreen - non-essential configurations Todo: We need to bring-back WAM/Chromium in a follow-up w/o ties into the old framework. Bug-AGL: SPEC-4121 Signed-off-by: Jan-Simon Moeller Change-Id: I58075f5f1e477106a1aad3d2171a0904bf0cb16e --- .../files/cluster-demo-network-conf@.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf@.service (limited to 'recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf@.service') diff --git a/recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf@.service b/recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf@.service deleted file mode 100644 index 5fc29b7a0..000000000 --- a/recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf@.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Configure dedicated link for cluster demo network -After=sys-subsystem-net-devices-%i.device -Requires=sys-subsystem-net-devices-%i.device -Before=network.target - -[Service] -ExecStart=/usr/sbin/cluster-demo-network-conf.sh %i -Type=oneshot - -[Install] -WantedBy=network.target -- cgit 1.2.3-korg