diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-04-13 16:55:44 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-13 22:43:03 +0100 |
commit | 08c368b9980716e459d846dd7183940a5bf8bea4 (patch) | |
tree | eddbfa8d7cf269c1ddd17704e1c19f8834bc77a2 /meta/conf/local.conf.sample | |
parent | d7c567816bf828da34fb9e315d4d76c4181337e9 (diff) | |
download | openembedded-core-08c368b9980716e459d846dd7183940a5bf8bea4.tar.gz openembedded-core-08c368b9980716e459d846dd7183940a5bf8bea4.tar.bz2 openembedded-core-08c368b9980716e459d846dd7183940a5bf8bea4.tar.xz openembedded-core-08c368b9980716e459d846dd7183940a5bf8bea4.zip |
linux-yocto: allow .cfg, .scc, .patch and defconfigs to be processed in order
During testing/extension of the linux-yocto-tiny kernel it was found that
defconfigs were not always properly applied. This was due to two issues:
- not being able to fully control the order of objects applied to the
git tree on the SRC_URI
- defconfigs triggering --allnoconfig before being applied
To fix this, the recipe space code that previously detected and generated
automatic features moves back to the kernel tools (where it was before) and
is updated to also process .cfg and defconfigs. Moving this back to the
tools allow other recipes to automatically benefit from the additional
support.
The second issue is addressed by allowing configme to take --alldefconfig
when a recipe wishes to pass a defconfig and override the default
behaviour.
Fixes [YOCTO: 2250]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/local.conf.sample')
0 files changed, 0 insertions, 0 deletions