aboutsummaryrefslogtreecommitdiffstats
path: root/lib/codegen.py
diff options
context:
space:
mode:
authorHenning Schild <henning.schild@siemens.com>2021-04-14 08:32:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-18 11:38:18 +0100
commit6ae6f1865d5e666ebc670f70b7401a7b41648102 (patch)
tree201d7ba4c16414ada83a9099b30765734889a23c /lib/codegen.py
parent7729ef2983c72867e99fad82d671069ba5cb32b2 (diff)
downloadbitbake-contrib-6ae6f1865d5e666ebc670f70b7401a7b41648102.tar.gz
fetch/git: add support for disabling shared clones on unpack
By default the unpacker will create a "shared" clone when cloning from the DL_DIR to the WORKDIR. This patch introduces an option to control that behaviour. Imagine some recipe steps are executed in a namespace that is different from the one your downloader and unpacker ran in. (chroot) Because a "shared" clone has an absolute reference to its "alternate" you now have to make that "alternate" visible in that new namespace (chroot) at the exact place. With this patch you can unpack "noshared" and get a stand-alone copy. This copy will also work if the "alternate" is not visible or existant. The switch is a global bitbake switch and will affect all git urls. Build systems that need "noshared" most likely need it for everything they do with git. Signed-off-by: Henning Schild <henning.schild@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/codegen.py')
0 files changed, 0 insertions, 0 deletions