summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-10-02 21:36:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-03 10:03:08 +0100
commit6d1aa1dc3131237a481fcada3bbe13c182136169 (patch)
tree2344c8ef1c9b52c041494c7b5c9384cf97ac1b26 /meta-skeleton
parent71030c6b37ca320c7d4f5dbc39e6e1ef17e53cfe (diff)
downloadpoky-6d1aa1dc3131237a481fcada3bbe13c182136169.tar.gz
linux-yocto-custom: Clarify defconfig usage
It is necessary to supply file://defconfig to the SRC_URI when using a defconfig (it is not implicitly understood as the commentary might currently suggest). (From OE-Core rev: 3e244e0e9c10438c2236e56b3de664d4560791f0) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
-rw-r--r--meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
index 1f0b3a25c6..4115d2f847 100644
--- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
+++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
@@ -13,7 +13,8 @@
13# 13#
14# You must also provide a Linux kernel configuration. The most direct 14# You must also provide a Linux kernel configuration. The most direct
15# method is to copy your .config to files/defconfig in your layer, 15# method is to copy your .config to files/defconfig in your layer,
16# in the same directory as the bbappend. 16# in the same directory as the bbappend and add file://defconfig to
17# your SRC_URI.
17# 18#
18# To use the yocto kernel tooling to generate a BSP configuration 19# To use the yocto kernel tooling to generate a BSP configuration
19# using modular configuration fragments, see the yocto-bsp and 20# using modular configuration fragments, see the yocto-bsp and