Support user-defined build order list, --preordered-list argument. 81/251281/1
authorHyokeun Jeon <hyokeun.jeon@samsung.com>
Tue, 12 Jan 2021 07:12:50 +0000 (16:12 +0900)
committerHyokeun Jeon <hyokeun.jeon@samsung.com>
Tue, 12 Jan 2021 07:12:55 +0000 (16:12 +0900)
commitf222d22e461f2337dc16472bbc4e96862c33164f
tree63b2ac003491c79b64b04c909606a2d35b191dcc
parentf311834759f10e9aaee44ef79f0a54e6f4b3ab52
Support user-defined build order list, --preordered-list argument.

Build time can be improved:
 - by queuing the packages which have higher no. of rdepends first.
 - by critical build path first.

Change-Id: Ibe2937ed204dbe9c85dfb9936454b3d4ebffd38f
depanneur