public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>,
	isar-users@googlegroups.com
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Subject: Re: [PATCH] dpkg class set default value for ISAR_CROSS_COMPILE, if missing
Date: Wed, 25 Jan 2023 15:07:34 +0300	[thread overview]
Message-ID: <2031708.YKUYFuaPT4@hp> (raw)
In-Reply-To: <77c3fed2-4a48-afe5-cd21-ccbe999bbdbd@siemens.com>

In mail from среда, 4 января 2023 г. 11:27:36 +03 user Jan Kiszka wrote:
> On 03.01.23 22:42, Roberto A. Foglietta wrote:
> > The variable ISAR_CROSS_COMPILE might not be initialised in the dpkg
> > class thus the project fails to build. This sets the default, if missing.
> > 
> > Signed-off-by: Roberto A. Foglietta <roberto.foglietta@gmail.com>
> > ---
> > 
> >  meta/classes/dpkg.bbclass | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/meta/classes/dpkg.bbclass b/meta/classes/dpkg.bbclass
> > index bf60a5b..230bac9 100644
> > --- a/meta/classes/dpkg.bbclass
> > +++ b/meta/classes/dpkg.bbclass
> > 
> > https://github.com/ilbers/isar/commit/06916be39eb00e9808674231afb0ead03a52
> > 6bc1
> You must send patches inline, or we can't review things. Exceptionally
> 
> pulling it in here:
> > From 06916be39eb00e9808674231afb0ead03a526bc1 Mon Sep 17 00:00:00 2001
> > From: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
> > Date: Tue, 3 Jan 2023 22:28:05 +0100
> > Subject: [PATCH] dpkg class set default value for ISAR_CROSS_COMPILE, if
> > 
> >  missing
> > 
> > The variable ISAR_CROSS_COMPILE might not be initialised in the dpkg
> > class thus the project fail to build. This sets the default, if missing.
> > 
> > Signed-off-by: Roberto A. Foglietta <roberto.foglietta@gmail.com>
> > ---
> > 
> >  meta/classes/dpkg.bbclass | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/meta/classes/dpkg.bbclass b/meta/classes/dpkg.bbclass
> > index bf60a5b..230bac9 100644
> > --- a/meta/classes/dpkg.bbclass
> > +++ b/meta/classes/dpkg.bbclass
> > @@ -3,6 +3,8 @@
> > 
> >  inherit dpkg-base
> > 
> > +ISAR_CROSS_COMPILE ?= "0"
> > +
> > 
> >  PACKAGE_ARCH ?= "${DISTRO_ARCH}"
> >  
> >  DPKG_PREBUILD_ENV_FILE="${WORKDIR}/dpkg_prebuild.env"
> 
> Not sure what saved our ass so far, but the usage of ISAR_CROSS_COMPILE
> is way more spread out, so this does not make sense. If we want (and
> need) a global default, it should go into isar's bitbake.conf now. That
> would also be in line with USE_CCACHE e.g.
> 
> Jan

It seems to had worked while `dpkg-base` inherited `buildchroot` which has 
ISAR_CROSS_COMPILE ??= "0"

Now we don't depend on buildchroot in dpkg, so we definitely need this patch. 
But probably, it's better to use weak assignment (??=) here like earlier.



      parent reply	other threads:[~2023-01-25 12:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-03 21:42 Roberto A. Foglietta
2023-01-04  8:27 ` Jan Kiszka
2023-01-04 10:31   ` Roberto A. Foglietta
2023-01-25 12:07   ` Uladzimir Bely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2031708.YKUYFuaPT4@hp \
    --to=ubely@ilbers.de \
    --cc=isar-users@googlegroups.com \
    --cc=jan.kiszka@siemens.com \
    --cc=roberto.foglietta@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox