]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: data: Drop deprecated old style bitbake API
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Nov 2016 11:20:06 +0000 (11:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Nov 2016 10:59:56 +0000 (10:59 +0000)
commit30205c7148b86475892720a647163fe2b4a2e009
treeb0a3a311a4adb245dfc4967e3b90d6b7b5077472
parent8de811ae76f8a5bc160e3e3f72da3a5e08b6ca1a
bitbake: data: Drop deprecated old style bitbake API

The old style bb.data.getVar/setVar API has long since been deprecated in
favour of d.getVar/setVar and friends.

Now we're about to change the default expansion parameter, drop the old APIs
to simplify the transition and ensure everyone is using the new style functions.
Conversion is trivial if there are remaining stragglers.

I've left bb.data.expand() for now since its more widely used but would make a good
follow up patch series.

(Bitbake rev: 1825604d46fcd29fad6cfd325f1cb1e1b457d2c9)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/data.py