]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: don't emit redundant IMAGE_CMD_xxx functions
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 15 Apr 2016 03:47:46 +0000 (20:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Apr 2016 06:53:57 +0000 (07:53 +0100)
commit118c1ca4d8d62162e87caf287f96d90707ee5903
treec57094f1e5bc2c9cf0130e7e4972ac7669048e6a
parenta73a316429b256061a7aa48bcf29c5f96df68a8c
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.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image.bbclass