diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 3 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/udev.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 8 | ||||
-rw-r--r-- | patches.ent | 5 |
7 files changed, 37 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c82150b56..a4b802abf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-03-30</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Linux-2.6.38.2. Fixes + <ulink url="&lfs-ticket-root;2847">#2847</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-03-14</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 9487283d5..cfeb8d05e 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -227,6 +227,9 @@ <listitem> <para>readline-&readline-version;-fixes-1.patch</para> </listitem> + <listitem> + <para>udev-&udev-version;-v4l1-1.patch</para> + </listitem> </itemizedlist> <itemizedlist> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index e420e8f4b..9057463ed 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -148,6 +148,14 @@ </listitem> </varlistentry> + <varlistentry> + <term>Udev V4L Patch - <token>&udev-v4l-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&udev-v4l-patch;"/></para> + <para>MD5 sum: <literal>&udev-v4l-patch-md5;</literal></para> + </listitem> + </varlistentry> + <!-- <varlistentry> <term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term> <listitem> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 61648af30..64d5ecc9d 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -41,6 +41,11 @@ <sect2 role="installation"> <title>Installation of Udev</title> + <para>Apply a patch to fix an issue caused by the removal of the Video for + Linux 1 API from Linux-&linux-version;:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&udev-v4l-patch;</userinput></screen> + <para>The udev-config tarball contains LFS-specific files used to configure Udev. Unpack it into the Udev source directory:</para> diff --git a/general.ent b/general.ent index b840d6ab2..f78b8da30 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20110316"> -<!ENTITY releasedate "March 16, 2011"> +<!ENTITY version "SVN-20110330"> +<!ENTITY releasedate "March 30, 2011"> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index d7124ba55..c2658cd56 100644 --- a/packages.ent +++ b/packages.ent @@ -306,13 +306,13 @@ <!ENTITY libtool-ch6-sbu "3.7 SBU"> <!ENTITY linux-major-version "2.6"> -<!ENTITY linux-minor-version "37"> -<!ENTITY linux-patch-version "3"> +<!ENTITY linux-minor-version "38"> +<!ENTITY linux-patch-version "2"> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> -<!ENTITY linux-size "71,907 KB"> +<!ENTITY linux-size "73,037 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2"> -<!ENTITY linux-md5 "b32fc95037e4e114fcfb33075bb30f46"> +<!ENTITY linux-md5 "5e9d0edae15053ea9acd932e6d162d03"> <!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-ch8-du "540 - 800 MB"> <!ENTITY linux-ch8-sbu "1.0 - 5.0 SBU"> diff --git a/patches.ent b/patches.ent index 777b08ddd..cbf2a7a9e 100644 --- a/patches.ent +++ b/patches.ent @@ -90,3 +90,8 @@ <!ENTITY tar-overflow-patch "tar-&tar-version;-overflow_fix-1.patch"> <!ENTITY tar-overflow-patch-md5 "1912ec36d2a0e2b96678651cf583ce6f"> <!ENTITY tar-overflow-patch-size "1.7 KB"> + + +<!ENTITY udev-v4l-patch "udev-&udev-version;-v4l1-1.patch"> +<!ENTITY udev-v4l-patch-md5 "f927b1454df38902303ad86aed65e0af"> +<!ENTITY udev-v4l-patch-size "1.6 KB"> |