diff options
author | Chase Maupin <Chase.Maupin@ti.com> | 2013-03-08 11:51:04 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-09 06:10:16 +0000 |
commit | 0b836b9d79255a5b2f358fe718c67638f52ecf72 (patch) | |
tree | 9342c08a07c7ab9dc0390e8fb2ad14f7ace30e2a /meta-hob | |
parent | 05182ee354a9f773c8ab2f4cd7f1fdf552e7fcda (diff) | |
download | openembedded-core-0b836b9d79255a5b2f358fe718c67638f52ecf72.tar.gz openembedded-core-0b836b9d79255a5b2f358fe718c67638f52ecf72.tar.bz2 openembedded-core-0b836b9d79255a5b2f358fe718c67638f52ecf72.zip |
soc-family: fix SOC_FAMILY override order
* the current order has SOC_FAMILY settings, which are generic
settings for a group of devices, overriding the machine specific
settings. For example:
KERNEL_DEVICETREE_ti33x = "xxxx"
KERNEL_DEVICETREE_beaglebone = "yyyy"
Should yield "yyyy" when building for the beaglebone because
that is a more specific device than ti33x. However, without this
change the result is that the value is set to "xxxx" meaning the
more generic setting overrides the more specific setting.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-hob')
0 files changed, 0 insertions, 0 deletions