Skip to content

Commit

Permalink
Update generate-knownvars
Browse files Browse the repository at this point in the history
  • Loading branch information
priv-kweihmann authored Oct 19, 2024
1 parent 0827b5d commit 7240014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-knownvars
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ args = create_argparser()
with tempfile.TemporaryDirectory() as t:
subprocess.run(['git', 'clone', 'https://git.yoctoproject.org/poky', '--single-branch', '-b', args.branch], cwd=t)
output = subprocess.check_output(
f'source poky/oe-init-build-env > /dev/null 2>&1 && {basepath}/bitbake-listvars -q',
f'source poky/oe-init-build-env && {basepath}/bitbake-listvars -q',
shell=True,
universal_newlines=True,
executable='/bin/bash',
Expand Down

0 comments on commit 7240014

Please sign in to comment.