pandora-skel: add OSS module to modutils for new kernel
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 17 Feb 2012 18:02:56 +0000 (20:02 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 17 Feb 2012 18:02:56 +0000 (20:02 +0200)
The idea is to allow to try alternative OSS emulation options.
Probably not a good place for modutils file but what do I know.

recipes/pandora-system/pandora-skel.bb
recipes/pandora-system/pandora-skel/snd-pcm-oss [new file with mode: 0644]

index a06e17e..3006874 100644 (file)
@@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;)
 RDEPENDS = "shadow"
 
-PR = "r11"
+PR = "r12"
 
 SRC_URI = " \
   file://.xinitrc \     
@@ -18,6 +18,7 @@ SRC_URI = " \
   file://asoundrc \
   file://vimrc \
   file://fuse \
+  file://snd-pcm-oss \
 #  file://op_btenabled \
 "
 
@@ -34,7 +35,8 @@ do_install() {
   install -m 0644 ${WORKDIR}/pam_environment ${D}${sysconfdir}/skel/.pam_environment
   install -m 0644 ${WORKDIR}/pndXmodmap ${D}${sysconfdir}/skel/.pndXmodmap
   install -m 0644 ${WORKDIR}/asoundrc ${D}${sysconfdir}/skel/.asoundrc
-   install -m 0644 ${WORKDIR}/fuse ${D}${sysconfdir}/modutils/fuse
+  install -m 0644 ${WORKDIR}/fuse ${D}${sysconfdir}/modutils/fuse
+  install -m 0644 ${WORKDIR}/snd-pcm-oss ${D}${sysconfdir}/modutils/snd-pcm-oss
 #  install -m 0644 ${WORKDIR}/op_btenabled ${D}${sysconfdir}/skel/.op_btenabled
   
   install -d ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml
diff --git a/recipes/pandora-system/pandora-skel/snd-pcm-oss b/recipes/pandora-system/pandora-skel/snd-pcm-oss
new file mode 100644 (file)
index 0000000..a36c50c
--- /dev/null
@@ -0,0 +1 @@
+snd-pcm-oss