From: Grazvydas Ignotas Date: Fri, 17 Feb 2012 18:02:56 +0000 (+0200) Subject: pandora-skel: add OSS module to modutils for new kernel X-Git-Tag: sz_beta3~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74df98f2cf2b96783720b1ac61fd05bac0d48ba0;p=openpandora.oe.git pandora-skel: add OSS module to modutils for new kernel The idea is to allow to try alternative OSS emulation options. Probably not a good place for modutils file but what do I know. --- diff --git a/recipes/pandora-system/pandora-skel.bb b/recipes/pandora-system/pandora-skel.bb index a06e17e..3006874 100644 --- a/recipes/pandora-system/pandora-skel.bb +++ b/recipes/pandora-system/pandora-skel.bb @@ -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 index 0000000..a36c50c --- /dev/null +++ b/recipes/pandora-system/pandora-skel/snd-pcm-oss @@ -0,0 +1 @@ +snd-pcm-oss