diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2023-03-27 07:48:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-30 10:51:54 +0100 |
commit | 178c6e0de8d813edf618f5bd9db4af538470a361 (patch) | |
tree | 5967e8972859f781953531ec4640ee1b3d1cd2c4 /scripts/lib/buildstats.py | |
parent | c28a9a5799618ae1ddcccdd3a7f448d759e7a9a4 (diff) | |
download | poky-178c6e0de8d813edf618f5bd9db4af538470a361.tar.gz |
bitbake: cache: Make EXCLUDE_FROM_WORLD boolean
Fixed:
Set EXCLUDE_FROM_WORLD = "0" in recipe_A:
$ bitbake world -g
Check pn-buildlist, the recipe_A won't be built, this patch fixes the problem:
EXCLUDE_FROM_WORLD = "1": Not build in world
EXCLUDE_FROM_WORLD = "0": Add back to world build
(Bitbake rev: 3f4ede2d67a2d75d3faf8887f90371bd7554d492)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/buildstats.py')
0 files changed, 0 insertions, 0 deletions