[Clfs-dev] Embedded pull request

Andrew Bradford andrew at bradfordembedded.com
Fri Jun 13 13:59:57 PDT 2014


I've made a few updates to the embedded book.
Pull request info below.

I've not build-tested these changes but it's unlikely to have
broken things worse than they were before (such as, the musl
symlink issue may still be present).  I'll do some testing real
soon now.

Thanks!
-Andrew


The following changes since commit c5d3ce0df81570960a63bceafffd62359253bef7:

  The softfp target shouldn't use the triple ending in hf. (2014-01-02 07:47:36 -0600)

are available in the git repository at:

  https://github.com/bradfa/clfs-embedded.git improv

for you to fetch changes up to 7f420276415b5caff43dca8a43940263124571fd:

  Update date (2014-06-13 16:58:19 -0400)

----------------------------------------------------------------
Andrew Bradford (20):
      Move setting toolchain vars to cross-tools
      fstab: Just a root line
      bootscripts: No symlink needed
      Remove e2fsprogs and beyond-filesys section
      zlib: Set optimization in CFLAGS
      Add netplug to beyond-net
      Rename musl-libc to just musl
      cflags: Don't deal with CXXFLAGS
      gcc: Add notes for static vs final builds
      kernel: s/simplify/reduce complexity of booting/
      Update binutils to 2.24
      Update busybox to version 1.22.1
      Update musl to version 1.0.3
      Rename "beyond-introduction" directory to "beyond"
      Remove iptables
      beyond/intro: Clarify wording
      Move all beyond packages into single beyond section
      the-end: Move boot info to theend
      Update changelog
      Update date

 BOOK/arm-index.xml                                 |    5 +-
 BOOK/beyond-filesys/chapter.xml                    |   18 -
 BOOK/beyond-filesys/common/e2fsprogs.xml           |  481 --------------------
 BOOK/beyond-filesys/common/packages.xml            |   30 --
 BOOK/beyond-intro/chapter.xml                      |   16 -
 BOOK/beyond-intro/common/introduction.xml          |   20 -
 BOOK/beyond-lib/chapter.xml                        |   18 -
 BOOK/beyond-lib/common/introduction.xml            |   17 -
 BOOK/beyond-lib/common/packages.xml                |   30 --
 BOOK/beyond-net/common/introduction.xml            |   16 -
 BOOK/beyond-net/common/iptables.xml                |   56 ---
 BOOK/{beyond-net => beyond}/chapter.xml            |    9 +-
 BOOK/{beyond-net => beyond}/common/dropbear.xml    |    4 +-
 .../common/introduction.xml                        |    6 +-
 BOOK/beyond/common/netplug.xml                     |   66 +++
 BOOK/{beyond-net => beyond}/common/packages.xml    |   24 +-
 BOOK/{beyond-net => beyond}/common/patches.xml     |   19 +-
 .../common/wireless_tools.xml                      |    4 +-
 BOOK/{beyond-lib => beyond}/common/zlib.xml        |   15 +-
 BOOK/bootable/common/fstab.xml                     |   34 +-
 BOOK/bootable/common/kernel.xml                    |    2 +-
 BOOK/bootscripts/common/bootscripts.xml            |    8 -
 BOOK/cross-tools/arm-chapter.xml                   |    1 +
 BOOK/cross-tools/common/binutils.xml               |    4 -
 BOOK/cross-tools/common/cflags.xml                 |   12 +-
 BOOK/cross-tools/common/gcc-final.xml              |   11 +-
 BOOK/cross-tools/common/gcc-static.xml             |    5 +-
 BOOK/cross-tools/common/libc.xml                   |   26 +-
 .../common/toolchain.xml                           |    0
 BOOK/cross-tools/mips-chapter.xml                  |    1 +
 BOOK/cross-tools/x86-chapter.xml                   |    1 +
 BOOK/final-system/chapter.xml                      |    1 -
 BOOK/final-system/common/busybox.xml               |    6 +-
 BOOK/general.ent                                   |    8 +-
 BOOK/materials/common/packages.xml                 |    8 +-
 BOOK/materials/common/patches.xml                  |   20 +-
 BOOK/mips-index.xml                                |    5 +-
 BOOK/packages.ent                                  |   40 +-
 BOOK/patches.ent                                   |   12 +-
 BOOK/preface/common/changelog.xml                  |   33 ++
 BOOK/the-end/boot.xml                              |   19 -
 BOOK/the-end/chapter.xml                           |    1 -
 BOOK/the-end/theend.xml                            |   14 +-
 BOOK/x86-index.xml                                 |    5 +-
 patches/binutils-2.23.2-musl-1.patch               |   47 --
 patches/busybox-1.21.1-musl-1.patch                |   44 --
 patches/netplug-1.2.9.2-fixes-1.patch              |   42 ++
 47 files changed, 264 insertions(+), 1000 deletions(-)
 delete mode 100644 BOOK/beyond-filesys/chapter.xml
 delete mode 100644 BOOK/beyond-filesys/common/e2fsprogs.xml
 delete mode 100644 BOOK/beyond-filesys/common/packages.xml
 delete mode 100644 BOOK/beyond-intro/chapter.xml
 delete mode 100644 BOOK/beyond-intro/common/introduction.xml
 delete mode 100644 BOOK/beyond-lib/chapter.xml
 delete mode 100644 BOOK/beyond-lib/common/introduction.xml
 delete mode 100644 BOOK/beyond-lib/common/packages.xml
 delete mode 100644 BOOK/beyond-net/common/introduction.xml
 delete mode 100644 BOOK/beyond-net/common/iptables.xml
 rename BOOK/{beyond-net => beyond}/chapter.xml (78%)
 rename BOOK/{beyond-net => beyond}/common/dropbear.xml (96%)
 rename BOOK/{beyond-filesys => beyond}/common/introduction.xml (69%)
 create mode 100644 BOOK/beyond/common/netplug.xml
 rename BOOK/{beyond-net => beyond}/common/packages.xml (64%)
 rename BOOK/{beyond-net => beyond}/common/patches.xml (62%)
 rename BOOK/{beyond-net => beyond}/common/wireless_tools.xml (95%)
 rename BOOK/{beyond-lib => beyond}/common/zlib.xml (81%)
 rename BOOK/{final-system => cross-tools}/common/toolchain.xml (100%)
 delete mode 100644 BOOK/the-end/boot.xml
 delete mode 100644 patches/binutils-2.23.2-musl-1.patch
 delete mode 100644 patches/busybox-1.21.1-musl-1.patch
 create mode 100644 patches/netplug-1.2.9.2-fixes-1.patch



More information about the Clfs-dev mailing list