diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-04-14 20:47:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-29 19:33:21 +0100 |
commit | c316e3624b7bc0787904110994d0a519b9ce4d87 (patch) | |
tree | cedaf8c72bd16981b6c25e1fa09992f8725f4b0e /scripts/lib/recipetool/create_buildsys_python.py | |
parent | bc4a122c87b66be194deb829dcaaaa7ad0cc6e0a (diff) | |
download | openembedded-core-c316e3624b7bc0787904110994d0a519b9ce4d87.tar.gz openembedded-core-c316e3624b7bc0787904110994d0a519b9ce4d87.tar.bz2 openembedded-core-c316e3624b7bc0787904110994d0a519b9ce4d87.zip |
image.bbclass: don't emit redundant IMAGE_CMD_xxx functions
IMAGE_CMD_xxx commands are always inlined within do_image_xxx.
When IMAGE_CMD_xxx is defined as a function (e.g. IMAGE_CMD_btrfs,
IMAGE_CMD_cpio, etc), a redundant copy of the function will be emitted
by default. Remove IMAGE_CMD_xxx 'func' flags to prevent that.
(From OE-Core rev: 118c1ca4d8d62162e87caf287f96d90707ee5903)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys_python.py')
0 files changed, 0 insertions, 0 deletions