From patchwork Fri Sep 28 10:58:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 976229 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42M7wB3BYCz9s7T; Fri, 28 Sep 2018 20:59:06 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1g5qU5-0008Ly-Fz; Fri, 28 Sep 2018 10:58:57 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1g5qU4-0008Lr-0U for kernel-team@lists.ubuntu.com; Fri, 28 Sep 2018 10:58:56 +0000 Received: from net-31-156-131-95.cust.vodafonedsl.it ([31.156.131.95] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1g5qU3-0007zw-OB for kernel-team@lists.ubuntu.com; Fri, 28 Sep 2018 10:58:55 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] deb to snap: add i2c-bcm2709 to initrd's kmods Date: Fri, 28 Sep 2018 12:58:54 +0200 Message-Id: <1538132334-31787-2-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1538132334-31787-1-git-send-email-paolo.pisati@canonical.com> References: <1538132334-31787-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Signed-off-by: Paolo Pisati --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4379a10..16d008e 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,8 @@ all: fi mkdir -p chroot/etc/initramfs-tools/conf.d echo "COMPRESS=lzma" >chroot/etc/initramfs-tools/conf.d/ubuntu-core.conf + # LP1794279: vc4-kms-v3d and hardware accelerated framebuffer support + echo "i2c-bcm2708" > chroot/etc/initramfs-tools/modules $(ENV) chroot chroot apt-get -y update $(ENV) chroot chroot apt-get -y --allow-unauthenticated install initramfs-tools-ubuntu-core linux-firmware xz-utils mount --bind /proc chroot/proc