]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oe-setup-builddir: Keep templateconf.cfg relative if $TEMPLATECONF is
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 6 Sep 2022 16:43:34 +0000 (18:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Sep 2022 13:55:51 +0000 (14:55 +0100)
commit49e75009780a09873dc3987ae1c40f2ac95bc667
treee55662c1b6afc96d8643e6d31f5462c0e1f40cf2
parenta5aa5065d5ebe9f320cb1415c6ff4d5d5772f630
oe-setup-builddir: Keep templateconf.cfg relative if $TEMPLATECONF is

Before commit 7b96dc80 (scripts/oe-setup-builddir: write to
conf/templateconf.cfg after the build is set up), the path written to
templateconf.cfg was relative if $TEMPLATECONF was relative, but
afterwards it became absolute.

Restore the original behavior of saving the relative path to
templateconf.cfg.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-setup-builddir