From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6751292434813026304 X-Received: by 2002:a05:651c:1ad:: with SMTP id c13mr27283277ljn.131.1571940917106; Thu, 24 Oct 2019 11:15:17 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:9c97:: with SMTP id x23ls900032lji.2.gmail; Thu, 24 Oct 2019 11:15:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqwbrJKmPAV7HKGQYe8lkY5yJkl7+zDtSZnfpJeOfZ+dVYVMwkOfqR3wLY2DexAUi91MAv8O X-Received: by 2002:a05:651c:8b:: with SMTP id 11mr19242166ljq.100.1571940916557; Thu, 24 Oct 2019 11:15:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571940916; cv=none; d=google.com; s=arc-20160816; b=ymYYESfZY5H9Di/EqSXsqwq3ZNuRvYDW/F5wzCRsNUvKXcf7LwPbEHBiv5/8hCx/hZ Iab7xT4c3h6c62xHarDYFhxZ6rmmwbfMIt10BhHKSJznYqPR9pPtGAx9I1tqfKNHv+GM NuY08yEftVMmuz1TiopF8mKjMd72UFZuJmA5JXlQ4Dnen16hxirrSxArel4cie3wuAUF hhqwencx95PtvsrVpxBD6Lo7NpEN6FsTQUJsMvU3VgHvhqyiWZUDKJ1u99Y64cm76QM7 IW4zMQv1+98UBSoIchm86vewqENtKorhv719TbvRJKosKJO0b4U43NfHoLv/CdMIhbnr 1ezA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date; bh=h/Q1bUloED7CJST4ak1s8Mwb7263FOar4DhCOM8kjIQ=; b=Ks2eZdjsihZlknEvfi8P8W5uvKmjzo0Hs5dtz7C8w/KzADOwQ48ouCRyMlFRXifIfX E4fHG4zVTn4zWE9wpndfcpzRCDRfV2w7IcVSX5Z2DEAxMJzhxYzFMQ4vYXJqLZUXuLrO 8/IZYvqaWd7/Kwfzrduj4EbQmHRpNaEgW3zLPe0TlwvFpvltJzJFxlpZrshiilHNhpJE 7acFBL7s6ODAGU/PmDwACnsLWibN2sPihhVIg0emibm7DlPfXiQ5gduRrij7bna0EU1d IT8OtyicHmFpaBAb2qoYjer0n7t23w0eq9++N0/xyTtLzRzIT7gNZNyK8FEEQk9RBwcQ wp9g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id z26si809958lfq.4.2019.10.24.11.15.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Oct 2019 11:15:16 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id x9OIFExU008539 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 24 Oct 2019 20:15:14 +0200 Received: from md1za8fc.ad001.siemens.net ([139.25.0.8]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x9OIFEib027307; Thu, 24 Oct 2019 20:15:14 +0200 Date: Thu, 24 Oct 2019 20:15:14 +0200 From: Henning Schild To: Cedric Hombourger Cc: Subject: Re: [PATCH 00/10] add ci40 machine support + new Isar features Message-ID: <20191024201514.5a7c4e26@md1za8fc.ad001.siemens.net> In-Reply-To: <1571907744-1121-1-git-send-email-Cedric_Hombourger@mentor.com> References: <1571907744-1121-1-git-send-email-Cedric_Hombourger@mentor.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: FpF2YCWVC9wY Cool stuff, thanks! Henning Am Thu, 24 Oct 2019 11:02:14 +0200 schrieb Cedric Hombourger : > Add (basic) support for the Creator Ci40 board (mipsel) as a mean to > validate our mipsel architecture support on real hardware. Several > enhancements to our kernel recipes were created along the way: > > * update from 4.19.0 to 4.19.80 > * support for config fragments > > but also some fixes: > > * honor the KERNEL_FILE setting (mips uses vmlinux instead of > vmlinuz) > * correct SRC_URI for -stable releases ending with "0" (e.g. 4.19.80) > > All of this was ci_build tested with the other two patchsets I > submitted earlier this week, namely: > > * [PATCH 0/1] update bitbake to version 1.44.0 > * [PATCH v2 0/5] miscellaneous (minor) fixes > > Cedric Hombourger (10): > ci_build.sh: delay "set -x" for a clean --help output > linux-custom: honor KERNEL_FILE setting > bitbake.conf: set name of the qemu-static binary to use for mipsel > recipes-kernel/linux: make KERNEL_DEFCONFIG support in-tree > defconfigs linux-mainline: fix stripping of .0 from the kernel version > linux-mainline: update from 4.19.0 to 4.19.80 > image: add CUSTOM_IMAGE_EXTENSIONS for user layers/machines to use > linux-custom: add support for kernel config fragments > linux-mainline: disable support for HFS to demonstrate use of > config fragments meta-isar: add creator-ci40-marduk machine (mipsel + > mainline kernel) > > .../creator-ci40-image-extension.bbclass | 9 ++++++ > meta-isar/conf/local.conf.sample | 1 + > .../conf/machine/creator-ci40-marduk.conf | 14 ++++++++ > .../creator-ci40-marduk-buster.conf | 7 ++++ > ...tachio-set-KBUILD_IMAGE-to-uImage.gz.patch | 27 ++++++++++++++++ > .../recipes-kernel/linux/files/no-display.cfg | 1 + > .../recipes-kernel/linux/files/no-fs-hfs.cfg | 2 ++ > .../recipes-kernel/linux/files/no-fs-nfs.cfg | 6 ++++ > .../recipes-kernel/linux/files/no-sound.cfg | 1 + > ...ne_4.19.0.bb => linux-mainline_4.19.80.bb} | 14 ++++++-- > meta/classes/image.bbclass | 5 ++- > meta/conf/bitbake.conf | 2 ++ > .../linux/files/build-kernel.sh | 13 ++++---- > meta/recipes-kernel/linux/linux-custom.inc | 32 > +++++++++++++++++-- scripts/ci_build.sh | > 4 ++- 15 files changed, 124 insertions(+), 14 deletions(-) > create mode 100644 > meta-isar/classes/creator-ci40-image-extension.bbclass create mode > 100644 meta-isar/conf/machine/creator-ci40-marduk.conf create mode > 100644 meta-isar/conf/multiconfig/creator-ci40-marduk-buster.conf > create mode 100644 > meta-isar/recipes-kernel/linux/files/0001-MIPS-pistachio-set-KBUILD_IMAGE-to-uImage.gz.patch > create mode 100644 > meta-isar/recipes-kernel/linux/files/no-display.cfg create mode > 100644 meta-isar/recipes-kernel/linux/files/no-fs-hfs.cfg create mode > 100644 meta-isar/recipes-kernel/linux/files/no-fs-nfs.cfg create mode > 100644 meta-isar/recipes-kernel/linux/files/no-sound.cfg rename > meta-isar/recipes-kernel/linux/{linux-mainline_4.19.0.bb => > linux-mainline_4.19.80.bb} (53%) >