[meta-arago,oe-layersetup,5/6] Build Poky in a directory named poky-tmp vs arago-tmp

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

Commit Message

Andrew Davis April 26, 2022, 8:02 p.m. UTC
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(-)

Comments

Denys Dmytriyenko April 26, 2022, 9:14 p.m. UTC | #1
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
Andrew Davis April 26, 2022, 9:25 p.m. UTC | #2
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

Patch

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