generic-poky/meta/conf/machine/include
Richard Purdie c8dee9b92d Convert to use direct access to the data store (instead of bb.data.*Var*())
This is the result of running the following over the metadata:

sed \
-e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \
-e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \
-e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \
-e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \
-e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \
-e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \
-i `grep -ril bb.data *`

(From OE-Core rev: b22831fd63164c4db9c0b72934d7d734a6585251)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-10 11:51:19 +00:00
..
arm Convert to use direct access to the data store (instead of bb.data.*Var*()) 2011-11-10 11:51:19 +00:00
ia32 x86 tune files: set baselib for x32 tune as libx32 2011-10-20 17:13:37 +01:00
mips Add basic Mips core tune config 2011-07-27 15:45:48 +01:00
powerpc tune/arch-powerpc64: include arch-powerpc.inc to keep things in sync 2011-08-05 17:16:01 +01:00
qemu.inc qemu: change default kernel to 3.0.x 2011-08-17 15:14:55 +01:00
tune-arm9tdmi.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
tune-arm920t.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
tune-arm926ejs.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
tune-arm1136jf-s.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
tune-armv7.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
tune-atom.inc conf/machine/include: Start to fill out architecture specific tune include files and tune features 2011-07-25 14:36:30 +01:00
tune-c3.inc conf/machine/include: Start to fill out architecture specific tune include files and tune features 2011-07-25 14:36:30 +01:00
tune-core2.inc x86 tune files: set baselib for x32 tune as libx32 2011-10-20 17:13:37 +01:00
tune-cortexa8.inc tune: Add hard floating point variants of cortexa8 tunes 2011-08-23 18:23:30 -07:00
tune-cortexa9.inc tune-cortexa9.inc: add tunefile for cortexa9 socs 2011-09-28 21:41:43 +01:00
tune-cortexm1.inc tune-cortex{m1, m3, r4}: correct spelling of "cortex" 2011-08-01 14:16:55 +01:00
tune-cortexm3.inc tune-cortex{m1, m3, r4}: correct spelling of "cortex" 2011-08-01 14:16:55 +01:00
tune-cortexr4.inc tune-cortex{m1, m3, r4}: correct spelling of "cortex" 2011-08-01 14:16:55 +01:00
tune-ep9312.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
tune-i586.inc tune-i586: fix hardcoded TUNE_PKGARCH 2011-09-28 21:41:45 +01:00
tune-iwmmxt.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
tune-mips32.inc mips32: add mips32el tuning 2011-08-24 15:02:23 -07:00
tune-ppc603e.inc tune-ppc: Update to pass glibc configure option to get cpu specific support 2011-08-12 17:21:57 +01:00
tune-ppce300c2.inc tune/ppc: Fix various TUNE_PKGARCH issues 2011-08-02 14:41:03 +01:00
tune-ppce500.inc tune/ppc: Fix various TUNE_PKGARCH issues 2011-08-02 14:41:03 +01:00
tune-ppce500mc.inc tune-ppc: Update to pass glibc configure option to get cpu specific support 2011-08-12 17:21:57 +01:00
tune-ppce500v2.inc tune/ppc: Fix various TUNE_PKGARCH issues 2011-08-02 14:41:03 +01:00
tune-ppce5500-32b.inc tune-ppce5500: Add a set of tune files for PowerPC e5500 core 2011-08-12 17:21:58 +01:00
tune-ppce5500-64b.inc tune-ppce5500: Add a set of tune files for PowerPC e5500 core 2011-08-12 17:21:58 +01:00
tune-sh3.inc conf/machine/include: Set TUNE_CCARGS instead of TARGET_CC_ARCH 2011-07-25 12:06:30 +01:00
tune-sh4.inc conf/machine/include: Set TUNE_CCARGS instead of TARGET_CC_ARCH 2011-07-25 12:06:30 +01:00
tune-strongarm1100.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
tune-supersparc.inc conf/machine/include: Set TUNE_CCARGS instead of TARGET_CC_ARCH 2011-07-25 12:06:30 +01:00
tune-thumb.inc Convert to use direct access to the data store (instead of bb.data.*Var*()) 2011-11-10 11:51:19 +00:00
tune-x86_64.inc tune-x86-64: Fix DEFAULTTUNE order so weak default to overrides the arch-ia32 version 2011-08-10 13:33:06 +01:00
tune-xscale.inc tune-xscale: fix xscale/xscale-be confusion 2011-08-01 14:16:55 +01:00