aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2009-11-13 14:49:13 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-11-13 14:49:13 +0100
commit068203595b647154379cf99aee47c63edf62e9df (patch)
tree6f9c62bc6119125a935d5f85a3e255453a6faf5e /recipes/images
parent614a4cf125a35519246329c2d49b817240ba58cf (diff)
downloadopenembedded-068203595b647154379cf99aee47c63edf62e9df.tar.gz
shr-image.inc: add ugly hack to enable sound module loading
* This is now done for all SHR images, we need to remove for gta01 * This should really be done through module_autoload. Investigate why that does not work Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/shr-image.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index 613eb819b1..f1b9e3e85e 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -108,6 +108,9 @@ shr_rootfs_postprocess() {
[ -d ./etc/modutils ] || mkdir ./etc/modutils
echo "g_ether" > ./etc/modutils/g_ether
echo "ppp_generic" > ./etc/modutils/ppp_generic
+ # FIXME: Only do this for GTA02
+ # FIXME: investigate why module_autoload in machine config doesn't work
+ echo "snd-soc-neo1973-gta02-wm8753" > ./etc/modutils/snd-soc-neo
#set up some variables to improve default settings
echo "if [ \"\$DISPLAY\" = \"\" ]" >> ./etc/profile