From 74df98f2cf2b96783720b1ac61fd05bac0d48ba0 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Fri, 17 Feb 2012 20:02:56 +0200 Subject: [PATCH] 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. --- recipes/pandora-system/pandora-skel.bb | 6 ++++-- recipes/pandora-system/pandora-skel/snd-pcm-oss | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 recipes/pandora-system/pandora-skel/snd-pcm-oss 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 -- 2.39.5