From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7278939938131804160 X-Received: by 2002:a05:6512:39cd:b0:501:b929:48af with SMTP id k13-20020a05651239cd00b00501b92948afmr892353lfu.34.1695373826061; Fri, 22 Sep 2023 02:10:26 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:3b9c:b0:504:30ef:f2c7 with SMTP id g28-20020a0565123b9c00b0050430eff2c7ls141245lfv.1.-pod-prod-05-eu; Fri, 22 Sep 2023 02:10:24 -0700 (PDT) X-Google-Smtp-Source: AGHT+IFUjDnE3ykgnNBLFOs3kqWKKx8E1HFCvTCuFAByyZc2KfI4EqunS9ze2g9d7ZcgGN5KH+uZ X-Received: by 2002:a2e:900c:0:b0:2b6:a3a0:5f7 with SMTP id h12-20020a2e900c000000b002b6a3a005f7mr7572795ljg.9.1695373823929; Fri, 22 Sep 2023 02:10:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1695373823; cv=none; d=google.com; s=arc-20160816; b=qFBy2Fbp9xsftJCKIitZ+A/AGklxVxB0RwNexqLmNo+t5Tq5UaSf7p/0+6ynO4a1l6 zawPyjC++oIJBu6/x/ospqIVcR2IHnWTXE0P5gCaTnNS/pkaIobGY2/KTvDUpU/sk0Fx S+k8ocSToj6Ef1x66P/D2Vx+jRLaSxsGqxDzfjcJJu/Fjl60FxWv4zdBxQipvgtt84bZ TAaKkF3riw4P3TUbU+mfe5iusZNOIsQQDW78p4TsDtU0TPjSFYAxCHIXeaCN8b3XlBu3 NwyDlaG8hnpR9jhpl/Siy8iHY1z5MVTtTdwKDKhLO2QkOEaHQ5/mrBYA2hysFOsFaTJI 03pg== 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:date:subject:to:from; bh=SXm3oMYf8bYm6JrnmIQpFbIRwgvOsuXPdg1O2c+IXsM=; fh=7tclEdh7YbwSQowgJ6LNq720O7H5HTEaqj22NJWRE2E=; b=PWvIBA0akUY+gNvoQgB3b0WRKozO03EdF9DEFR3W7kYamITyqlz22vd/4X6EfHa/+r UrG280/v1UWr+TleKumOJK645J023Xo47vnyvnd9EquJCdGVsmNZQXtfR32eLm+0lwkR dHiM9Bo2WixULVDWDHbbGsKub/mQo5wbf78xAvpAh7ZA3nvmWEsLhTx0a1tDZkhzqTMB YC0v7QJr+5jcEItYdvQ1IWYQP8zztxk1ixyCVyHCyDBC5LMpSPsBd+q4ChlMrQYfTxQX 1G8WOtcoDoey8iHyC2my1iHQYVdQ2mfsHUnlJnu2AfcRIANnsEn7x4AjVKam3NPIlR+W 2dsQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id b32-20020a05651c0b2000b002c0305c9237si242975ljr.0.2023.09.22.02.10.23 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Sep 2023 02:10:23 -0700 (PDT) Received-SPF: pass (google.com: domain of ubely@ilbers.de 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 ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 38M9A3ZF031991 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 22 Sep 2023 11:10:22 +0200 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v4 12/13] kas: Add kas/README.md Date: Fri, 22 Sep 2023 11:10:02 +0200 Message-Id: <20230922091003.20763-13-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230922091003.20763-1-ubely@ilbers.de> References: <20230922091003.20763-1-ubely@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Gf2tfGQYncaV Add a brief description of `kas-container` usage. Signed-off-by: Uladzimir Bely --- README.md | 3 +++ kas/README.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 kas/README.md diff --git a/README.md b/README.md index 118acf52..f549aa9f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ https://github.com/ilbers/isar/ Instruction on how to build can be found in the [User Manual](doc/user_manual.md). +For beginners, it could be easier to use kas-based approach that allows to +simply configure and run build using menu. Look at [kas/README](kas/README.md) +for the instructions. # Try diff --git a/kas/README.md b/kas/README.md new file mode 100644 index 00000000..d821f0c8 --- /dev/null +++ b/kas/README.md @@ -0,0 +1,36 @@ +# Support of kas + +[kas](https://github.com/siemens/kas) is a tool to setup bitbake based projects. + +Directory `kas` contains required configuration fragments to setup and build +Isar with `kas-container` script and Kconfig language. + +## Requirements + +Since kas uses Docker or Podman based containers, users that runs Isar build +using `kas-container` script should be allowed to run these containers in +privileged mode. + +## Configuring Isar build + +``` +./kas/kas-container menu +``` + +This creates `.config.yaml` file in isar root that stores the configuration. + + +## Building Isar after configuration done + +``` +./kas/kas-container build +``` + +This generates `build/conf/` configuration and starts building Isar using +kas container. Required image will be downloaded if not yet). + +To access bulid shell, the following command can be used: + +``` +./kas/kas-container shell +``` -- 2.20.1