From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHwIA-0001bi-Kc for guix-patches@gnu.org; Thu, 23 Nov 2017 13:32:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHwI6-0004Mq-2a for guix-patches@gnu.org; Thu, 23 Nov 2017 13:32:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45435) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eHwI5-0004MS-Us for guix-patches@gnu.org; Thu, 23 Nov 2017 13:32:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eHwI5-0001ut-NA for guix-patches@gnu.org; Thu, 23 Nov 2017 13:32:01 -0500 Subject: [bug#29404] [PATCH] bootloader: extlinux: Fix device tree path. Resent-Message-ID: References: <20171122191715.28788-1-m.othacehe@gmail.com> <87a7zdvwcz.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87a7zdvwcz.fsf@gnu.org> Date: Thu, 23 Nov 2017 19:31:23 +0100 Message-ID: <87tvxk26f8.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29404@debbugs.gnu.org Hi Ludo ! > What was wrong previously? How does this affect the > “installed-extlinux-os” test? The issue was FDTDIR was set to /gnu/store/...-linux/bzImage/lib/dtbs instead of /gnu/store/...-linux/lib/dtbs. This has gone unnoticed because device tree are not used on intel architecture. So installed-extlinux-os must behave exactly the same because FDTDIR is ignored. Thanks for reviewing :) Mathieu