From: Darren Hart Date: Wed, 3 Oct 2012 04:36:41 +0000 (-0700) Subject: linux-yocto-custom: Clarify defconfig usage X-Git-Tag: rev_ivi_2015_02_04~15260 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4eb6f02a72f7ba09e340b35d0d4b2e3c98a3f572;p=scm%2Fbb%2Ftizen-distro.git 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 CC: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index 1f0b3a2..4115d2f 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 @@ # # You must also provide a Linux kernel configuration. The most direct # method is to copy your .config to files/defconfig in your layer, -# in the same directory as the bbappend. +# in the same directory as the bbappend and add file://defconfig to +# your SRC_URI. # # To use the yocto kernel tooling to generate a BSP configuration # using modular configuration fragments, see the yocto-bsp and