From f4f503635a235f40b1addc72ec90c1140c37aedf Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 3 Mar 2013 16:59:25 +0200 Subject: [PATCH] omap3-pandora-kernel2: otg patch test release --- recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb | 14 +++++++------- .../pandora-first-run-wizard/first-run-wizard.sh | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb b/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb index 2c84644..8eec86f 100644 --- a/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb +++ b/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb @@ -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" diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index 3617f03..3d82718 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -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 -- 2.39.2