From patchwork Fri Nov 22 15:53:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dimitri John Ledkov X-Patchwork-Id: 1199529 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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=none (p=none dis=none) header.from=ubuntu.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=surgut.co.uk header.i=@surgut.co.uk header.b="cRZ3EM3S"; dkim-atps=neutral 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 47KLZs0k5wz9sR1; Sat, 23 Nov 2019 02:54:13 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1iYBG5-0004GP-Ko; Fri, 22 Nov 2019 15:54:09 +0000 Received: from mail-wm1-f67.google.com ([209.85.128.67]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iYBG3-0004Fk-N3 for kernel-team@lists.ubuntu.com; Fri, 22 Nov 2019 15:54:07 +0000 Received: by mail-wm1-f67.google.com with SMTP id n188so6223240wme.1 for ; Fri, 22 Nov 2019 07:54:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=surgut.co.uk; s=google; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=rBxXif5uj2Soxar7cFuhBFmngMTtCSaVwzw4opW3SNM=; b=cRZ3EM3SQ6xeiKbhQR/QgutOYmbi8DsrW/JT0esavzGkkzmVuxoKLUMvMAIf4dhiuZ znVFT3Bscx07iDodlLVbh1QjgKz3hL+8bgGq1JnGVmysXgB2O6Z8LQRy7jWs/LEuozbw FzuVWKGz8rnq91Sdh8iKZiWWT+VsF/9M4utq0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=rBxXif5uj2Soxar7cFuhBFmngMTtCSaVwzw4opW3SNM=; b=j743mg72dH0VzQ+P2Dq+gnka3qWlklsym6iXQx5sDcEwYcbBOq0ByXgoG6o91IAuf0 tKxywodmMZzNj6he4ROf2rUpWGEwptjd4XSbAIlQUYPCXBbPWf+FVHKuoqmb+cFutqkA HejyCpFr+GLj6Ous79LoYEly/kA/d+0XR09v0gTXN9h1gQifmgFAmJ8uDOxmEZti6a7u LpJE4Acnj+r2aOredBRKJF8itPzT53IbOxSBSH32ZCNZ9/4g4MR0sCtYtPXXLf3C9uSh UHK0SRYiN/odWGS/AiwUWI2OqM0MgHI2mPfS5sO8DLCNpeXQKuU4zpy5u56XphwiKkwK xhUw== X-Gm-Message-State: APjAAAWcp5tDM9bvKj5wpbuNNRGLBG+we5OKChJfWMIKCajo4bu6sBUf Tfc7OnxGFnb7aG4EgGVU+QAKh3hfugqOtw== X-Google-Smtp-Source: APXvYqywOwWEVMfa+xVthgPs8Rvzsx5hq/F8GWRGOwwr3NtxvGguRoZsb38IYilZsF0dK6pdep3AMg== X-Received: by 2002:a05:600c:2143:: with SMTP id v3mr16858335wml.3.1574438046991; Fri, 22 Nov 2019 07:54:06 -0800 (PST) Received: from localhost (9.a.8.f.7.f.e.f.f.f.2.3.f.4.a.1.1.4.e.1.c.6.e.d.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:de6c:1e41:1a4f:32ff:fef7:f8a9]) by smtp.gmail.com with ESMTPSA id y78sm3971144wmd.32.2019.11.22.07.54.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Nov 2019 07:54:06 -0800 (PST) From: Dimitri John Ledkov To: kernel-team@lists.ubuntu.com Subject: [kernel-snaps-uc20][PATCH 2/2] Drop lzma, instead use default compression (lz4). Date: Fri, 22 Nov 2019 15:53:52 +0000 Message-Id: <20191122155352.73841-2-xnox@ubuntu.com> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191122155352.73841-1-xnox@ubuntu.com> References: <20191122155352.73841-1-xnox@ubuntu.com> MIME-Version: 1.0 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: , Cc: apw@canonical.com, Dimitri John Ledkov Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Signed-off-by: Dimitri John Ledkov Acked-by: Andy Whitcroft --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7c292de..0eaddbc 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,6 @@ prepare-chroot: echo "$${APTPREF}" > chroot/etc/apt/preferences.d/01proposedkernel; \ 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 if [ "$(DPKG_ARCH)" = "amd64" ]; then \