diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-07 13:26:22 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-07 15:20:06 +0200 |
commit | 34103e0a42935e48851fbf3e2a00bfdf07ce4f11 (patch) | |
tree | e5b351e6f060cdcd4eb20bd63dc392c7cb81ad84 /recipes/linux/linux-bug_2.6.27.2.bb | |
parent | cb46b2ce7bca7ec6a329d48b9f4e7b64e0384e30 (diff) |
linux-bug: updated to newer svn revision, tweaked kernel configuration
Diffstat (limited to 'recipes/linux/linux-bug_2.6.27.2.bb')
-rw-r--r-- | recipes/linux/linux-bug_2.6.27.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux-bug_2.6.27.2.bb b/recipes/linux/linux-bug_2.6.27.2.bb index 655defa40b..b5899a7235 100644 --- a/recipes/linux/linux-bug_2.6.27.2.bb +++ b/recipes/linux/linux-bug_2.6.27.2.bb @@ -2,11 +2,12 @@ DESCRIPTION = "Linux kernel for bug" PV_append = "+svnr${SRCREV}" KV = "2.6.27.2" -PR = "r27" +PR = "r28" COMPATIBLE_MACHINE = "bug" SVN_PRJ = "bug-linux-${KV}" +SRCREV = "10017" SRC_URI = "svn://svn.buglabs.net/bug/branches/R1.4/qa;module=${SVN_PRJ};proto=svn \ file://defconfig \ |