From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6697090246153076736 X-Received: by 2002:a5d:424f:: with SMTP id s15mr15628650wrr.37.1560154735606; Mon, 10 Jun 2019 01:18:55 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:96cf:: with SMTP id y198ls785540wmd.5.canary-gmail; Mon, 10 Jun 2019 01:18:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqzlkRZAsDsvGicAyhUK+/VU5+16HvC8gozlHzaDFB0/OK+DuAIfqx8QyJz+6jnij8rNdCcw X-Received: by 2002:a1c:a6d1:: with SMTP id p200mr13056927wme.169.1560154735235; Mon, 10 Jun 2019 01:18:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560154735; cv=none; d=google.com; s=arc-20160816; b=n0rHncIlExjFbz7zkfb1kzuStZnz6j5NOIsWDD4XewsjSCNPuA6xBe1DL+h86vWsCV AjCgcLVs8X3LWHeiDgoIOzJWcy4XrGQPdq4koUm3L0laZTP5ULXjpd6HJxGnsBHlUfni 8iWTf+EnfxTP+60ndPWdn/NsaYLEassQ1qoMiBMMa69g3mfyj7Rtk9vgJFq6SNWl9vTc UucTIwVOYiK4Mv3qC1i+JJzCbmPeY+I+nLqXdsHipI+QslmHFgFcYeyscPdtiUQc+/qa jhdJ8jKbn8Co1YgPDwrwBqWoVXmWXzPiKJWHe88XRZdALNnfzkdQIenY9nQmanu0LCo6 HqoQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject; bh=3OTPoZn1Hyj7pOab4yqlKLD9AQFFHPbz8BuL+CxOhhw=; b=eECVH83m44HT9JKcZaa5JIeNg1ZOMoLyEss2afXaqmr/Fs5zttcwAhz9mQ/hOv8OOP sqRblfOVCsls2AkKaOSkMXdFLnTYuf+52WjJZKFjgYru+TLlCQqLe4z7Y1/vx7I6vSyL BMVtEsyYHyYGHgiY1kXZdli0SF/grZTIYTMP5J19EgG/QHMv2D3ufpsO0yqfzswfawVl NfQM8zv42OxzJ0XkexV6aPSmfiznXFzOo9cidMiwAnAS05rZHSMVRGzuWOp8k4J6FSV5 chrfKVj3xvl5YG/dLR/qFQcgU9ESWoAtDMmlG/V1zMNOudNZYy1s1qlPizfX8uJbVV0L hfQw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of mosipov@isar-build.org designates 85.214.156.166 as permitted sender) smtp.mailfrom=mosipov@isar-build.org Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id y131si400300wmd.0.2019.06.10.01.18.55 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 10 Jun 2019 01:18:55 -0700 (PDT) Received-SPF: pass (google.com: domain of mosipov@isar-build.org designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of mosipov@isar-build.org designates 85.214.156.166 as permitted sender) smtp.mailfrom=mosipov@isar-build.org Received: from [192.168.1.29] ([109.131.165.195]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x5A8IiXr021273 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 10 Jun 2019 10:18:51 +0200 Subject: Re: [PATCH] Set HOST_DISTRO default in distro configs To: Jan Kiszka , isar-users Cc: claudius Heine References: From: "Maxim Yu. Osipov" Message-ID: <38c0705d-db2b-f4e8-9fc9-20f8ac19b185@isar-build.org> Date: Mon, 10 Jun 2019 10:18:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: ZdV2Isv+gPYV On 5/31/19 9:30 AM, Jan Kiszka wrote: > From: Jan Kiszka > > This particularly makes scenarios simpler where a downstream layer > defines an own distro that is derived from debian-*. Applied to the 'next'. Regards, Maxim. > Signed-off-by: Jan Kiszka > --- > meta-isar/conf/distro/raspbian-stretch.conf | 2 ++ > meta-isar/conf/multiconfig/rpi-stretch.conf | 1 - > meta/conf/distro/debian-buster.conf | 2 ++ > meta/conf/distro/debian-stretch.conf | 2 ++ > 4 files changed, 6 insertions(+), 1 deletion(-) > > diff --git a/meta-isar/conf/distro/raspbian-stretch.conf b/meta-isar/conf/distro/raspbian-stretch.conf > index 4c47376..9c7fa01 100644 > --- a/meta-isar/conf/distro/raspbian-stretch.conf > +++ b/meta-isar/conf/distro/raspbian-stretch.conf > @@ -6,6 +6,8 @@ > BASE_DISTRO = "raspbian" > BASE_DISTRO_CODENAME = "stretch" > > +HOST_DISTRO ?= "debian-stretch" > + > DISTRO_APT_SOURCES += "conf/distro/raspbian-stretch.list" > DISTRO_BOOTSTRAP_KEYS += "https://archive.raspbian.org/raspbian.public.key;sha256sum=ca59cd4f2bcbc3a1d41ba6815a02a8dc5c175467a59bd87edeac458f4a5345de" > DISTRO_CONFIG_SCRIPT ?= "${LAYERDIR_isar}/conf/distro/raspbian-configscript.sh" > diff --git a/meta-isar/conf/multiconfig/rpi-stretch.conf b/meta-isar/conf/multiconfig/rpi-stretch.conf > index f3fac38..ec1f71d 100644 > --- a/meta-isar/conf/multiconfig/rpi-stretch.conf > +++ b/meta-isar/conf/multiconfig/rpi-stretch.conf > @@ -12,7 +12,6 @@ MACHINE ?= "rpi" > # This sets the default distribution configuration: > DISTRO ?= "raspbian-stretch" > DISTRO_ARCH ?= "armhf" > -HOST_DISTRO ?= "debian-stretch" > > KERNEL_NAME ?= "rpi-rpfv" > > diff --git a/meta/conf/distro/debian-buster.conf b/meta/conf/distro/debian-buster.conf > index 6b1daa3..021916b 100644 > --- a/meta/conf/distro/debian-buster.conf > +++ b/meta/conf/distro/debian-buster.conf > @@ -4,6 +4,8 @@ require debian-common.conf > > BASE_DISTRO_CODENAME = "buster" > > +HOST_DISTRO ?= "debian-buster" > + > DISTRO_APT_SOURCES += "conf/distro/debian-buster.list" > DISTRO_CONFIG_SCRIPT ?= "debian-configscript.sh" > DISTRO_KERNELS ?= "4kc-malta 5kc-malta 686 686-pae amd64 arm64 armmp \ > diff --git a/meta/conf/distro/debian-stretch.conf b/meta/conf/distro/debian-stretch.conf > index cc9ca6e..45940e0 100644 > --- a/meta/conf/distro/debian-stretch.conf > +++ b/meta/conf/distro/debian-stretch.conf > @@ -5,6 +5,8 @@ require debian-common.conf > > BASE_DISTRO_CODENAME = "stretch" > > +HOST_DISTRO ?= "debian-stretch" > + > DISTRO_APT_SOURCES += "conf/distro/debian-stretch.list" > DISTRO_CONFIG_SCRIPT ?= "debian-configscript.sh" > DISTRO_KERNELS ?= "4kc-malta 586 5kc-malta 686 686-pae amd64 arm64 armmp \ >