From: Denys Dmytriyenko Date: Sun, 4 Mar 2012 06:24:34 +0000 (-0500) Subject: soc-family.inc: to be included in machine.conf to add SOC_FAMILY to MACHINEOVERRIDE X-Git-Tag: 2015-4~11540 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=641cdbc7ee0186053dd541e0dd5fb7b03b1c10d1;p=openembedded-core.git 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. Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- 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 @@ +# Add SOC_FAMILY to machine overrides so we get access to e.g. 'omap3' and 'ti335x' +MACHINEOVERRIDES .= "${@['', ':${SOC_FAMILY}']['${SOC_FAMILY}' != '']}"