From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: Harald Seiler <hws@denx.de>, isar-users@googlegroups.com
Subject: Re: DISTRO is set too late
Date: Tue, 23 Oct 2018 14:34:08 +0300 [thread overview]
Message-ID: <84dbc16b-4273-07f3-846d-88a2aab1848c@ilbers.de> (raw)
In-Reply-To: <21866f1be8507deb16d968b3d209656327d5eb4c.camel@denx.de>
On 10/23/18 1:10 PM, Harald Seiler wrote:
> On Tue, 2018-10-23 at 12:48 +0300, Maxim Yu. Osipov wrote:
>> Hi Harald,
>>
>> The list of supported distros is under isar/meta-isar/conf/distro/*.conf
>> (debian-wheezy is officially not supported but still present for
>> convenience).
>
> We are using `debian-stretch`. If I add
>
> DISTRO = "debian-stretch"
>
> to `local.conf`, I can build. But this should not be necessary as
> $DISTRO is also set from multiconf. The issue is that this happens
> too late, so when $DISTRO_SUITE is expanded, it hasn't happened yet.
>
>> How did you get the value `poky` for DISTRO in your environment?
>
> Hmm, apparently this is kas adding
>
> DISTRO ??= "poky"
>
> to `local.conf` if no distro is supplied in its config. This should,
> again, not be an issue, because the multiconf sets
>
> DISTRO ?= "debian-stretch"
>
> What seems to go wrong is that the multiconf is read too late, so
> that base-apt-helper.bb tries to expand $DISTRO before is has gotten
> its final value. I don't think this is the intended behavior ...
>
I don't use kas.
I've ran `bitbake -e multiconfig:qemuarm-stretch:isar-image-base` and
DISTRO/DISTRO_SUITE are expanded properly:
# $DISTRO [2 operations]
# set /home/myo/work/isar/src/trunk/isar/build/conf/local.conf:30
# [_defaultval] "debian-stretch"
# set?
/home/myo/work/isar/src/trunk/isar/meta-isar/conf/multiconfig/qemuarm-stretch.conf:6
# "debian-stretch"
# pre-expansion value:
# "debian-stretch"
DISTRO="debian-stretch"
...
#
# $DISTRO_SUITE
# set?
/home/myo/work/isar/src/trunk/isar/meta/classes/base-apt-helper.bbclass:5
# "${@ d.getVar('DISTRO', True).split('-')[1]}"
DISTRO_SUITE="stretch"
If I set in local.conf
DISTRO ??= "debian-jessie"
DISTRO/DISTRO_SUITE are also expanded properly:
# $DISTRO [2 operations]
# set /home/myo/work/isar/src/trunk/isar/build/conf/local.conf:30
# [_defaultval] "debian-jessie"
# set?
/home/myo/work/isar/src/trunk/isar/meta-isar/conf/multiconfig/qemuarm-stretch.conf:6
# "debian-stretch"
# pre-expansion value:
# "debian-stretch"
DISTRO="debian-stretch"
...
#
# $DISTRO_SUITE
# set?
/home/myo/work/isar/src/trunk/isar/meta/classes/base-apt-helper.bbclass:5
# "${@ d.getVar('DISTRO', True).split('-')[1]}"
DISTRO_SUITE="stretch"
Kind regards,
Maxim.
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
next prev parent reply other threads:[~2018-10-23 11:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-23 9:05 Harald Seiler
2018-10-23 9:48 ` Maxim Yu. Osipov
2018-10-23 10:10 ` Harald Seiler
2018-10-23 11:34 ` Maxim Yu. Osipov [this message]
2018-10-23 12:37 ` Harald Seiler
2018-10-25 13:21 ` Jan Kiszka
2018-10-30 15:56 ` Harald Seiler
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=84dbc16b-4273-07f3-846d-88a2aab1848c@ilbers.de \
--to=mosipov@ilbers.de \
--cc=hws@denx.de \
--cc=isar-users@googlegroups.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