From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lebrac.rtp-net.org ([195.154.106.105]:34506 "EHLO lebrac.rtp-net.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753130AbbDBMSu (ORCPT ); Thu, 2 Apr 2015 08:18:50 -0400 From: Arnaud Patard (Rtp) Subject: Re: [PATCH 2/4] builddeb: install dtbs References: <87k2xu3frr.fsf@lebrac.rtp-net.org> Date: Thu, 02 Apr 2015 14:17:49 +0200 In-Reply-To: <87k2xu3frr.fsf@lebrac.rtp-net.org> (Arnaud Patard's message of "Thu, 02 Apr 2015 13:56:24 +0200") Message-ID: <87bnj63es2.fsf@lebrac.rtp-net.org> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: riku.voipio@linaro.org Cc: linux-kbuild@vger.kernel.org, mmarek@suse.cz, debian-kernel@lists.debian.org Arnaud Patard (Rtp) writes: (replying to self) > riku.voipio@linaro.org writes: > > Hi, > >> From: Riku Voipio >> >> When kernel is built with CONFIG_OF, install all built device >> tree files built. The installation location used is same as >> toplevel INSTALL_DTBS_PATH. > > Already sent a "better" patch for that (your patch is not handling > system with CONFIG_OF and without dtbs_install): > http://www.spinics.net/lists/linux-kbuild/msg10794.html Oops. Wrong version. The right one is v4: http://www.spinics.net/lists/linux-kbuild/msg10832.html Arnaud