Changeset 06addba


Ignore:
Timestamp:
03/05/2021 01:10:02 AM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
Children:
35e0479
Parents:
2772bb9
Message:

Add systemd patch to allow systemd-rfkill to work on Linux-5.11+

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2772bb9 r06addba  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444    -->
     45    <listitem revision="systemd">
     46      <para>2021-03-04</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Patch systemd-247 so that it will function with
     50          Linux-5.11 API headers.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4554
    4655    <listitem>
  • chapter01/whatsnew.xml

    r2772bb9 r06addba  
    282282      <para>meson-0.56.0-upstream_fix-1.patch</para>
    283283    </listitem>-->
    284     <!--<listitem>
    285       <para>systemd-247-upstream_fixes-1.patch</para>
    286     </listitem>-->
     284    <listitem>
     285      <para>systemd-247-upstream_fixes-2.patch</para>
     286    </listitem>
    287287
    288288  </itemizedlist>
  • chapter08/systemd.xml

    r2772bb9 r06addba  
    4747-->
    4848
    49     <para>First, apply a patch to fix some regressions:</para>
    50 
    51 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
     49    <!-- For linux-5.11's API headers changing the rfkill_event structure -->
     50    <para>First, apply a patch to fix some regressions and fix functionality
     51    with future versions of the kernel:</para>
     52
     53<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-2.patch</userinput></screen>
    5254
    5355    <para>Create a symlink to work around the xsltproc command not being installed:</para>
  • patches.ent

    r2772bb9 r06addba  
    6868<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
    6969
    70 <!ENTITY systemd-upstream-fixes-patch "systemd-&systemd-version;-upstream_fixes-1.patch">
    71 <!ENTITY systemd-upstream-fixes-patch-md5 "573a166f3620875208f78bf4dc431c8b">
    72 <!ENTITY systemd-upstream-fixes-patch-size "8 KB">
     70<!ENTITY systemd-upstream-fixes-patch "systemd-&systemd-version;-upstream_fixes-2.patch">
     71<!ENTITY systemd-upstream-fixes-patch-md5 "7afe3d13464ae7d20dbe5e6f0fb8ccd3">
     72<!ENTITY systemd-upstream-fixes-patch-size "12 KB">
Note: See TracChangeset for help on using the changeset viewer.