From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quirin.Gylstorff@siemens.com (Q. Gylstorff) Date: Wed, 6 Nov 2019 13:44:35 +0100 Subject: [cip-dev] [isar-cip-core PATCH 0/4] Add rzg2m support Message-ID: <20191106124439.10532-1-Quirin.Gylstorff@siemens.com> To: cip-dev@lists.cip-project.org List-Id: cip-dev.lists.cip-project.org From: Quirin Gylstorff Add the rzg2m reference board. Add the option to build rootfs tarballs for LAVA tests. This option needs to be activated in the gitlab-ci.yml by adding it to the builds for testing. Quirin Gylstorff (4): kas: Increase Isar version classes: add wic-targz-img.bbclass hihope-rzg2m: Add board support ci: add hihope-rzg2m to ci chain .gitlab-ci.yml | 4 + board-rzg2m.yml | 16 + classes/wic-targz-img.bbclass | 13 + conf/machine/bbb.conf | 2 +- conf/machine/hihope-rzg2m.conf | 17 + conf/machine/iwg20m.conf | 2 +- conf/machine/qemu-amd64.conf | 2 +- conf/machine/simatic-ipc227e.conf | 2 +- kas.yml | 2 +- opt-targz-img.yml | 20 ++ .../linux/files/hihope-rzg2m_defconfig | 330 ++++++++++++++++++ scripts/deploy-cip-core.sh | 4 + wic/hihope-rzg2m.wks | 15 + 13 files changed, 424 insertions(+), 5 deletions(-) create mode 100644 board-rzg2m.yml create mode 100644 classes/wic-targz-img.bbclass create mode 100644 conf/machine/hihope-rzg2m.conf create mode 100644 opt-targz-img.yml create mode 100644 recipes-kernel/linux/files/hihope-rzg2m_defconfig create mode 100644 wic/hihope-rzg2m.wks -- 2.20.1