Enable sound feature in AGL demo IVI guest 83/30183/2
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sat, 17 Aug 2024 17:22:33 +0000 (02:22 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 26 Aug 2024 14:43:35 +0000 (14:43 +0000)
Existing container integration can't play music by guest side music
player.  We have a sound management solution between guets.  But it
is not transparent.
ICEG has plan of transparent sound management to use virtual device.
This change is a 1st step of this plan.

Bug-AGL: SPEC-5232

Change-Id: I5f163df3bb828b9e7adfd773efccd29414020987
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
meta-agl-ic-container/recipes-container/container-manager-config/cm-config-agl-flutter-ivi-demo/rcar-gen3/agl-flutter-ivi-demo.json
meta-agl-ic-container/recipes-container/container-manager-config/cm-config-agl-momi-ivi-demo/rcar-gen3/agl-momi-ivi-demo.json
meta-agl-ic-container/recipes-container/container-manager-config/cm-config-agl-qt-ivi-demo/rcar-gen3/agl-qt-ivi-demo.json
meta-agl-ic-container/recipes-platform/images/agl-instrument-cluster-container-demo.bb

index b0acb03..78a03ef 100644 (file)
                                "wideallow":    1,
                                "exclusive":    0
                        },
+                       {
+                               "type":                 "devdir",
+                               "from":                 "/dev/snd",
+                               "to":                   "dev/snd",
+                               "devnode":              "/dev/snd/controlC0",
+                               "optional":             1,
+                               "wideallow":    1,
+                               "exclusive":    0
+                       },
                        {
                                "type":                 "devnode",
                                "from":                 "/dev/pvr_sync",
index 98b7a91..97f3c3d 100644 (file)
                                "wideallow":    1,
                                "exclusive":    0
                        },
+                       {
+                               "type":                 "devdir",
+                               "from":                 "/dev/snd",
+                               "to":                   "dev/snd",
+                               "devnode":              "/dev/snd/controlC0",
+                               "optional":             1,
+                               "wideallow":    1,
+                               "exclusive":    0
+                       },
                        {
                                "type":                 "devnode",
                                "from":                 "/dev/pvr_sync",
index ca1154b..ccbf66b 100644 (file)
                                "wideallow":    1,
                                "exclusive":    0
                        },
+                       {
+                               "type":                 "devdir",
+                               "from":                 "/dev/snd",
+                               "to":                   "dev/snd",
+                               "devnode":              "/dev/snd/controlC0",
+                               "optional":             1,
+                               "wideallow":    1,
+                               "exclusive":    0
+                       },
                        {
                                "type":                 "devnode",
                                "from":                 "/dev/pvr_sync",
index 3e2d6cb..8eb24c6 100644 (file)
@@ -11,9 +11,6 @@ CONTAINER_IMAGES ?= "agl-container-cluster:guest-image-cluster-demo \
 IMAGE_INSTALL += " \
     kernel-modules \
     alsa-utils \
-    packagegroup-pipewire \
-    pipewire-ic-ipc \
-    wireplumber-config-agl \
 "
 
 # packages required for network bridge settings via lxc-net