From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6875334414772994048 X-Received: by 2002:a1c:4306:: with SMTP id q6mr3903159wma.189.1601974820056; Tue, 06 Oct 2020 02:00:20 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:600c:230d:: with SMTP id 13ls921187wmo.0.canary-gmail; Tue, 06 Oct 2020 02:00:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxejcpy5MhSXFKKVBBmD/QK+TBK0OuVAenHd8odj0n2J9tdrQBF6Ls9xSjhxeVl5sgBdLaE X-Received: by 2002:a1c:f608:: with SMTP id w8mr3812886wmc.66.1601974819148; Tue, 06 Oct 2020 02:00:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601974819; cv=none; d=google.com; s=arc-20160816; b=Z1BruDBP3BKqFgX2yUpfeyNSWKszl7tqspAL8Jwze8GlbV+siGK9TGTfjTNAXr2RAc YcwdoBc/Ly/SrLOfOwg7vFpDkgxYFI+hgdNBF74TWf7Dz24k+2IH+uIvR0LLMxoYB/fG KD23wDB73o/x0aX5dqfJgfdBlORTHX/qf5Dzg+V8gtB2qG/sSGNNp6ea5N8cglIlIrJ1 b3YMhPljwHjtY0lyWrbB2j7y5zbMJPNiM9On541D7YESCynmgiukZFHpMyWKT/RoqYhN /mxTWzTK4U1avDnoJbXJQcex+ciOdMviwKMNx3W8qmgTMGFG3tMD+V8TDOi9fvgCbEZx Falg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=TaDW+faWpTPKNNzJYZWHcBi/SIFEDRq3EyZUpVoqHcI=; b=hs9LlNZqlo1Nb/RAWAdCZqpgwMumowoQQGeYaS4wsJljV39EqOvlG8JmI2+ai8ztvl 9FeetZlBF/EkEZtSAANev54VoFgn9Y7BqPdBEKc9HmDeeriUSTDWa35YMKbntzNFRD0c sIWfOl2fsXlCIfAKYvhOqCqoR64d96seVjka0mvrL9H0bgpEovcV9hVRD9JmEiAhps0X zy5a0m/J0CPzyF6+KMkdo2Fptj99IbGnGJwIMBFV/Y6q0B+sODr9IuwlNzl/kqWf0TjS 9uE89IMZmZ9nNxMZ+Qo4LG5fUb3nwxHN6EMqqsXZv2DKxCKEIl/p25iP+bBPb5v4jiEP 8y5w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id p17si54927wre.2.2020.10.06.02.00.18 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Oct 2020 02:00:19 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.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) with ESMTPSA id 09690Gak023466 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 6 Oct 2020 11:00:18 +0200 Date: Tue, 6 Oct 2020 11:00:16 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v3 06/16] sdk: Add support for adding self-defined sdk packages Message-ID: <20201006090015.GE5019@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <20200929191526.GD5400@yssyq.m.ilbers.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED 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: pm45R5UFhRUx On Wed, Sep 30, 2020 at 09:19:15PM +0200, Jan Kiszka wrote: > > 1. I've tried the following: > > > > . ./isar-init-build-env build > > bitbake -c do_populate_sdk mc:qemuarm-buster:isar-image-base > > > > When I look into tmp/deploy/images/qemuarm/sdk-debian-buster-armhf.tar.xz, > > etc/apt/sources.list.d/isar-apt.list is not present. Am I missing anything? > > Was that with SDK_INCLUDE_ISAR_APT = "1"? It's opt-in now, see patch 9. Yes, I forgot to mention that, sorry for the confusion. The commands I used, hopefully correct now: . ./isar-init-build-env build echo 'SDK_INCLUDE_ISAR_APT = "1"' >>conf/local.conf echo 'ISAR_CROSS_COMPILE = "1"' >>conf/local.conf time bitbake -c do_populate_sdk mc:qemuarm-buster:isar-image-base cd tmp/deploy/images/qemuarm sudo tar Jxf sdk-debian-buster-armhf.tar.xz ls sdk-debian-buster-armhf/etc/apt/sources.list.d/isar-apt.list ls: cannot access 'sdk-debian-buster-armhf/etc/apt/sources.list.d/isar-apt.list': No such file or directory > > 2. The series still removes isar-apt description in p11. > > It's opt-in now, the common case for most users remains setting > SDK_INSTALL. We are only leaving the option to ship all the packages, > including all the useless ones, for special purposes. I'm referring to the following hunk: - - Check that cross toolchains are installed - -:~# dpkg -l | grep crossbuild-essential-armhf -ii crossbuild-essential-armhf 12.3 all Informational list of cross-build-essential packages - - - Install needed prebuilt target packages. - -:~# apt-get update -:~# apt-get install libhello-dev:armhf - - - Check the contents of the installed target package - -:~# dpkg -L libhello-dev -/. -/usr -/usr/include -/usr/include/hello.h -/usr/lib -/usr/lib/arm-linux-gnueabihf -/usr/lib/arm-linux-gnueabihf/libhello.a -/usr/lib/arm-linux-gnueabihf/libhello.la -/usr/share -/usr/share/doc -/usr/share/doc/libhello-dev -/usr/share/doc/libhello-dev/changelog.gz -/usr/share/doc/libhello-dev/copyright -~# This explains to the user how Debian multiarch works with option 2. This example works inside or outside of the chroot. We should not be removing documentation for a supported use case, thus NAK here. 3. In 08/16: Suggest "conpilation" -> "compilation". With kind regards, Baurzhan.