diff options
Diffstat (limited to 'meta/conf/machine/include/soc-family.inc')
-rw-r--r-- | meta/conf/machine/include/soc-family.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/include/soc-family.inc b/meta/conf/machine/include/soc-family.inc index 0251da079c..1ff0899812 100644 --- a/meta/conf/machine/include/soc-family.inc +++ b/meta/conf/machine/include/soc-family.inc | |||
@@ -1,2 +1,3 @@ | |||
1 | # Add SOC_FAMILY to machine overrides so we get access to e.g. 'omap3' and 'ti335x' | 1 | # Add SOC_FAMILY to machine overrides so we get access to e.g. 'omap3' and 'ti335x' |
2 | SOC_FAMILY ??= "" | ||
2 | MACHINEOVERRIDES =. "${@['', '${SOC_FAMILY}:']['${SOC_FAMILY}' != '']}" | 3 | MACHINEOVERRIDES =. "${@['', '${SOC_FAMILY}:']['${SOC_FAMILY}' != '']}" |