In the embedded book, section 6.5 lists the installed Linux-Headers directories. With kernel 2.6.36, the scsi and xen directories also get created using the present instructions. Patch attached to reflect this.
Thanks, Andrew
From 964fe7d8f21e05690e1ffa761cae26f200a00109 Mon Sep 17 00:00:00 2001 From: Andrew Bradford <[email protected]> Date: Tue, 25 Jan 2011 07:13:54 -0500 Subject: [PATCH] Added linux-headers scsi and xen dirs Section 6.5 lists the contents of Linux-Headers and should include both the scsi and xen dirs within /usr/include as they get installed using current instructions. --- BOOK/cross-tools/common/linux-headers.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BOOK/cross-tools/common/linux-headers.xml b/BOOK/cross-tools/common/linux-headers.xml index c3a3c51..54da915 100644 --- a/BOOK/cross-tools/common/linux-headers.xml +++ b/BOOK/cross-tools/common/linux-headers.xml @@ -43,7 +43,7 @@ cp -rv dest/include/* ${CLFS}/usr/include</userinput></screen> <segtitle>Installed headers</segtitle> <seglistitem> - <seg>/usr/include/{asm,asm-generic,drm,linux,mtd,rdma,sound,video}/*.h</seg> + <seg>/usr/include/{asm,asm-generic,drm,linux,mtd,rdma,scsi,sound,video,xen}/*.h</seg> </seglistitem> </segmentedlist> @@ -54,7 +54,7 @@ cp -rv dest/include/* ${CLFS}/usr/include</userinput></screen> <varlistentry id="linux-headers"> <term><filename - class="headerfile">/usr/include/{asm,asm-generic,drm,linux,mtd,rdma,sound,video}/*.h</filename></term> + class="headerfile">/usr/include/{asm,asm-generic,drm,linux,mtd,rdma,scsi,sound,video,xen}/*.h</filename></term> <listitem> <para>The Linux API headers</para> <indexterm zone="ch-cross-tools-linux-headers linux-headers"> -- 1.5.6.5
_______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
