From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6675593737290121216 X-Received: by 2002:a2e:9002:: with SMTP id h2mr2820224ljg.14.1554282786606; Wed, 03 Apr 2019 02:13:06 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:12c9:: with SMTP id 70ls188695ljs.6.gmail; Wed, 03 Apr 2019 02:13:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqxvYIQWlKZfQeqY7YCfHlzkAcfWneIZfQA8R8WAqMD1otLTy39F+GXFkRiv4HneBD+eDQRT X-Received: by 2002:a2e:85d3:: with SMTP id h19mr2624461ljj.22.1554282786138; Wed, 03 Apr 2019 02:13:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554282786; cv=none; d=google.com; s=arc-20160816; b=aNx2WU4Hs4mpXNj7pSUwlP7RUvbwKgKjIi9ezi4OeWhCCRp2lhcdvi+HTfFtaX3Lid 3R5aPiLQ34x1TOCgqkeTwVQ1mx1DDhA4vCb+RkzOuUXRQ41J8DFgHBL7puThVsNKxfdi nJIJRZJanuJPZWrCktnjGC6k+qfpHgv37WgwF644gmV3tLML3+ZkcJF6MMReQFk0rdnS H2+Eji0AZizpBu8eMno45Ar40FFLSs3zsEX1drW2hWPeYuQg7ZTfb4gucKX6FmZ6yqvw bG5Wc7EMhW68XS/1PLuBx1YdIzo4IHLCA+r5jHhiEsWvdBMBYbiMZq/wz+z87AxJnhBs ttyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:to:from; bh=Yr1eSW15guXhTJfA3YOEmySCVQUPBfNXcyfej04pc9c=; b=OzyAmiTXiTIlzqhIKcWQ3u4VZWe2AoLUJIpKoBpLL3krnPHAfhXXaPuarTMZHOe5WI cwG9mFGoBFKVBdCO+7eW5BYvFZ+bqFrMmWNcU63Dlk1EBjlcrUCQdOgS1q28SHezlGW3 zrBdIzs9QLvwLwmXIEb/LRJobIr2VjslQAG6laVodGw6BQddu4C838p48UA77FDx3e1N paUfy11kbJJI18G4qcRhhc8KkLiGsBM4+duiyzPbiN0imn16M7IjAAfu7qzJuuJgFa56 jU3e9f/RlKj4JKugsHdbtxF+qEp0eCLtegiQ7QiWTT1AE2ziZSCcQ4bNjZAcQEscr1Fs 6n7w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of silvano.cirujano-cuesta@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=silvano.cirujano-cuesta@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id c25si646915lfh.2.2019.04.03.02.13.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Apr 2019 02:13:06 -0700 (PDT) Received-SPF: pass (google.com: domain of silvano.cirujano-cuesta@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of silvano.cirujano-cuesta@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=silvano.cirujano-cuesta@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id x339D5SR014530 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 3 Apr 2019 11:13:05 +0200 Received: from md1sf36c.ad001.siemens.net ([139.25.68.171]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x339D5jW020032 for ; Wed, 3 Apr 2019 11:13:05 +0200 From: Silvano Cirujano Cuesta To: isar-users@googlegroups.com Subject: [RFC PATCH v3 0/1] Documentation: dependencies specification in Bitbake and Debian Date: Wed, 3 Apr 2019 11:13:03 +0200 Message-Id: <20190403091304.8087-1-silvano.cirujano-cuesta@siemens.com> X-Mailer: git-send-email 2.11.0 X-TUID: uqqSxu0aB8De Hi, I've tried to document my understanding on dependency management at different areas in ISAR. I've done it mostly to structure it in my head. But I'm also convinced that this kind of documentation is critical for lowering the entry barrier to ISAR usage, therefore I'm sending it to this mailing list. With this request for comments I want to: 1. gather comments about the demand for such documentation 2. gather comments about the content to make sure that I didn't misunderstood how it works Once I get confirmation for the demand and any possible misconception clarified, I'll provide a patch integrating it with the already existing documentation. I've taken Claudius feedback to previous versions of the RFC into account (thank you again for your very valuable input!). And I let two colleagues of mine with a similar superficial/deep knowledge of ISAR review it. Right now it's everything in a single MarkDown document, but I'd rather put the section "Dependency specification variables" into a separate document. I keep it together right now to simplify the reviews. For those of you who like to have some comfort in life, I've pushed the document to a fork of ISAR in my personal area. That way you can take advantage of MarkDown conversion to HTML and rendering going to [1] ;-) Regards, Silvano [1] https://github.com/Silvanoc/isar/blob/silvano/dependencies-documentation/doc/dependencies.md Silvano Cirujano Cuesta (1): docs: ading dependencies documentation doc/dependencies.md | 255 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 255 insertions(+) create mode 100644 doc/dependencies.md -- 2.11.0