From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7278939938131804160 X-Received: by 2002:a19:5512:0:b0:4ff:8980:2217 with SMTP id n18-20020a195512000000b004ff89802217mr651813lfe.2.1694760273912; Thu, 14 Sep 2023 23:44:33 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:2f3:b0:500:a007:12fa with SMTP id m19-20020a05651202f300b00500a00712fals78930lfq.1.-pod-prod-05-eu; Thu, 14 Sep 2023 23:44:32 -0700 (PDT) X-Google-Smtp-Source: AGHT+IGxrQ5uFSI1TWC4YG4/qsm7WNk5glt8Yo7dqEcT9fL6bnhv6przwveuPuwmUCtcKR/XrQxl X-Received: by 2002:a05:6512:685:b0:500:a7c8:1847 with SMTP id t5-20020a056512068500b00500a7c81847mr884051lfe.66.1694760271943; Thu, 14 Sep 2023 23:44:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1694760271; cv=none; d=google.com; s=arc-20160816; b=TeJc2UGN91kaz8FA6NiURoJD3HenqtJYMCrB0LtSMAxL28lP3jjSfN4NZXYtjEyEdH JAVELjgAr+oHXBBTJdSzVUqhZg12SPX5diITb1G8+r+imsPXeFcFReQ8Afz/Dxxg5hGu zcHvqBrN/N+Izu7TQallV+ObclpyCggX+JdCOLeJbfayFy0uTRURu27O+oxmhQqFDxa3 ksKId4Hh225JZVFZ2GIgYToE+B93bruSHcQ3G4uuozxlsx71oPTSD5VYyKsdSzFjniXW iNKAXVw0NGJdxu+F2n+/gwhREHmhIKrhhwgipr6RCrbUCZJFpYbmiW/bxllhTcqgKwns 2T2Q== 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=j4WWEZxPQq0WhDu1YXwiXwtT3joZuvuNIcKE2aCEPqY=; fh=7tclEdh7YbwSQowgJ6LNq720O7H5HTEaqj22NJWRE2E=; b=oEFQD7TqmB2JXSDMTu1tUSi5pwCqwX61sueazCX3/fyicG5YH7Z/eHu4AYRyblmvV3 ZBFKXH46IK3LQdFU9pk4XC/S4QIwYKUYOP8RANYxiNiK6KOTlIuds0thKKkNdi/BDLbx kltPSb1RFVTmZlys+x1vIGroLJQjubWboSgOKGRKpxhN+P7K2rorGEyU1kXFryPQDIwo /CAP5F37EkNQItGD8DFtsMbRqsVzdRVrNRqBIWZSInaIDanOHt9xPj7B+h262bfh5/t+ AYtmxSYC8vYHBJcVT2PVXvl6np24UwtPfFL/KOs8ARg/iIfWOqRcbkhHx5AqCYAlclQZ O3TA== 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 s3-20020a056512314300b00501be2f2d13si256672lfi.11.2023.09.14.23.44.31 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 14 Sep 2023 23:44:31 -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 38F6iQJY022764 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 15 Sep 2023 08:44:31 +0200 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH 13/13] kas: Add Readme.md Date: Fri, 15 Sep 2023 08:44:26 +0200 Message-Id: <20230915064426.27676-14-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230915064426.27676-1-ubely@ilbers.de> References: <20230915064426.27676-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: usLtJyKFOUV0 Add brief description of `kas-container` usage. Signed-off-by: Uladzimir Bely --- kas/README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 kas/README.md diff --git a/kas/README.md b/kas/README.md new file mode 100644 index 00000000..780b0220 --- /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