omap3-pandora-kernel2: otg patch test release
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 3 Mar 2013 14:59:25 +0000 (16:59 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 3 Mar 2013 17:13:49 +0000 (19:13 +0200)
recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb
recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh

index 2c84644..8eec86f 100644 (file)
@@ -4,12 +4,12 @@ LICENSE = "GPLv2"
 COMPATIBLE_MACHINE = "omap3-pandora"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-PR = "r0"
+PR = "r1"
 
-# we already build 2.6 kernel using OE infrastructure,
-# as we don't know how to build another one into the same image,
-# so just package manually prebuilt one
-SRC_URI = "http://notaz.gp2x.de/misc/pnd/oe_rootfs_extra_r0.tar.bz2"
+# we already build 2.6 kernel using OE infrastructure, and
+# as we don't know how to build another one into the same image
+# (especially out-of-tree modules), we just package manually prebuilt one
+SRC_URI = "http://notaz.gp2x.de/misc/pnd/oe_rootfs_extra_r1.tar.bz2"
 
 S = "${WORKDIR}"
 
@@ -48,5 +48,5 @@ boot.txt / autoboot.txt) or the system might not start after reboot."
 }
 
 PACKAGE_STRIP = "no"
-SRC_URI[md5sum] = "58493848aed44373ecc503664bb7e0b8"
-SRC_URI[sha256sum] = "e924e583c927e1f38e6543527451c3186a8447f83abd44b7f78b63c5278ba484"
+SRC_URI[md5sum] = "e9060bd62347a4bb8e055e7addad0f11"
+SRC_URI[sha256sum] = "9e52289864d0f8a1ad2a7f5edb363ae30912d970d5dec1739aff9cfe6c40f998"
index 3617f03..3d82718 100755 (executable)
@@ -273,13 +273,14 @@ update-rc.d -f samba remove
 update-rc.d -f xinetd remove
 update-rc.d -f avahi-daemon remove
 update-rc.d -f apmd remove
-update-rc.d -f usb-gadget remove
 update-rc.d -f banner remove
 update-rc.d -f portmap remove
 update-rc.d -f mountnfs remove
 update-rc.d -f blueprobe remove
 update-rc.d -f dropbear remove
 update-rc.d -f wl1251-init remove
+# leave this one alone, needed for OTG host mode, powersaving should be ok on 3.2.39 at least
+#update-rc.d -f usb-gadget remove
 
 # prevent wifi from being autoloaded on later kernels, let wl1251-init script do it
 if ! grep -q 'blacklist wl1251_sdio' /etc/modprobe.conf 2> /dev/null; then