Changeset 0d1a1f9


Ignore:
Timestamp:
03/14/2024 02:12:41 PM (7 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
ken/TL2024, trunk
Children:
adfe27c, fbaad54
Parents:
478048f
git-author:
Xi Ruoyao <xry111@…> (03/14/2024 02:03:11 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/14/2024 02:12:41 PM)
Message:

Add dtc for qemu

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/prog.xml

    r478048f r0d1a1f9  
    2727<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/> -->
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="doxygen.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dtc.xml"/>
    2930<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/> -->
    3031  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
  • introduction/welcome/changelog.xml

    r478048f r0d1a1f9  
    4040    -->
    4141    <listitem>
     42      <para>March 14th, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[xry111] - Add dtc-1.7.0 for supporting qemu-8.2.2.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4251      <para>March 12th, 2024</para>
    4352      <itemizedlist>
  • packages.ent

    r478048f r0d1a1f9  
    320320<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    321321<!ENTITY doxygen-version              "1.10.0">
     322<!ENTITY dtc-version                  "1.7.0">
    322323<!ENTITY gcc-version                  "13.2.0">
    323324<!ENTITY gc-version                   "8.2.6">
  • postlfs/virtualization/qemu.xml

    r478048f r0d1a1f9  
    7979    <para role="recommended">
    8080      <xref linkend="alsa-lib"/>,
     81      <xref linkend="dtc"/>,
    8182      <xref linkend="libslirp"/>, and
    8283      <xref linkend="sdl2"/>
    8384    </para>
     85
     86    <note>
     87      <para>
     88        If <xref linkend="dtc"/> is not installed, the building system
     89        will attempt to download a copy of dtc source code from the
     90        Internet.
     91      </para>
     92    </note>
    8493
    8594    <bridgehead renderas="sect4">Optional</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.