From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6463342265335021568 X-Received: by 10.28.175.195 with SMTP id y186mr1252286wme.0.1505226390499; Tue, 12 Sep 2017 07:26:30 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.145.147 with SMTP id t141ls394390wmd.12.canary-gmail; Tue, 12 Sep 2017 07:26:30 -0700 (PDT) X-Google-Smtp-Source: AOwi7QApNwZcBzUtvGyI4mric8oPdWRLOzx3lwLmh1NZvcacvMhQSqfMszHXHIQPrxGva32nAsuf X-Received: by 10.28.138.130 with SMTP id m124mr736525wmd.27.1505226390089; Tue, 12 Sep 2017 07:26:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1505226390; cv=none; d=google.com; s=arc-20160816; b=WRzMW9HF1DE8QqCnY8nmgHfSpibAPRCI7HrndGe+KrVS0yzaAGw4N7+Gy9/Zf5V0yY nRZcQaz/V0vNf7TnLUHpQtB9oJImPyhHoIKESlQ6NAgOLJSXxJC/s+JBTniEDwm69dUN 1kXJF9rvpJ54gsXvNptbMKO0+vb4xaz4c9Bj7+7Km1SJ3+f7nIIJz6ENWdMjpJPuhsyc 1LBlTJ9/9vFYxFaE8h+FsENlrSuA3ecKLd3nsJvYN/rsFnaEdrlOmk2b3y3Jp1kDzFHX 6F4CDoV5MjSWDaCOprfqr3BVrotD842Jahb8KKhP7R14rdL4lVcQ/atFTFAyvks4rc0u IyvA== 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=DeTlLU0QHaDuWkt4qdohli4Nrh3cePdlzgatjSdrhYA=; b=vHeGFBMAfpUYKK3SY8R2q+y8EYGscgjfnlAabXhSQesXrEn1DN4IXmo+/ig614Vxu2 kel8DQB48pe9XNE3uKBTWAFRtBMrttzGkvyJz+Cd4tMv+uWKphRXdUENw+dFxyZnaxa8 KnCcq4+8b2wodpVOpJQdspkzTd/qmuDNU7qM+555/t5BBduXRmJWOx3ABD/ot6ZutUZV k5NEzsbxuG0w1vLL4SqVGJuLFyR56PfQH2VrtbrwSevIndND2n5ixJM0WXyJXP4mUu6r rVsGNI7yhuulz/x9MrdXGr/0DTZ0OZCvSJ/7kg31ISfAD4+AL8zGHUNfj9cy/XoguGSi 2mag== 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 7si547285wme.7.2017.09.12.07.26.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Sep 2017 07:26:29 -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 v8CEQCg8005140 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 12 Sep 2017 16:26:20 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH] doc: Update technical overview Date: Tue, 12 Sep 2017 17:26:05 +0300 Message-Id: <20170912142605.16253-1-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.4 In-Reply-To: <20170911192738.1323-1-asmirnov@ilbers.de> References: <20170911192738.1323-1-asmirnov@ilbers.de> X-TUID: Cthv795JH9w7 BUILDCHROOT is no more used for storing sources to build custom package. This patch updates the respective topic in technical overview. Signed-off-by: Alexander Smirnov --- doc/technical_overview.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/technical_overview.md b/doc/technical_overview.md index a4563b3..0c86577 100644 --- a/doc/technical_overview.md +++ b/doc/technical_overview.md @@ -160,11 +160,11 @@ contain debian folder. The build process is implemented in 1. Task `do_fetch`: fetch source code from external link -2. Task `do_unpack`: unpack source code to - `${BUILDCHROOT_DIR}/home/build/${PN}` +2. Task `do_unpack`: unpack source code to `${WORKDIR}` -3. Task `do_build`: switch to buildchroot using chroot command and run - `build.sh` script. The `build.sh` script performs the following: +3. Task `do_build`: mount folder with source code to buildchroot, switch + to buildchroot using chroot command and run `build.sh` script. The + `build.sh` script performs the following: 1. Go to `/home/build/${PN}` @@ -173,8 +173,7 @@ contain debian folder. The build process is implemented in 3. Run dpkg-buildpackage 4. Task `do_install`: install successfully built packages - `${BUILDCHROOT_DIR}/home/build/${PN}/*.deb` to deploy directory - `${DEPLOY_DIR_DEB}` + `${WORKDIR}/*.deb` to deploy directory `${DEPLOY_DIR_DEB}` ## 3.5 Populate Target Filesystem -- 2.1.4