]> code.ossystems Code Review - openembedded-core.git/commit
build-recipe-list: build universe instead of world
authorRoss Burton <ross.burton@intel.com>
Mon, 12 Mar 2018 16:38:58 +0000 (16:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Mar 2018 22:46:34 +0000 (15:46 -0700)
commit2d798f9f56fbd7cd20de4b797a476ad24c214ff3
treed1f48b10c62e5e2bf487097e2628bf13fc474480
parentb2f3ac4d994a1921791f6bd0cdb3591586733694
build-recipe-list: build universe instead of world

Building world means recipes that are excluded from world build for whatever
reason get skipped from the manifests, which isn't useful.  Instead building
universe and pass -k so that the expected dependency failures are not fatal.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/distro/build-recipe-list.py