From 6c59fd686134e110ec573c22094ab144eb2dbc73 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 24 Jul 2016 01:58:46 +0300 Subject: [PATCH] omap3-pandora-kernel2: update for dss off mode gamma reload fix --- recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb | 8 ++++---- recipes/pandora-system/pandora-version.bb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb b/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb index 2dfbb4e..ed174bc 100644 --- a/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb +++ b/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb @@ -4,13 +4,13 @@ LICENSE = "GPLv2" COMPATIBLE_MACHINE = "omap3-pandora" PACKAGE_ARCH = "${MACHINE_ARCH}" -PR = "r33" +PR = "r34" # 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 # git://git.openpandora.org/pandora-kernel.git , branch pandora-3.2 -# commit: 48ef82436e24768cc7b94c71f2b40b78eaf8d928 +# commit: ed4d4c32669769990ea8fcb47fa911eed58481df # out-of-tree modules are built from: # http://git.openpandora.org/cgi-bin/gitweb.cgi?p=sgx.git # http://notaz.gp2x.de/misc/pnd/oe_rootfs_extra_modules.tar.bz2 @@ -66,5 +66,5 @@ boot.txt / autoboot.txt) or the system might not start after reboot." } PACKAGE_STRIP = "no" -SRC_URI[md5sum] = "c5262f6c73d9538159d02036edf416d4" -SRC_URI[sha256sum] = "959b27fc25de29e35563fd7755b0d928e61b21b8134c1b2efd9f4002b9e13079" +SRC_URI[md5sum] = "fd7670e4380af133c987725ce3664812" +SRC_URI[sha256sum] = "4d31dcb1fd748e2620ec9290a54d82d2f8b519caf5df1783000258bb2dc8b35d" diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index bcd60ab..c7bad26 100644 --- a/recipes/pandora-system/pandora-version.bb +++ b/recipes/pandora-system/pandora-version.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Installs /etc/op-version file." LICENSE = "Public Domain" -PR = "r33" +PR = "r34" do_install() { OLD_PWD=$PWD -- 2.39.5