summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-03-04 01:24:34 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-04 05:41:11 -0800
commita439d32dd843d10a9f65cc858b02422fac7deb50 (patch)
tree45fc37b85ab070cdaf79007dd2acc8fca2398e39 /meta/conf/machine
parent9a6aadbf0f1583171a8e2fe35416e260d030b177 (diff)
downloadpoky-a439d32dd843d10a9f65cc858b02422fac7deb50.tar.gz
soc-family.inc: to be included in machine.conf to add SOC_FAMILY to MACHINEOVERRIDE
Add a soc-family.inc file that can be included in a machine.conf to enable the use of SOC_FAMILY in MACHINEOVERRIDE, which could be useful to group multiple machines with the same common base. Some examples can be seen in meta-ti BSP layer. (From OE-Core rev: 641cdbc7ee0186053dd541e0dd5fb7b03b1c10d1) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/include/soc-family.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/include/soc-family.inc b/meta/conf/machine/include/soc-family.inc
new file mode 100644
index 0000000000..612039cb82
--- /dev/null
+++ b/meta/conf/machine/include/soc-family.inc
@@ -0,0 +1,2 @@
1# Add SOC_FAMILY to machine overrides so we get access to e.g. 'omap3' and 'ti335x'
2MACHINEOVERRIDES .= "${@['', ':${SOC_FAMILY}']['${SOC_FAMILY}' != '']}"