summaryrefslogtreecommitdiff
path: root/recipes/images/shr-image.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/shr-image.inc')
-rw-r--r--recipes/images/shr-image.inc15
1 files changed, 3 insertions, 12 deletions
diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index 7234020601..ac2053737e 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -3,7 +3,7 @@
#------------------------------------------------------
PV = "2.0"
-PR = "r9"
+PR = "r10"
DEPENDS += "task-shr-minimal"
@@ -66,13 +66,6 @@ shr_rootfs_postprocess() {
echo >>./etc/fstab
echo "# NFS Host" >>./etc/fstab
echo "192.168.0.200:/local/pkg /local/pkg nfs noauto,nolock,soft,rsize=32768,wsize=32768 0 0" >>./etc/fstab
- # fix .desktop files for illume
- #desktop=`find ./usr/share/applications -name "*.desktop"`
- #for file in $desktop; do
- # echo "Categories=Office;" >>$file
- #done
-
- echo "Exec=vala-terminal -e htop" >> ./usr/share/applications/htop.desktop
# minimal gtk theme foo
# this should be set in postinst phase of installed gtk-theme package
@@ -107,11 +100,9 @@ shr_rootfs_postprocess() {
#load modules on boot
[ -d ./etc/modutils ] || mkdir ./etc/modutils
- echo "g_ether" > ./etc/modutils/g_ether
+ # FIXME: do load those modules through module_autoload in
+ # machine config or distro config
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