From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6768880775710375936 X-Received: by 2002:adf:f508:: with SMTP id q8mr50696777wro.334.1577451025956; Fri, 27 Dec 2019 04:50:25 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a7b:cf15:: with SMTP id l21ls2890106wmg.0.canary-gmail; Fri, 27 Dec 2019 04:50:25 -0800 (PST) X-Google-Smtp-Source: APXvYqyfh6j8r5WWMLJa88a71K16ftDwx0AEUlOBggb+MufcEP4QIfMglI2woz2gZha5jmFqNqpk X-Received: by 2002:a1c:3d07:: with SMTP id k7mr20333096wma.79.1577451025231; Fri, 27 Dec 2019 04:50:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577451025; cv=none; d=google.com; s=arc-20160816; b=XRHb8MXCb7oa/gVZZd/usqXQJsqIfy4YUC2cuZ0+DfzXOsSFdogzvRp4GMWSMG8QCs KHKse9+u77RfW5/waJGNd2zOyuKDBNXDh94V0AANlVLPSkKAz2hjs8ErJbv1+L3Dd5AD 1WdKlFoh9f3Ln9XFFwyGKpNX2GPnQ07ulBSVr/H6oLVmge/6wkIU8ckovox/8DR11iwc T9TV3+2ZJpowhNk57FTgkVfu4flI16kfll7PObGJHHCphl4o9fQfVjHPlFze62sCimOu yn1lifBIbVfue0X0BjIvGuaVCXxF5bazWyQqzhHCrX9//S8ulEI/pIYpzi1bNPgiOBMH Xneg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=10D46/KWFU6S4X8s1W7VQXAVFP7dOuKVnCmK+s02las=; b=wYPQdr+YzufIsEIiWOk9nZPb95R5CgV6qG/TLv2lNlaC++uvAu0jTp582D1UwP/dLf 0Clv4+uIt+spJDl18ZFw//c7cz3rUggfo5SDR+Rq1sq6xml8DRmF+pxJg06h8VD3i9Qf s4NZH4gXX2VtvTVC/MW3IXYdExyUBHQR+i0eZSQNflzmpyyKjAq7d+MTKFeExLazYiCw QfC+oYcooz7tt+kJVokgMobChxvKc/7t/bSFrnDScJEUGBA5CCLq9/Xmr9tf0HKfnMu4 jaZdqt9Zr7JGMB9ugLlBVL0/yATLRv+hDAZnyuBDpymY/rvTtrIkz5vbSCTjg6eo1EM8 omfw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id m2si335336wmi.3.2019.12.27.04.50.25 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 27 Dec 2019 04:50:25 -0800 (PST) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-002-207-018-070.002.207.pools.vodafone-ip.de [2.207.18.70]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id xBRCoNWf011952 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 27 Dec 2019 13:50:24 +0100 Date: Fri, 27 Dec 2019 13:50:18 +0100 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH 0/6] OE alignments, including patch.bbclass Message-ID: <20191227125017.77g5n5oatn27y6g5@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: FWZR01OJNfAZ On Tue, Dec 10, 2019 at 07:34:19PM +0100, Jan Kiszka wrote: > First, this is just a bunch of smaller alignments of OE lib code we > adopted. The more interesting change is The Final Fix (tm) of the > patching approach - by using OE's class. > > This series depends on the earlier sent linux-custom report, namely the > old kernel build breaks with the new patching approach. Applied to next with the oe-core commit id added in patch 6/6. Regarding the trailing new line, it comes indeed from oe-core. With kind regards, Baurzhan.