From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id CA8846FF78 for ; Wed, 10 Aug 2016 08:59:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u7A8xubx024301; Wed, 10 Aug 2016 09:59:56 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2UX_de2T1RDZ; Wed, 10 Aug 2016 09:59:56 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u7A8xr2M024298 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 10 Aug 2016 09:59:54 +0100 Message-ID: <1470819593.8166.68.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj , Mike Looijmans Date: Wed, 10 Aug 2016 09:59:53 +0100 In-Reply-To: References: <20160801123253.9292-1-twoerner@gmail.com> <57A9C7AD.9090901@topic.nl> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] kernel.bbclass: add lzop dependency X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2016 09:00:01 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Tue, 2016-08-09 at 12:27 -0700, Khem Raj wrote: > > On Aug 9, 2016, at 5:08 AM, Mike Looijmans > > wrote: > > > > I've been adding "lzop-native" to a lot of kernel recipes because > > you also need it when generating an LZO compressed kernel (I like > > my boot time to be under 1 second). > > > > It's a small dependency which is hard to automatically figure out, > > since there are a number of ways to trigger it (we just found two). > > I would welcome this patch very much, and I don't think many will > > suffer… > > From linux.inc days there is a python snippet which can do this > conditionally e.g. see > > https://github.com/kraj/meta-raspberrypi/blob/master/recipes-kernel/l > inux/linux-rpi.inc#L121 Which is fine if you have a prebuild defconfig file however in many cases we don't have that :( Cheers, Richard