On Fri, Sep 17, 2021 at 9:11 AM Anton Mikanovich wrote: > Replace weak DISTRO_APT_SOURCES setting by hard value assignment > because it was overwritten by debian-common config. > > Signed-off-by: Anton Mikanovich > Tested-by: Tim Orling > --- > meta/conf/distro/debian-sid-ports.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/conf/distro/debian-sid-ports.conf > b/meta/conf/distro/debian-sid-ports.conf > index 8a8beb5..aee704b 100644 > --- a/meta/conf/distro/debian-sid-ports.conf > +++ b/meta/conf/distro/debian-sid-ports.conf > @@ -12,7 +12,7 @@ HOST_DISTRO ?= "debian-sid" > > DEBIAN_PORTS_KEY = " > https://www.ports.debian.org/archive_2020.key;sha256sum=d24c6d2fe55e563ff0d998666b5e55dd8058742517a6839d9c23d201b48180c8 > " > > -DISTRO_APT_SOURCES ?= > "conf/distro/debian-${BASE_DISTRO_CODENAME}-ports.list" > +DISTRO_APT_SOURCES = > "conf/distro/debian-${BASE_DISTRO_CODENAME}-ports.list" > DISTRO_BOOTSTRAP_KEYS += "${DEBIAN_PORTS_KEY}" > DISTRO_CONFIG_SCRIPT ?= "debian-configscript.sh" > DISTRO_KERNELS ?= "riscv64" > -- > 2.25.1 > > -- > You received this message because you are subscribed to the Google Groups > "isar-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to isar-users+unsubscribe@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/isar-users/20210917161102.74143-2-amikan%40ilbers.de > . >