[OE-core] [PATCH] linux-yocto-tiny: Add 3.8.4 recipe

Darren Hart dvhart at linux.intel.com
Fri Apr 5 19:00:56 UTC 2013


Bring linux-yocto-tiny up to the latest linux-yocto 3.8.4 version.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb |   26 +++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb

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 0000000..07b620c
--- /dev/null
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
@@ -0,0 +1,26 @@
+require recipes-kernel/linux/linux-yocto.inc
+
+# We need lzma (as CONFIG_KERNEL_LZMA=y)
+DEPENDS += "xz-native"
+
+KBRANCH_DEFAULT = "standard/tiny/base"
+KBRANCH = "${KBRANCH_DEFAULT}"
+LINUX_KERNEL_TYPE = "tiny"
+KCONFIG_MODE = "--allnoconfig"
+
+LINUX_VERSION ?= "3.8.4"
+
+KMETA = "meta"
+
+SRCREV_machine ?= "42ddf06111efe45f3c36012d5a04a1eeb9781f42"
+SRCREV_meta ?= "f86199dd4c142fae61517a993b3f7162bb6d4f94"
+
+PR = "${INC_PR}.0"
+PV = "${LINUX_VERSION}+git${SRCPV}"
+
+SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
+
+COMPATIBLE_MACHINE = "(qemux86)"
+
+# Functionality flags
+KERNEL_FEATURES = ""
-- 
1.7.5.4





More information about the Openembedded-core mailing list