diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-03 11:53:06 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-03-04 00:32:39 -0500 |
commit | 0d4418518a05b8f47697aa69a18a832d90eb8d87 (patch) | |
tree | f5ab30ccba03c47b4c0c0b45c6c8e036aceb4ffb /conf/machine/include/omap4.inc | |
parent | 020b6f893d13e36bccd7a2d8e6a0e6ab5e602450 (diff) | |
download | meta-ti-0d4418518a05b8f47697aa69a18a832d90eb8d87.tar.gz |
SOC_FAMILY: add to MACHINE_OVERRIDES locally
This breaks the hard dependency on Angstrom for getting a sane set of recipes.
The variable name is kept the same and the actual code moved from angstrom.inc to soc-family.inc to make it clear what it is doing and how.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/omap4.inc')
-rw-r--r-- | conf/machine/include/omap4.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index 51e4a84b..d8d7e08b 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc | |||
@@ -1,4 +1,5 @@ | |||
1 | SOC_FAMILY = "omap4" | 1 | SOC_FAMILY = "omap4" |
2 | require conf/machine/include/soc-family.inc | ||
2 | 3 | ||
3 | require conf/machine/include/tune-cortexa8.inc | 4 | require conf/machine/include/tune-cortexa8.inc |
4 | 5 | ||