X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 00AA2DD4DF5 for ; Mon, 4 Apr 2016 05:43:09 +0000 (UTC) Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 86C72DC0AE7 for ; Mon, 4 Apr 2016 05:43:09 +0000 (UTC) Received: by mail-lf0-f47.google.com with SMTP id g184so78055295lfb.3 for ; Sun, 03 Apr 2016 22:43:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=dYUEm9ct3BxPMgSegHaJnDvqmS0fDs4tKI/nNThtV38=; b=gt50vhKrPm2ggipQF+/ItN6Bkqu6WcHOR0cBo5x3f3hwasUu9nHSON04zHY/atubNH +7yuNN0IE1rw9d12QDGGrfISsPf6xU/3rpEBs8Rb2Gf6KBikoP08Z8ootcTWsw2fnxWO mEQNuT7fKiqgsAHB4yesNjcbjDudXLeL9RsakhyE9gNzoyDSiZCguE+Vz5VOFE5Ft1LI SJOf6/w6TbqiPDEP8GxByOOkSOsPQ7390I9yQkkx4kafIWk2ZO0MI0kLWAcUt4j1MiFg 6RtESeLXQIZRr2nKhNHSH1kuD4Mg46TcwOWtECx+K8/saQK2M5RXUF/SyWpFayjzBy9q 0m4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=dYUEm9ct3BxPMgSegHaJnDvqmS0fDs4tKI/nNThtV38=; b=EWqgCgx/vGxIJG7TqPxJrhBDFjqznBqcBonhXZyVi/Nfehk6tJp3DY8r55T27Rwrhf /jzqLZUoSQEMi3m+87jEVmj6tFijk9kl/dh4/JRImAN6sxc+ZZyLrWM/oMohxLOu2QKy YZODrjRafEc2tJ43GDMD4l2/luvcuoj3L4zjmwjfkwewpNt2kVZDzcg1qSOSJm/3NYZu VnmdwFMtYDKN5EwOf0G0rdU4c/qx/CVowG84nSpEH88Hqk5ffiqi4gV1pLhzzSTXbY1z nzcCVv0HIsPe23GFjZA5tQvYqjl9K2ts2ey0JvfhF5yna6s4XP1NlLhOBSsX06D3wne5 +bSA== X-Gm-Message-State: AD7BkJK5oAnMmceYy/I/kgyk75P6fYITkNVTwG02qX+CksdxwUSTkPnFRAnXfgvUU76mEQ== X-Received: by 10.25.37.136 with SMTP id l130mr7441868lfl.153.1459748587738; Sun, 03 Apr 2016 22:43:07 -0700 (PDT) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id ub6sm4487329lbb.17.2016.04.03.22.43.07 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Apr 2016 22:43:07 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 4 Apr 2016 08:43:05 +0300 From: Timo Teras To: Isaac Dunham Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [RFC] Splitting linux-firmware Message-ID: <20160404084305.3c82183e@vostro.util.wtbts.net> In-Reply-To: <20160403205501.GA13799@newbook> References: <20160403052116.GA22996@newbook> <20160403162518.213e9151@vostro> <20160403205501.GA13799@newbook> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Sun, 3 Apr 2016 13:55:02 -0700 Isaac Dunham wrote: > On Sun, Apr 03, 2016 at 04:25:18PM +0300, Timo Teras wrote: > > On Sat, 2 Apr 2016 22:21:18 -0700 > > Isaac Dunham wrote: > > > > > I recently checked the size of installed packages on my system, > > > and found that linux-firmware was the largest (~120 megabytes). > > > I need the Realtek firmware, and perhaps could use the i915 > > > firmware. So I figured it would be a significant cutdown in > > > installed size, as well as a major reduction in downloads, if it > > > were possible to just select firmware from a couple of > > > manufacturers. > > > > > > While I was in the process of doing this, I noticed a few smaller > > > issues: -the non-firmware files that the APKBUILD tries to delete > > > are actually located in /lib/firmware, not /usr/lib/firmware > > > -the source for carl9170 firmware is included in the final package > > > > > > Here's a tentative patch that fixes those issues and tries to > > > split things up. > > > > > > Does this look like a good idea? > > > Should any further splitting be done? > > > For example: > > > -splitting iwlwifi firmware off because it's the bulk of the intel > > > firmware, but not the bulk of the users; > > > -splitting qlogic, 3com, and chelsio firmware from -misc > > > > Before doing this, a first step would be to delete the unneeded > > firmwares. > > > > We already do this for modloop. But to do it for the package, would > > need a list of files needed to be maintained. I believe about half > > of the package can be just deleted based on our module > > configuration and specific kernel versions. > > > > See http://git.alpinelinux.org/cgit/alpine-iso/tree/Makefile#n92 for > > how to get info on what firmware is required by the kernel > > modules. > > Before doing that, there's a question of whether we're going to > support 'noarch' "properly" (ie, with a single build/package upload > for all arches). > If so, it would be necessary to compile a single list of files for > all arches. We could make linux-firmware 'all' package and keep only the modules relevant for that architectures kernel. Quite a bit of the hardware is architecture specific. Well technically it would work, but nobody really uses specific combinations and they are turned off in the relevant configs. > Checking it against linux-firmware I get results along the lines of > - one third of the firmware is 'missing' (ie, not in linux-firmware) > A large chunk of this is in alsa-firmware and other packages. > > - the remainder runs just over 40 megabytes > > - there's lots of firmware that seems to be 'unneeded' even though the > relevant drivers are enabled (eg, only 2 files from brcm/ of 24 are > needed), which makes me wonder if something's wrong with modinfo... I believe it's just a result of having firmware for all supported kernel versions in the linux-firmware package. E.g. many of the intel wifi drivers duplicates. The firmware version used really depends on the kernel version you run. Often the module version and the required firmware version go hand in hand. Each module can (and do) list several firmware file names -- all potential names they can request. So the list of modules names should be accurate. > > If the package is still too large after this, doing splitting might > > be an idea. > > *If* the results are correct, it wouldn't be *needed*. There was request also for some other firmwares not in linux-firmware. Such as the rpi3 wifi firmware. So we might need to split the firmware package in any case. Thanks, Timo --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---