diff options
| -rwxr-xr-x | bitbake/bin/bitbake-getvar | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-getvar b/bitbake/bin/bitbake-getvar index 8901f99ae2..20c0b696f7 100755 --- a/bitbake/bin/bitbake-getvar +++ b/bitbake/bin/bitbake-getvar | |||
| @@ -43,7 +43,9 @@ if __name__ == "__main__": | |||
| 43 | d = tinfoil.parse_recipe(args.recipe) | 43 | d = tinfoil.parse_recipe(args.recipe) |
| 44 | else: | 44 | else: |
| 45 | tinfoil.prepare(quiet=2, config_only=True) | 45 | tinfoil.prepare(quiet=2, config_only=True) |
| 46 | d = tinfoil.config_data | 46 | # Expand keys and run anonymous functions to get identical result to |
| 47 | # "bitbake -e" | ||
| 48 | d = tinfoil.finalizeData() | ||
| 47 | 49 | ||
| 48 | value = None | 50 | value = None |
| 49 | if args.flag: | 51 | if args.flag: |
