From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6458964015139782656 X-Received: by 10.28.93.144 with SMTP id r138mr256851wmb.28.1503844749870; Sun, 27 Aug 2017 07:39:09 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.38.131 with SMTP id m125ls103132lfm.35.gmail; Sun, 27 Aug 2017 07:39:09 -0700 (PDT) X-Received: by 10.46.82.69 with SMTP id g66mr234501ljb.33.1503844749427; Sun, 27 Aug 2017 07:39:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1503844749; cv=none; d=google.com; s=arc-20160816; b=O/q/vFPZ6PR6HKklEgmnettPTiKI0vwghYpr7n7vVOx2w7e7LKaHPsWrGP8h0a6fDK jjAlXsGi1LWHi6vruB8tLmJX+vgMKj0qT44SyYIPi281SdCgsIfMcOjlpoZIl3u3d3h5 D6No9Agg/tQVory5QvIjbYjlA947BD5VKMZ+YVZIc3PnyVfrlI+HrU6yc9YpQPFVKNr9 Ls6j/jBmGqdQWqKzQhRkxI4sXBrQnwRBxdTOmgsd/TZGAxtcIgbQVEnaIvhu9wNrzhcJ GdN+i2QKS8eJYu9eoiyp+u+R5l2DN6GjfaDtVKm4wzEiS7PI5gmjP/QfYKvNhD8Tm2gB fYqA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=jV0n1qBgdEiDZ8PJhNDTqbs1p8SpOww82oMTFtLp940=; b=TKwJBxBfnz0KzhK/4a4EeL7rA96aqsc5F50pl20yv9NQQxdO/VBtgNc8b8AXAYlTRe 0H4KdvkJPyk7WlaC1HeveRhxyrgT4y9Bm9vnfhfCjgd5Rl+MRjvy64PCWfnsH/37IEYE nxCCwjRT7ahz8AdS4lYgyzahQHyAxWxGAOCORA2JxhUtqPFSht4bQWvXLY1AV2e/nGTm rkCT0SpLDlK4V1774GBBXeXOzrB2sr/XvstVEHZquphGNNblO7jn2otvYjMnRr5DpSoi BNxtefPWceMjT7uPU6wO6qkVIZsyamXFHy8BlhEsw1N19qAp/P61sctLB5SRq1U+sTQa rjtQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id r140si209332wmg.3.2017.08.27.07.39.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Aug 2017 07:39:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id v7REcnP7006356 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 27 Aug 2017 16:39:00 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH 5/5] doc/technical_overview: Fix formatting Date: Sun, 27 Aug 2017 17:38:40 +0300 Message-Id: <20170827143840.12436-6-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.4 In-Reply-To: <20170827143840.12436-1-asmirnov@ilbers.de> References: <20170827143840.12436-1-asmirnov@ilbers.de> X-TUID: HGUwXPxcbCcQ Break a long line at column 78. Signed-off-by: Alexander Smirnov --- doc/technical_overview.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/technical_overview.md b/doc/technical_overview.md index a4563b3..20e08b4 100644 --- a/doc/technical_overview.md +++ b/doc/technical_overview.md @@ -121,7 +121,9 @@ All these steps are described in details below. ## 3.2 Initial Buildchroot Generation -As mentioned above, initial buildchroot is generated using multistrap. The bitbake recipe which is responsible for buildchroot can be found here: `meta/recipes-devtools/buildchroot/buildchroot.bb` +As mentioned above, initial buildchroot is generated using multistrap. The +bitbake recipe which is responsible for buildchroot can be found here: +`meta/recipes-devtools/buildchroot/buildchroot.bb` This recipe implementes `do_build` task which performs the following: -- 2.1.4