[oe-commits] Bruce Ashfield : linux-yocto-tiny: add KMETA specification

git at git.openembedded.org git at git.openembedded.org
Wed Jul 4 14:02:38 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 29dbe7d7ba66c66e9e5c8dc438f89d9b46c509a0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=29dbe7d7ba66c66e9e5c8dc438f89d9b46c509a0

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Tue Jul  3 10:40:54 2012 -0400

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

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>

---

 meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb |    2 ++
 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 78337fb..5381770 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"
 
 LINUX_VERSION ?= "3.2.18"
 
+KMETA = "meta"
+
 SRCREV_machine ?= "27b68a93eb791e830da8d3a2c0fc99780897ad89"
 SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654"
 





More information about the Openembedded-commits mailing list