summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-07-03 10:40:54 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 17:40:33 +0100
commita0bbbdfdc8b67b80b0a207da3b8ad511c7f5aa7a (patch)
tree8d3c2abafcb8b820589dacaa1ef2f1d34f6d8e80 /meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
parenta3d231bddcdb45f4ab0e6c98bb957876515e7892 (diff)
downloadpoky-a0bbbdfdc8b67b80b0a207da3b8ad511c7f5aa7a.tar.gz
linux-yocto-tiny: add KMETA specification
With recent kern tools changes, having a meta branch is opt-in. The other linux-yocto recipes were updated, but linux-yocto-tiny was missed. Without specifying a meta branch, the kernel configuration audit won't return any useful results, and throws a warning message. WARNING: Can't find any BSP hardware or required configuration fragments. WARNING: Looked at //cfg///hdw_frags.txt and //cfg///required_frags.txt in directory: //cfg// NOTE: package linux-yocto-tiny-3.2.18+git1+ee78519365bdb25287703bbc31c06b193263c654_1+27b68a93eb791e830da8d3a2c0fc99780897ad89-r3.0: task do_kernel (From OE-Core rev: 29dbe7d7ba66c66e9e5c8dc438f89d9b46c509a0) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
index 78337fb621..5381770d99 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
@@ -9,6 +9,8 @@ KCONFIG_MODE = "--allnoconfig"
9 9
10LINUX_VERSION ?= "3.2.18" 10LINUX_VERSION ?= "3.2.18"
11 11
12KMETA = "meta"
13
12SRCREV_machine ?= "27b68a93eb791e830da8d3a2c0fc99780897ad89" 14SRCREV_machine ?= "27b68a93eb791e830da8d3a2c0fc99780897ad89"
13SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654" 15SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654"
14 16