From efbba74d094a29bed19f514f489463c26a614ae2 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Mon, 23 May 2016 02:04:18 +0300 Subject: [PATCH] omap3-pandora-kernel2: update --- 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 251d07a..4a3415e 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 = "r30" +PR = "r31" # 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: 96301b3f33648a5880cfd65588a3105f7d51e9d4 +# commit: 44603ffcdd761ef8579e268fe8fd1cf6f27ffe05 # 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] = "b6007ac85ffc9e54635a3651accc7962" -SRC_URI[sha256sum] = "9037ec170769884adab123e4a025a03de4b57080f82fb344018524779faf27c7" +SRC_URI[md5sum] = "8aade2cc872c833cc91ed443a4637b70" +SRC_URI[sha256sum] = "bb1ffe26500998db005a7bf60933a14ea64052534576bd442bc97e410734c656" diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index 1256a9e..fb3e7c0 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 = "r26" +PR = "r27" do_install() { OLD_PWD=$PWD -- 2.39.5