Changeset 30f9ca7 in clfs-embedded


Ignore:
Timestamp:
Jun 13, 2014, 1:58:19 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
e0d570e
Parents:
7e8a7d8
git-author:
Andrew Bradford <andrew@…> (06/11/14 09:48:00)
git-committer:
Andrew Bradford <andrew@…> (06/13/14 13:58:19)
Message:

Update busybox to version 1.22.1

Removes the need to patch busybox due to musl.

Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/busybox.xml

    r7e8a7d8 r30f9ca7  
    3434
    3535<screen os="b"><userinput>make distclean</userinput></screen>
    36 
    37     <para os="c">The following patch is needed for musl:</para>
    38 
    39 <screen os="d"><userinput>patch -Np1 -i ../&busybox-musl-patch;</userinput></screen>
    4036
    4137    <note os="e"> <para>We tell BusyBox to use the generic defconfig.  For those
  • BOOK/materials/common/patches.xml

    r7e8a7d8 r30f9ca7  
    1818
    1919  <variablelist role="materials">
    20 
    21     <varlistentry>
    22       <term>BusyBox musl Patch - <token>&busybox-musl-patch-size;</token>:</term>
    23       <listitem>
    24         <para>Download: <ulink
    25         url="&patches-root;&busybox-musl-patch;"/></para>
    26         <para>MD5 sum: <literal>&busybox-musl-patch-md5;</literal></para>
    27       </listitem>
    28     </varlistentry>
    2920
    3021    <varlistentry>
  • BOOK/packages.ent

    r7e8a7d8 r30f9ca7  
    1111<!ENTITY binutils-home "http://www.gnu.org/software/binutils/">
    1212
    13 <!ENTITY busybox-version "1.21.1">
    14 <!ENTITY busybox-size "2150 KB">
     13<!ENTITY busybox-version "1.22.1">
     14<!ENTITY busybox-size "2167 KB">
    1515<!ENTITY busybox-url "http://busybox.net/downloads/busybox-&busybox-version;.tar.bz2">
    16 <!ENTITY busybox-md5 "795394f83903b5eec6567d51eebb417e">
     16<!ENTITY busybox-md5 "337d1a15ab1cb1d4ed423168b1eb7d7e">
    1717<!ENTITY busybox-home "http://www.busybox.net">
    1818
  • BOOK/patches.ent

    r7e8a7d8 r30f9ca7  
    44
    55<!-- Core Patches -->
    6 
    7 <!ENTITY busybox-musl-patch "busybox-&busybox-version;-musl-1.patch">
    8 <!ENTITY busybox-musl-patch-md5 "335622b0f2bf4e18e9d93fd48afe53da">
    9 <!ENTITY busybox-musl-patch-size "1 KB">
    106
    117<!ENTITY gcc-musl-patch "gcc-&gcc-version;-musl-1.patch">
Note: See TracChangeset for help on using the changeset viewer.