summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2013-04-05 12:00:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-05 22:52:59 +0100
commit83784ee9310c914326a5113ebb1ef413563e4225 (patch)
treee51a7cfa8d32af8f447d287ea6d849595f4a7fa9 /meta
parentcaa56bfb763e9f30822633359056be0e3f5078e1 (diff)
downloadpoky-83784ee9310c914326a5113ebb1ef413563e4225.tar.gz
linux-yocto-tiny: Add 3.8.4 recipe
Bring linux-yocto-tiny up to the latest linux-yocto 3.8.4 version. (From OE-Core rev: f2a2256f08287baac9cf1f9fd58b5b8244c09610) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
new file mode 100644
index 0000000000..07b620cdbc
--- /dev/null
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
@@ -0,0 +1,26 @@
1require recipes-kernel/linux/linux-yocto.inc
2
3# We need lzma (as CONFIG_KERNEL_LZMA=y)
4DEPENDS += "xz-native"
5
6KBRANCH_DEFAULT = "standard/tiny/base"
7KBRANCH = "${KBRANCH_DEFAULT}"
8LINUX_KERNEL_TYPE = "tiny"
9KCONFIG_MODE = "--allnoconfig"
10
11LINUX_VERSION ?= "3.8.4"
12
13KMETA = "meta"
14
15SRCREV_machine ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42"
16SRCREV_meta ?= "f86199dd4c142fae61517a993b3f7162bb6d4f94"
17
18PR = "${INC_PR}.0"
19PV = "${LINUX_VERSION}+git${SRCPV}"
20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
22
23COMPATIBLE_MACHINE = "(qemux86)"
24
25# Functionality flags
26KERNEL_FEATURES = ""