From 2848a3d0591c7d0c9e97f208f00899a0f254ad0a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 22 Nov 2022 03:36:44 -0500 Subject: native-shell-client: Add systemd unit Add a bbappend for native-shell-client to add a systemd unit that runs in the agl-driver user session. This is required to actually get it started if it is built into an image. Bug-AGL: SPEC-4618 Change-Id: If6c1c015544ee6f126fb30ca67822a38a83df64c Signed-off-by: Scott Murray --- recipes-demo/native-shell-client/native-shell-client_git.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-demo/native-shell-client/native-shell-client_git.bbappend (limited to 'recipes-demo/native-shell-client/native-shell-client_git.bbappend') diff --git a/recipes-demo/native-shell-client/native-shell-client_git.bbappend b/recipes-demo/native-shell-client/native-shell-client_git.bbappend new file mode 100644 index 000000000..0f2cf7595 --- /dev/null +++ b/recipes-demo/native-shell-client/native-shell-client_git.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'native-shell-client_agldemo.inc', '', d)} -- cgit 1.2.3-korg