#------------------------------------------------------
-# FSO compliant Console Image Recipe
+# FSO-compliant Console Image Recipe
#------------------------------------------------------
require fso-image.bb
#------------------------------------------------------
-# 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 = ""
# python
PYTHON_INSTALL = "\
- task-python-efl \
python-codecs \
python-gst \
"
#------------------------------------------------------
PV = "1.1"
-PR = "r1"
+PR = "r2"
# no languages for now
IMAGE_LINGUAS = ""
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
}