From patchwork Mon Jul 9 21:21:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 941688 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41Pdbg5GZPz9rxs for ; Tue, 10 Jul 2018 07:23:11 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="WaS+w3/v"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 41Pdbg3hH0zDr2J for ; Tue, 10 Jul 2018 07:23:11 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="WaS+w3/v"; dkim-atps=neutral X-Original-To: Petitboot@lists.ozlabs.org Delivered-To: Petitboot@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=geoff@infradead.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41PdZJ38drzDr1S for ; Tue, 10 Jul 2018 07:21:59 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Date:Cc:To:Subject:From:References: In-Reply-To:Message-Id:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=e0/cGeFWL0VJgkbnlL20G8/LM0j6moHXWubhjgQjuns=; b=WaS+w3/v4qgVWSSwxHFp0YgTj mxsiOJEE6/v3EAQd6UBQ+GxfwiBEjCEASKgY5Ph5YVr0aAO6SUa7iXs1skZA7NOPrExMaUKbM1iw1 E3lI53wdrtOGLYG2JslUN9JUK3K/h1sLsejzF7PqvbTkNPhkwisBoPvw9TW4hvq/ZVYBxEIucijOy Qju8Gp1k1I2rmZWYWv4cSeb8mKFuiyq+oHWus5m7MarhhEr7uSIBXdJLTMr/IUOmqc7L1p0bzbQPI XnQ83PGr95XTdBqFW3RpRH/amV3QphW//Lc7i2iaoIsPb8FVbmtsYe3FFWLJiY13E3XUsuJLDkh/m AlK5ys9lw==; Received: from geoff by merlin.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1fcdbW-0001RK-NM; Mon, 09 Jul 2018 21:21:54 +0000 Message-Id: <87f106c7553d3f8d1d89830319c07453884307e2.1531170563.git.geoff@infradead.org> In-Reply-To: References: From: Geoff Levand Patch-Date: Mon, 9 Jul 2018 13:57:53 -0700 Subject: [PATCH v1 01/10] docker: Add libfdt-dev To: Samuel Mendoza-Jonas Date: Mon, 09 Jul 2018 21:21:54 +0000 X-BeenThere: petitboot@lists.ozlabs.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Petitboot bootloader development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Petitboot@lists.ozlabs.org MIME-Version: 1.0 Errors-To: petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Petitboot" Add package libfdt-dev to the pb-builder docker image. Signed-off-by: Geoff Levand --- docker/Dockerfile.builder | 1 + docker/builder-include | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile.builder b/docker/Dockerfile.builder index b4e3827..280887c 100644 --- a/docker/Dockerfile.builder +++ b/docker/Dockerfile.builder @@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \ libtool \ libuv-dev \ libdevmapper-dev \ + libfdt-dev \ libncurses-dev \ pkg-config \ && rm -rf /var/lib/apt/lists/* diff --git a/docker/builder-include b/docker/builder-include index 87405b8..d2d94a4 100644 --- a/docker/builder-include +++ b/docker/builder-include @@ -50,7 +50,7 @@ show_tag () { echo "${DOCKER_TAG}" } -: ${VERSION:="1"} +: ${VERSION:="2"} : ${ARCH_TAG:="$(arch_tag)"} : ${DOCKER_NAME:="pb-builder"} : ${DOCKER_TAG:="${DOCKER_NAME}:${VERSION}${ARCH_TAG}"}