generic-poky/meta/conf/machine/include/arm
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
..
arch-arm.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
arch-armv4.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
arch-armv5-dsp.inc arch-armv6, arch-armv5-dsp: correct endianness confusion 2011-08-01 14:16:55 +01:00
arch-armv5.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
arch-armv6.inc arch-armv6, arch-armv5-dsp: correct endianness confusion 2011-08-01 14:16:55 +01:00
arch-armv7.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
arch-armv7a.inc tune: add missing closing quote to arch-armv7a.inc for AVAILTUNES 2011-08-23 18:23:30 -07:00
feature-arm-neon.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00
feature-arm-thumb.inc Convert to use direct access to the data store (instead of bb.data.*Var*()) 2011-11-10 11:51:19 +00:00
feature-arm-vfp.inc Add ARM tune file overhaul based largely on work from Mark Hatle 2011-07-27 15:45:48 +01:00