diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2021-07-21 13:34:45 +0100 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2021-07-21 13:34:45 +0100 |
commit | d13e8eff811d338626cbf41d0be4dd6d666b055f (patch) | |
tree | 70406705d044359fc95aa7da85c0c304809ac94e | |
parent | 2a277fbaf8875e31d8def540f5da39a95bfbc29a (diff) |
kernel: update size range estimates for 5.13.4.
For the minimum I have used allnoconfig, rounded down to allow for
future removal of redundant items (this is unlikely to produce a
bootable kernel), with its SBU rounded down for people with fast
machiens who build on NVMe or in RAM.
For maximum and typical, space is rounded.
-rw-r--r-- | packages.ent | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages.ent b/packages.ent index 815d81a6e..7a3606a5e 100644 --- a/packages.ent +++ b/packages.ent @@ -432,11 +432,11 @@ <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> <!ENTITY linux-md5 "50aa48ae38a736b3f313a777574af3d3"> <!ENTITY linux-home "https://www.kernel.org/"> -<!-- measured for 5.8.3 / gcc-10.2.0 on x86_64 : minimum is - allnoconfig extended for a hopefully-bootable build on desktop machine, - max is allmodconfig which requires openssl --> -<!ENTITY linux-knl-du "1200 - 6750 MB (typically about 1500 MB)"> -<!ENTITY linux-knl-sbu "5.0 - 125.0 SBU (typically about 9 SBU)"> +<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is + allnoconfig rounded down to allow for ongoing cleanups, + max is allmodconfig --> +<!ENTITY linux-knl-du "1200 - 8800 MB (typically about 1700 MB)"> +<!ENTITY linux-knl-sbu "1.5 - 130.0 SBU (typically about 12 SBU)"> <!ENTITY linux-headers-tmp-du "1.1 GB"> <!ENTITY linux-headers-tmp-sbu "0.1 SBU"> |