]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto-tiny: add KMETA specification
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 3 Jul 2012 14:40:54 +0000 (10:40 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2012 13:54:09 +0000 (14:54 +0100)
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

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb

index 78337fb6216f8f832b278a6a58cd290b1a137470..5381770d99114e4dbf9694b69df184fdfb98029b 100644 (file)
@@ -9,6 +9,8 @@ KCONFIG_MODE = "--allnoconfig"
 
 LINUX_VERSION ?= "3.2.18"
 
+KMETA = "meta"
+
 SRCREV_machine ?= "27b68a93eb791e830da8d3a2c0fc99780897ad89"
 SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654"