On Mon, Nov 22, 2021 at 08:01 PM, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko <[email protected]> > > Signed-off-by: Denys Dmytriyenko <[email protected]>
Reviewed-by: Jonathan Humphreys <[email protected]> > > --- > configs/farm/arago-dunfell-next.txt | 2 +- > configs/farm/arago-dunfell.txt | 2 +- > configs/farm/arago-master.txt | 2 +- > configs/farm/distroless-dunfell.txt | 2 +- > configs/farm/distroless-master.txt | 2 +- > configs/farm/poky-dunfell.txt | 2 +- > configs/farm/poky-master.txt | 2 +- > 7 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/configs/farm/arago-dunfell-next.txt > b/configs/farm/arago-dunfell-next.txt > index 5d8c6a2..74b1094 100644 > --- a/configs/farm/arago-dunfell-next.txt > +++ b/configs/farm/arago-dunfell-next.txt > @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD" > # - BUILD_ROOT/arm9-1/arago-tmp > # - BUILD_ROOT/cortex-1/arago-tmp > # - BUILD_ROOT/cortex-2/arago-tmp > -BUILD_ROOT="/OE/farm-arago-dunfell-next" > +BUILD_ROOT="$SCRIPTS_ROOT/farm-arago-dunfell-next-build" > > # This variable points to the base location where files will be extracted > for > # testing purposes. This should not be confused with the NFS root which > diff --git a/configs/farm/arago-dunfell.txt > b/configs/farm/arago-dunfell.txt > index dfa3afa..e099df2 100644 > --- a/configs/farm/arago-dunfell.txt > +++ b/configs/farm/arago-dunfell.txt > @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD" > # - BUILD_ROOT/arm9-1/arago-tmp > # - BUILD_ROOT/cortex-1/arago-tmp > # - BUILD_ROOT/cortex-2/arago-tmp > -BUILD_ROOT="/OE/farm-arago-dunfell" > +BUILD_ROOT="$SCRIPTS_ROOT/farm-arago-dunfell-build" > > # This variable points to the base location where files will be extracted > for > # testing purposes. This should not be confused with the NFS root which > diff --git a/configs/farm/arago-master.txt b/configs/farm/arago-master.txt > > index 22712dc..0779ded 100644 > --- a/configs/farm/arago-master.txt > +++ b/configs/farm/arago-master.txt > @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD" > # - BUILD_ROOT/arm9-1/arago-tmp > # - BUILD_ROOT/cortex-1/arago-tmp > # - BUILD_ROOT/cortex-2/arago-tmp > -BUILD_ROOT="/OE/farm-arago-master" > +BUILD_ROOT="$SCRIPTS_ROOT/farm-arago-master-build" > > # This variable points to the base location where files will be extracted > for > # testing purposes. This should not be confused with the NFS root which > diff --git a/configs/farm/distroless-dunfell.txt > b/configs/farm/distroless-dunfell.txt > index 7a42300..16e0b69 100644 > --- a/configs/farm/distroless-dunfell.txt > +++ b/configs/farm/distroless-dunfell.txt > @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD" > # - BUILD_ROOT/arm9-1/arago-tmp > # - BUILD_ROOT/cortex-1/arago-tmp > # - BUILD_ROOT/cortex-2/arago-tmp > -BUILD_ROOT="/OE/farm-distroless-dunfell" > +BUILD_ROOT="$SCRIPTS_ROOT/farm-distroless-dunfell-build" > > # This variable points to the base location where files will be extracted > for > # testing purposes. This should not be confused with the NFS root which > diff --git a/configs/farm/distroless-master.txt > b/configs/farm/distroless-master.txt > index c6b85aa..9684f03 100644 > --- a/configs/farm/distroless-master.txt > +++ b/configs/farm/distroless-master.txt > @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD" > # - BUILD_ROOT/arm9-1/arago-tmp > # - BUILD_ROOT/cortex-1/arago-tmp > # - BUILD_ROOT/cortex-2/arago-tmp > -BUILD_ROOT="/OE/farm-distroless-master" > +BUILD_ROOT="$SCRIPTS_ROOT/farm-distroless-master-build" > > # This variable points to the base location where files will be extracted > for > # testing purposes. This should not be confused with the NFS root which > diff --git a/configs/farm/poky-dunfell.txt b/configs/farm/poky-dunfell.txt > > index a39ad5a..7a45515 100644 > --- a/configs/farm/poky-dunfell.txt > +++ b/configs/farm/poky-dunfell.txt > @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD" > # - BUILD_ROOT/arm9-1/arago-tmp > # - BUILD_ROOT/cortex-1/arago-tmp > # - BUILD_ROOT/cortex-2/arago-tmp > -BUILD_ROOT="/OE/farm-poky-dunfell" > +BUILD_ROOT="$SCRIPTS_ROOT/farm-poky-dunfell-build" > > # This variable points to the base location where files will be extracted > for > # testing purposes. This should not be confused with the NFS root which > diff --git a/configs/farm/poky-master.txt b/configs/farm/poky-master.txt > index 7b8032e..95d78d1 100644 > --- a/configs/farm/poky-master.txt > +++ b/configs/farm/poky-master.txt > @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD" > # - BUILD_ROOT/arm9-1/arago-tmp > # - BUILD_ROOT/cortex-1/arago-tmp > # - BUILD_ROOT/cortex-2/arago-tmp > -BUILD_ROOT="/OE/farm-poky-master" > +BUILD_ROOT="$SCRIPTS_ROOT/farm-poky-master-build" > > # This variable points to the base location where files will be extracted > for > # testing purposes. This should not be confused with the NFS root which > -- > 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13414): https://lists.yoctoproject.org/g/meta-arago/message/13414 Mute This Topic: https://lists.yoctoproject.org/mt/87252590/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
