[Clfs-dev] Pull Request: clfs-embedded

Andrew Bradford andrew at bradfordembedded.com
Fri Oct 27 05:25:38 PDT 2017


The following changes since commit 173cc96fc136fe34ea4d46c31b387012aa253f10:

  Update date. (2016-12-28 22:57:19 -0500)

are available in the git repository at:

  https://github.com/bradfa/clfs-embedded.git 2017.04-fixes

for you to fetch changes up to dcf5785aaa69db6dad4abd16d97dfc8843ea253a:

  Update date (2017-10-12 15:26:22 -0400)

----------------------------------------------------------------
Andrew Bradford (42):
      libc: Use CROSS_COMPILE to use cross-binutils
      packages.ent: Update musl to version 1.1.16
      cross-tools: Create a targetfs dir
      cross-tools/toolchain: Use --sysroot= for CC, CXX, and LD
      final-system: Create new section to install musl, again
      packages.ent: Update Linux to v4.9.22
      preface: Fix BusyBox typo
      final-sys/creatingdirs: Create /var/tmp
      final-sys/creatingfiles: Remove duplicate "is" typo
      beyond/wireless_tools: Fix lack of space after comma typo
      materials/creatingbuilddir: Mention possible need to be root
      cross-tools/sysroot: Change section title to say Cross Tools
      cross-tools/libc: Remove defining CC variable
      final-system/creatingfiles: s/Udev/BusyBox/ as we don't use udev
      final-system/introduction: Clarify parallel compiling concern
      final-system/busybox: Always put 'make' at the start of the command line
      final-system/busybox: Clarify and commonize depmod.pl install
      bootscripts/inittab: Fixup ttyS0 getty comment for clarity
      final-system/creatingdirs: Update FHS link
      cross-tools/binutils: Cleanup --target= description
      final-syste/busybox: Fix Note about menuconfig grammar
      bootable/kernel: Fix 'without' typo
      bootscripts/profile: Fix typo
      cross-tools/gcc: Put configure build/host/target options in alpha order
      Remove freshmeat references
      BOOK: s/BASEDIR/RENDERDIR/
      beyond/dropbear: Fix adventurous sentence structure
      packages: Switch GCC download link from ftp to http
      materials/creatingbuilddir: Add 'sudo' usage as needed
      final-preps/addinguser: Add notice that actions may need to be done by root
      final-system/creatingfiles: Remove utmp, wtmp, and btmp creation
      bootable/fstab: Remove / line
      final-system: Add libgcc.so copying to targetfs
      final-system: Only build shared version of musl
      bootscripts: profile: Consistently use spaces around "<<"
      beyond: zlib: Install into both cross-tools and targetfs
      beyond: dropbear: Add note that dropbear depends on zlib
      cleanup: Remove copylibs section
      cleanup: chowning: Remove mention of /var/run/utmp
      final-system: libc: Only install the libs into targetfs
      Update changelog
      Update date

 BOOK/INSTALL.md                                       |  2 +-
 BOOK/beyond/common/dropbear.xml                       |  4 +++-
 BOOK/beyond/common/wireless_tools.xml                 |  2 +-
 BOOK/beyond/common/zlib.xml                           |  8 +++++++-
 BOOK/bootable/common/fstab.xml                        | 18 ++++++------------
 BOOK/bootable/common/kernel.xml                       |  2 +-
 BOOK/bootscripts/common/inittab.xml                   |  5 +++--
 BOOK/bootscripts/common/profile.xml                   |  4 ++--
 BOOK/cleanup/chapter.xml                              |  1 -
 BOOK/cleanup/chowning.xml                             |  6 +++---
 BOOK/cleanup/copylibs.xml                             | 23 -----------------------
 BOOK/cross-tools/arm-chapter.xml                      |  1 +
 BOOK/cross-tools/arm/gcc-final.xml                    |  2 +-
 BOOK/cross-tools/common/binutils.xml                  |  5 ++---
 BOOK/cross-tools/common/create-targetfs.xml           | 19 +++++++++++++++++++
 BOOK/cross-tools/common/gcc-final.xml                 |  2 +-
 BOOK/cross-tools/common/libc.xml                      |  5 +++--
 BOOK/cross-tools/common/sysroot.xml                   |  2 +-
 BOOK/cross-tools/common/toolchain.xml                 | 13 ++++++++-----
 BOOK/cross-tools/mips/gcc-final.xml                   |  2 +-
 BOOK/cross-tools/x86/gcc-final.xml                    |  2 +-
 BOOK/final-preps/addinguser.xml                       |  7 ++++---
 BOOK/final-system/chapter.xml                         |  2 ++
 BOOK/final-system/common/busybox.xml                  | 15 ++++++++-------
 BOOK/final-system/common/creatingdirs.xml             |  4 ++--
 BOOK/final-system/common/creatingfiles.xml            | 37 +++++++++----------------------------
 BOOK/final-system/common/introduction.xml             |  7 +++++--
 BOOK/final-system/common/libc.xml                     | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 BOOK/final-system/common/libgcc.xml                   | 41 +++++++++++++++++++++++++++++++++++++++++
 BOOK/general.ent                                      |  8 ++++----
 BOOK/materials/common/creatingbuilddir.xml            | 13 ++++++++-----
 BOOK/packages.ent                                     | 14 +++++++-------
 BOOK/preface/common/changelog.xml                     | 24 ++++++++++++++++++++++++
 BOOK/preface/common/organization.xml                  |  2 +-
 BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/VERSION | 60 +++++++++++++++++++++++++++++-------------------------------
 BOOK/stylesheets/lfs-xsl/pdf.xsl                      |  2 +-
 BOOK/the-end/whatnow.xml                              |  7 -------
 37 files changed, 269 insertions(+), 161 deletions(-)
 delete mode 100644 BOOK/cleanup/copylibs.xml
 create mode 100644 BOOK/cross-tools/common/create-targetfs.xml
 create mode 100644 BOOK/final-system/common/libc.xml
 create mode 100644 BOOK/final-system/common/libgcc.xml




More information about the Clfs-dev mailing list