fso-image: silence printk
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 8 Jan 2009 19:08:38 +0000 (20:08 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 8 Jan 2009 19:08:52 +0000 (20:08 +0100)
packages/images/fso-console-image.bb
packages/images/fso-illume-image.bb
packages/images/fso-image.bb

index 04d9d23..6bfab9d 100644 (file)
@@ -1,5 +1,5 @@
 #------------------------------------------------------
-# FSO compliant Console Image Recipe
+# FSO-compliant Console Image Recipe
 #------------------------------------------------------
 
 require fso-image.bb
index 45af87b..577e738 100644 (file)
@@ -1,11 +1,11 @@
 #------------------------------------------------------
-# FSO compliant Illume Image Recipe
+# FSO-compliant Illume Image Recipe
 #------------------------------------------------------
 
 require fso-image.bb
 
 PV = "1.1"
-PR = "r0"
+PR = "r1"
 
 # no languages for now
 IMAGE_LINGUAS = ""
@@ -62,7 +62,6 @@ AUDIO_INSTALL_append_om-gta02 = "\
 
 # python
 PYTHON_INSTALL = "\
-  task-python-efl \
   python-codecs \
   python-gst \
 "
index a59460e..f1b4fff 100644 (file)
@@ -3,7 +3,7 @@
 #------------------------------------------------------
 
 PV = "1.1"
-PR = "r1"
+PR = "r2"
 
 # no languages for now
 IMAGE_LINGUAS = ""
@@ -133,6 +133,9 @@ fso_rootfs_postprocess() {
     echo "nameserver 208.67.220.220" >> ./etc/resolv.conf
     # remove autostart of gspd (if installed), we have fso-gpsd and this conflicts
     rm -f ./etc/init.d/gpsd
+    # silence printk
+    echo "echo 0 0 0 0 >/proc/sys/kernel/printk" >./etc/profile.d/printk.sh
+    chmod a+rx ./etc/profile.d/printk.sh
     # back on track
     cd $curdir
 }