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]> > > --- > build-oesdk.sh | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/build-oesdk.sh b/build-oesdk.sh > index fb5f725..9534d99 100755 > --- a/build-oesdk.sh > +++ b/build-oesdk.sh > @@ -22,6 +22,11 @@ CORTEX_MACHINE="" > # List of all the dynamically created architecture lists > LISTS="" > > +if [ -z $LOG_DIR ] > +then > + LOG_DIR="." > +fi > + > usage() { > echo "write something" > exit 0 > -- > 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13412): https://lists.yoctoproject.org/g/meta-arago/message/13412 Mute This Topic: https://lists.yoctoproject.org/mt/87252588/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
