From d1ba49be3052aada2ca8fe8f12787b4fce8a6383 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 11 Mar 2011 15:53:11 -0800 Subject: n450: revamp audio mixer init script Fixes [YOCTO #798] n450-audiofix suffered from various problems, including not getting installed. This patch adds it via MACHINE_EXTRA_RRECOMMENDS and cleans up the various bugs in the implementation. The structure has been renamed and the comments updated for consistency. This should be considered a stop-gap measure, as something along the lines of oe's alsa-state is a far better solution. Signed-off-by: Darren Hart --- meta-n450/recipes-bsp/audiofix/audiofix.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-n450/recipes-bsp/audiofix/audiofix.bb (limited to 'meta-n450/recipes-bsp/audiofix/audiofix.bb') diff --git a/meta-n450/recipes-bsp/audiofix/audiofix.bb b/meta-n450/recipes-bsp/audiofix/audiofix.bb deleted file mode 100644 index 3b1d2723..00000000 --- a/meta-n450/recipes-bsp/audiofix/audiofix.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Provide a basic init script to enable audio" -DESCRIPTION = "This package provides an init script which enables the audio on startup via the amixer command. It address a problem with the development board that has the audio muted on power on." -SECTION = "base" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" - -PR = "r2" -RDEPENDS = "alsa-utils-amixer" - -SRC_URI = "file://n450_audiofix" - -do_install () { - install -d ${D}${sysconfdir}/init.d - install -d ${D}${sysconfdir}/rc5.d - install -m 0755 ${WORKDIR}/n450_audiofix ${D}${sysconfdir}/init.d - ln -sf ${D}${sysconfdir}/init.d/n450_audiofix ${D}/${sysconfdir}/rc5.d/S91n450_audiofix -} -- cgit v1.2.3-54-g00ecf