Skip to content
Snippets Groups Projects
  1. Jul 20, 2012
  2. Jul 03, 2012
  3. Jun 30, 2012
  4. Jun 29, 2012
  5. Jun 28, 2012
  6. Jun 18, 2012
  7. Jun 07, 2012
  8. May 15, 2012
  9. May 13, 2012
  10. May 01, 2012
  11. Apr 28, 2012
    • Mirko Vogt's avatar
    • Mirko Vogt's avatar
      drop support for eglibc version trunk/HEAD · 6831c99f
      Mirko Vogt authored
      
      When selecting a specific eglibc version, it comes with a specific SVN
      revision that should not be modified as it (more or less) correspond to
      a tagged release. This patch disable the possibility to select a specific
      SVN revision on known eglib versions.
      
      This patch also disables the possibility to select the trunk branch of
      eglibc. There are multiple reasons for that:
      
      * trunk/HEAD may not even compile
      
      * the OpenWrt built system makes using trunk/HEAD a difficult thing, as
      OpenWRT fetches the source tree and store it in a compressed tar archive.
      Subsequent build get the source from the tar archive - not from SVN,
      making the use of trunk/HEAD largelly innefective.
      
      * we cannot know the corresponding version of trunk/HEAD, meaning that
      we'll face compiling issues when we'll try to copy the libc files -
      unless the build system is fixed with this specific issue in mind.
      
      Signed-off-by: default avatarEmmanuel Deloget <logout@free.fr>
      
      SVN-Revision: 31502
      6831c99f
    • Mirko Vogt's avatar
      set version string of eglibc version 2.14 to 2.14.1 · e3689f3b
      Mirko Vogt authored
      
      eglibc version number depends on the branch and on the maintenance release
      (i.e. the SVN revision). Changing the revision may change the maintenance
      version. This patch correlate the SVN revision to the correct version
      number - without this change  eglibc 2.14 provoke build errors when
      building the base-files package (example, for 2.14):
      
      $ make package/base-files/compile V=1
         make[1] package/base-files/compile
         make[2] -C package/opkg host-compile
         make[2] -C package/base-files-network compile
         make[2] -C package/base-files compile
      cp: cannot stat `/home/me/openwrt/trunk/staging_dir/toolchain-arm_v7-a_gcc-4.6-linaro_eglibc-trunk_eabi/lib/ld-2.14.so': No such file or directory
      
      Signed-off-by: default avatarEmmanuel Deloget <logout@free.fr>
      
      SVN-Revision: 31501
      e3689f3b
    • Mirko Vogt's avatar
      drop eglibc version 2.12 · 5c3d17cf
      Mirko Vogt authored
      SVN-Revision: 31500
      5c3d17cf
  12. Apr 27, 2012
  13. Apr 21, 2012
  14. Apr 18, 2012
  15. Apr 16, 2012
  16. Apr 12, 2012
  17. Apr 10, 2012
  18. Apr 09, 2012
  19. Apr 07, 2012
  20. Mar 26, 2012
  21. Mar 18, 2012
  22. Mar 05, 2012
  23. Feb 17, 2012
Loading