From 327011d84191b4473e3d6858db74c7f064d69fdc Mon Sep 17 00:00:00 2001 From: Nicolas Aguirre Date: Mon, 8 Oct 2012 00:25:39 +0200 Subject: [PATCH] Use latest revision --- recipes-kernel/linux/linux_3.0.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb index 6dc202e..d7d689a 100644 --- a/recipes-kernel/linux/linux_3.0.bb +++ b/recipes-kernel/linux/linux_3.0.bb @@ -6,9 +6,11 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "(allwinner-a10)" +PR = "1" + PV = "3.0.42" # Last tested version by myself" -SRCREV_pn-${PN} = "dd7756788a5736c9ecda79669cb39f9062af7aeb" +SRCREV_pn-${PN} = "7003c80c6dbea815c4a78e745565ec03a039ba3a" MACHINE_KERNEL_PR_append = "a" @@ -16,4 +18,4 @@ SRC_URI += "git://github.com/amery/linux-allwinner.git;branch=allwinner-v3.0-and file://defconfig \ " -S = "${WORKDIR}/git" \ No newline at end of file +S = "${WORKDIR}/git"