public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] sdkchroot: Drop bogus restriction to x86 hosts
@ 2021-01-01 15:01 Jan Kiszka
  2021-01-18 16:18 ` Anton Mikanovich
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2021-01-01 15:01 UTC (permalink / raw)
  To: isar-users

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

This check is not just unneeded, at least for arm64. It also breaks the
build on non-x86 hosts because it takes away a dependency that the image
class requires.

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

diff --git a/meta/recipes-devtools/sdkchroot/sdkchroot.bb b/meta/recipes-devtools/sdkchroot/sdkchroot.bb
index d7a848e2..e367eae2 100644
--- a/meta/recipes-devtools/sdkchroot/sdkchroot.bb
+++ b/meta/recipes-devtools/sdkchroot/sdkchroot.bb
@@ -35,12 +35,6 @@ ROOTFS_FEATURES += "clean-package-cache generate-manifest export-dpkg-status"
 ROOTFS_MANIFEST_DEPLOY_DIR = "${DEPLOY_DIR_SDKCHROOT}"
 ROOTFS_DPKGSTATUS_DEPLOY_DIR = "${DEPLOY_DIR_SDKCHROOT}"

-python() {
-    if d.getVar("HOST_ARCH") not in ['i386', 'amd64']:
-        raise bb.parse.SkipRecipe("SDK doesn't support {} as host".format(
-            d.getVar("ROOTFS_ARCH")))
-}
-
 SDK_PREINSTALL += " \
     debhelper \
     autotools-dev \
--
2.26.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-18 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-01 15:01 [PATCH] sdkchroot: Drop bogus restriction to x86 hosts Jan Kiszka
2021-01-18 16:18 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox