generic-poky/meta/conf
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
..
distro Convert to use direct access to the data store (instead of bb.data.*Var*()) 2011-11-10 11:51:19 +00:00
machine Convert to use direct access to the data store (instead of bb.data.*Var*()) 2011-11-10 11:51:19 +00:00
machine-sdk Add i686 SDK machine 2010-03-15 13:00:46 +00:00
swabber Stop using hardcoded paths, use new Ubuntu and generic filters. 2010-12-17 10:47:02 +00:00
abi_version.conf sanity/sstate: Due to the sysroot layout changes, the toolchain bootstrap process changes and the recent pseudo bug, bump the tmpdir layout version number and the sstate version numbers 2011-01-25 12:32:50 +00:00
bitbake.conf Convert to use direct access to the data store (instead of bb.data.*Var*()) 2011-11-10 11:51:19 +00:00
documentation.conf bitbake.conf/documentation.conf: Start using SUMMARY variable and document it 2010-09-21 23:53:07 +01:00
layer.conf meta/conf/layer.conf: Remove packages/*bb from BBFILES 2011-05-11 15:38:33 +01:00
licenses.conf Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
multilib.conf gconf: add upstream GNOME gconf 3.2.3 and drop gconf-dbus 2011-11-10 11:37:11 +00:00
sanity.conf sanity: Increase bitbake minium version to 1.13.3 for bb.utils.contains() function 2011-07-25 14:36:30 +01:00