From 432300e9a48472840a978e8b4ab9530eaec63f4f Mon Sep 17 00:00:00 2001 From: John Stultz Date: Wed, 27 Nov 2019 18:53:32 +0000 Subject: Revert "hikey: Create PDX socket dirs" This reverts commit ad4b0cc47f80b71e2bc58a31f775332c5626b369. We seem to only see errors about pdx sockets and I'm not sure we have any actual VR users, so I think its safe to drop these. Change-Id: I724984e3dd961f7989e1c3d22dcfe198777ac418 Reported-by: Robert Foss Signed-off-by: John Stultz --- init.common.rc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/init.common.rc b/init.common.rc index 04783a8a..53f446c9 100644 --- a/init.common.rc +++ b/init.common.rc @@ -14,16 +14,6 @@ on init write /dev/cpuset/system-background/cpus 0-7 write /dev/cpuset/top-app/cpus 0-7 - # Create UDS structure for base VR services - mkdir /dev/socket/pdx 0775 system system - mkdir /dev/socket/pdx/system 0775 system system - mkdir /dev/socket/pdx/system/buffer_hub 0775 system system - mkdir /dev/socket/pdx/system/performance 0775 system system - mkdir /dev/socket/pdx/system/vr 0775 system system - mkdir /dev/socket/pdx/system/vr/display 0775 system system - mkdir /dev/socket/pdx/system/vr/pose 0775 system system - mkdir /dev/socket/pdx/system/vr/sensors 0775 system system - start watchdogd on fs -- cgit v1.2.3