summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-keystone_3.6.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-keystone_3.6.6.bb')
-rw-r--r--recipes-kernel/linux/linux-keystone_3.6.6.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-keystone_3.6.6.bb b/recipes-kernel/linux/linux-keystone_3.6.6.bb
new file mode 100644
index 00000000..ae945f62
--- /dev/null
+++ b/recipes-kernel/linux/linux-keystone_3.6.6.bb
@@ -0,0 +1,16 @@
1COMPATIBLE_MACHINE = "keystone"
2
3require linux.inc
4
5MACHINE_KERNEL_PR_append = "a"
6
7CORTEXA8FIXUP = "no"
8
9# The tree tends to rebase, use literal stable tags
10SRCREV = "DEV.MCSDK-03.00.00.05"
11
12SRC_URI = "git://arago-project.org/git/projects/linux-keystone.git;protocol=git \
13 file://defconfig \
14 "
15
16S = "${WORKDIR}/git"