From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6596658663135379456 X-Received: by 2002:a19:7403:: with SMTP id v3-v6mr582799lfe.33.1535904798862; Sun, 02 Sep 2018 09:13:18 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:9647:: with SMTP id y68-v6ls1007356lfd.20.gmail; Sun, 02 Sep 2018 09:13:18 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZa7btSrO/KS3y1pdQxCyraz4rRCWkpaV8i6KFsX7N5OsHp98NplVVAHulaGhkuQfRxeQZ0 X-Received: by 2002:ac2:5091:: with SMTP id f17-v6mr915837lfm.22.1535904798221; Sun, 02 Sep 2018 09:13:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535904798; cv=none; d=google.com; s=arc-20160816; b=nIaTLE1eOO7xZeqsXdyHrvv+Ij6XOrPq0Nc5VP2Hviz2JWrUlg6bHHvaUj32O1mm4H GSaeXzdYSjwvkb3p1bFF05jc8Wfqbg+W9p/60pBDJlz1AmOvwdvxyX7uWj2MVDOvYfq9 bsKawlshHku2RbqHHw/AM/87oGpGwTedW5HyZH6iNpojs4sZEFVUfyp8WqF7+xU1Kddc EX+TwyluiUNcKEubrQyK52ahMrnbDxfsE9Q+eayUzqD1zE2WXMqXNsQHXC8+kMZxA1YN GnwZfEJVTqrHSaG2mvXP2ht439DRk6rPhqx8Wiz4tHgj2A7eW9F8RiT9Px5Pa4DlV+Sk /RjA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:references:to:from:subject :arc-authentication-results; bh=JnNIw+RsnxQAFz0pc8mRuq1QP4tqvM6y76kR1G7YDtA=; b=V3cdDHmynAHtqwPwYpPc5V8F/qeIxxe9PLl8O35f95hVcm5fxlfOMcwVgEDwKKrJP7 aFTj+ETzwVRaelpSYUcTJF0HEUeHuB/RXhtZf91bmHZUnLpUn1pI+vPCFYZBAmO+jC8p 5tFvz5GA12gosTOJdhf3abVkgoUR7SigfrJ97Jev5qtR6y/jtpmTFRhA3PvxNOTCcRgE nMP9rEmIZOSPSoDqvJHFDPDhbMLBr/xY8AaDqz97ysTdCFrjDYgN2FadbdCwyeEXtO6y OSFk/1DyduLg7lAAxBMxBZH2+Lhrh58+1umGwD5D7nfCdL3kA7Rsoj8G0368gmCoPsvr 1SWA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id q4-v6si437755ljj.5.2018.09.02.09.13.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Sep 2018 09:13:18 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id w82GDHHZ008572 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 2 Sep 2018 18:13:17 +0200 Received: from [139.22.32.125] ([139.22.32.125]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id w82GDGlR000972 for ; Sun, 2 Sep 2018 18:13:17 +0200 Subject: Re: [PATCH 0/6] dpkg class refactorings, API changelog, fixes From: Jan Kiszka To: isar-users References: Message-ID: Date: Sun, 2 Sep 2018 18:13:16 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: uliwNxaDKdlU On 2018-09-02 18:04, [ext] Jan Kiszka wrote: > Changes in v2: Err, the "v2" tag is missing in the patches... Sorry. Jan > - re-add lost proxy settings to custom kernel build > - truly fix depmod run of module recipes > - account for dpkg task split also in custom kernel recipe > > Test coverages remarkes: > - we truly miss a custom kernel + module build in the upstream tests > - we also lack a test for consistent proxy setting propation > > The former is currently only addressed by jailhouse-images, the latter > by running things through our Intranet-hosted CI. Both is not optimal. > > Jan > > Jan Kiszka (6): > linux-custom: Add missing proxy settings to prepare task > linux-module: Run depmod for installed kernel versions > dpkg-base: Relocate dpkg_runbuild and adjust comments > dkpg-base: Clarify dependency logic between package recipes > dpkg, linux-custom: Split dependency installation from build > preparations > Add changelog for the recipe API > > RECIPE-API-CHANGELOG.md | 59 ++++++++++++++++++++++ > meta/classes/dpkg-base.bbclass | 31 +++++------- > meta/classes/dpkg-raw.bbclass | 4 +- > meta/classes/dpkg.bbclass | 8 ++- > .../linux-module/files/debian/postinst | 2 +- > meta/recipes-kernel/linux-module/module.inc | 2 +- > meta/recipes-kernel/linux/linux-custom.inc | 7 ++- > 7 files changed, 88 insertions(+), 25 deletions(-) > create mode 100644 RECIPE-API-CHANGELOG.md > -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux