public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: isar-users <isar-users@googlegroups.com>
Subject: [PATCH] sdkchroot: Remove HOST_DISTRO check
Date: Fri, 31 May 2019 19:01:50 +0200	[thread overview]
Message-ID: <45cdb5c2-2b77-abb5-8844-5176dd49f500@siemens.com> (raw)

From: Jan Kiszka <jan.kiszka@siemens.com>

Does not add value but rather prevents building an SDK from a
differently called derivative.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/recipes-devtools/sdkchroot/sdkchroot.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-devtools/sdkchroot/sdkchroot.bb b/meta/recipes-devtools/sdkchroot/sdkchroot.bb
index 895a454..311fc95 100644
--- a/meta/recipes-devtools/sdkchroot/sdkchroot.bb
+++ b/meta/recipes-devtools/sdkchroot/sdkchroot.bb
@@ -37,9 +37,6 @@ do_build[depends] = "isar-apt:do_cache_config isar-bootstrap-host:do_bootstrap"
 
 do_build() {
 
-    if [ ${HOST_DISTRO} != "debian-stretch" ]; then
-        bbfatal "SDK doesn't support ${HOST_DISTRO}"
-    fi
     if [ ${HOST_ARCH} != "i386" -a ${HOST_ARCH} != "amd64" ]; then
         bbfatal "SDK doesn't support ${HOST_ARCH} as host"
     fi
-- 
2.16.4

             reply	other threads:[~2019-05-31 17:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-31 17:01 Jan Kiszka [this message]
2019-06-06 17:29 ` Maxim Yu. Osipov

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=45cdb5c2-2b77-abb5-8844-5176dd49f500@siemens.com \
    --to=jan.kiszka@siemens.com \
    --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