Message ID | 20220426200251.19417-5-afd@ti.com |
---|---|
State | Superseded |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,oe-layersetup,1/6] Remove unused sample-file bblayers-zeus-browser.conf.sample | expand |
On Tue, Apr 26, 2022 at 03:02:50PM -0500, Andrew F. Davis via lists.yoctoproject.org wrote: > This also allows us to keep version of both should we need. I'm fine with the change, although it's really a NOOP, as TMPDIR gets replaced by tisdk-build-scripts, Jenkins jobs and even a distro config... But for consistency, it's fine. > Signed-off-by: Andrew Davis <afd@ti.com> > --- > sample-files/local-poky-v2.conf.sample | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sample-files/local-poky-v2.conf.sample b/sample-files/local-poky-v2.conf.sample > index a958055..4bd0563 100644 > --- a/sample-files/local-poky-v2.conf.sample > +++ b/sample-files/local-poky-v2.conf.sample > @@ -48,7 +48,7 @@ SSTATE_DIR = "${OEBASE}/build/sstate-cache" > # where BitBake should place its temporary files and output. Keep in mind that > # this includes the extraction and compilation of many applications and the toolchain > # which can use Gigabytes of hard disk space. > -TMPDIR = "${OEBASE}/build/arago-tmp" > +TMPDIR = "${OEBASE}/build/poky-tmp" > > # > # Machine Selection > -- > 2.17.1
On 4/26/22 4:14 PM, Denys Dmytriyenko wrote: > On Tue, Apr 26, 2022 at 03:02:50PM -0500, Andrew F. Davis via lists.yoctoproject.org wrote: >> This also allows us to keep version of both should we need. > > I'm fine with the change, although it's really a NOOP, as TMPDIR gets replaced > by tisdk-build-scripts, Jenkins jobs and even a distro config... But for > consistency, it's fine. > I'm not a build script nor a Jenkins job :) so this *does* change the behavior for me building on my local desktop. (Poky doesn't change this in distro config). Andrew > >> Signed-off-by: Andrew Davis <afd@ti.com> >> --- >> sample-files/local-poky-v2.conf.sample | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/sample-files/local-poky-v2.conf.sample b/sample-files/local-poky-v2.conf.sample >> index a958055..4bd0563 100644 >> --- a/sample-files/local-poky-v2.conf.sample >> +++ b/sample-files/local-poky-v2.conf.sample >> @@ -48,7 +48,7 @@ SSTATE_DIR = "${OEBASE}/build/sstate-cache" >> # where BitBake should place its temporary files and output. Keep in mind that >> # this includes the extraction and compilation of many applications and the toolchain >> # which can use Gigabytes of hard disk space. >> -TMPDIR = "${OEBASE}/build/arago-tmp" >> +TMPDIR = "${OEBASE}/build/poky-tmp" >> >> # >> # Machine Selection >> -- >> 2.17.1
diff --git a/sample-files/local-poky-v2.conf.sample b/sample-files/local-poky-v2.conf.sample index a958055..4bd0563 100644 --- a/sample-files/local-poky-v2.conf.sample +++ b/sample-files/local-poky-v2.conf.sample @@ -48,7 +48,7 @@ SSTATE_DIR = "${OEBASE}/build/sstate-cache" # where BitBake should place its temporary files and output. Keep in mind that # this includes the extraction and compilation of many applications and the toolchain # which can use Gigabytes of hard disk space. -TMPDIR = "${OEBASE}/build/arago-tmp" +TMPDIR = "${OEBASE}/build/poky-tmp" # # Machine Selection
This also allows us to keep version of both should we need. Signed-off-by: Andrew Davis <afd@ti.com> --- sample-files/local-poky-v2.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)