From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6449247988281769984 X-Received: by 10.223.133.151 with SMTP id 23mr1092363wrt.3.1502447598527; Fri, 11 Aug 2017 03:33:18 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.128.145 with SMTP id b139ls268334wmd.20.gmail; Fri, 11 Aug 2017 03:33:18 -0700 (PDT) X-Received: by 10.28.145.197 with SMTP id t188mr1550451wmd.11.1502447598177; Fri, 11 Aug 2017 03:33:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1502447598; cv=none; d=google.com; s=arc-20160816; b=zTlZg7JuO63du7A+Z0oNOoMLzUIAloV2IiKpftlWcOmPUIcldckDITV3ERKVA++ZvR sXLn4NXy/CCCYwM8F4UQuhdFX8taG9IRPDHXcI8D13NEo7bDy7sD6i50vTu81BPefXvW 1VaX288DnbyCl/y7uQI4OKfA6TMCqVT+DUB+QgwbHjfa9z7uiQuGSuTLofnBOoC3FO6b 9jUqss1P337+iC7xUx4maVrgXykjhXMBB5zt1gCX/StCN42v6bLQUQRQ799mm6kAmveW w4JZzyki6+qhVljsjy8ayXdX652ab+Q1WzH7UgERedSzcmACwy9XZebGMK1VdpwSpJBE 3CXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=SJlC6jgptMSXGypj2d5QZ2i5cP2q/X30exhfoRWLSZI=; b=cEjLynHsgyIETiaWAB2B+iPydS+xvQru79bOPGl0XAlUERErVQHPUBD6TiYkeAt/5d n2EyVCIdM8GS48sRxrKq1LL1g11Jh/VJpx9CBxN9rLyXP0KjFm8Z4ROXwj/6YOkDZyn8 0XnFHhpX7F2SV2beN/WAd4DUUO1/GC62wf/oCuwMuEiSELETxQTINzzGJLq1q3nEJhvH 7M4MGSX0Zn/BaxcWiIE1o/7+cDg54Uw/5wRVyVj2YyME3KkXHcqr5IbvgBuzPVqQHdAL s9zuc39WpXpxww2rz0DRuWpO+yHL4KdPR5jEi6DHzsGwoW3okcuG7w4wE5XL/8+eTO3f +81g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id 2si45174wms.6.2017.08.11.03.33.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Aug 2017 03:33:18 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id v7BAXHRv031587 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 11 Aug 2017 12:33:17 +0200 Received: from md1em3qc ([139.25.68.40]) by mail3.siemens.de (8.15.2/8.15.2) with ESMTP id v7BAXHoK020470; Fri, 11 Aug 2017 12:33:17 +0200 Date: Fri, 11 Aug 2017 12:35:14 +0200 From: Henning Schild To: Alexander Smirnov Cc: Subject: Re: [PATCH 00/16] fixes and introducing dpdk-bin support Message-ID: <20170811123514.02600942@md1em3qc> In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: 0obUikLhM0DI Am Fri, 11 Aug 2017 12:15:19 +0300 schrieb Alexander Smirnov : > Hello, > > here is brief summary: > > Applied with minor changes: > - meta: isar-base: remove unused function > - meta: conf: use bitbake.conf from bitbake and apply local changes > - meta: conf: clean up local bitbake config > - classes: move fetch and unpack into isar-base (only unpack) Nobody needs to unpack if they can not fetch and the other way around, please drop or remove me as author. > - meta: dpdk use [dirs] directive instead of mkdir > - meta: dpkg: reorder and rename do_install to install in addtask > - package_write_deb: change access rights on .debs > > Dropped: > - meta: classes: use base.bbclass from bitbake > - meta: dpkg rename install to package_write_deb > > Need further investigation: > - remove redundant variable THISDIR > - meta: classes: move package_write_deb to new class isar-base-dpkg > - meta: classes: rename dpkg to dpkg-src > - meta: add dpkg-bin class This is the one that matters! Henning > - recipes-app/hello-bin: add example on how to use dpkg-bin > Alex