[yocto-autobuilder-helper] [PATCH] shared-repo-unpack: Drop confusing unused variable
Richard Purdie <[email protected]> Mon, 3 Aug 2026 15:01:31 +0100
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
This must be a leftover from previous code and is confusing since we always use bitbake-setup. Remove it. Signed-off-by: Richard Purdie <[email protected]> --- scripts/shared-repo-unpack | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/shared-repo-unpack b/scripts/shared-repo-unpack index 797dec6..d1089cc 100755 --- a/scripts/shared-repo-unpack +++ b/scripts/shared-repo-unpack @@ -54,8 +54,6 @@ with open(layerjson) as f: utils.filterrepojson(repos, args.target) -bitbake_setup = False - targetsubdir = args.abworkdir + "/repos" needrepos_baseddirs = [r.split('/')[0] for r in needrepos] for repo in sorted(repos.keys()):