1. 787a31f fs: don't remove intermediate files by Yann E. MORIN · 7 years ago
  2. 76ff493 fs/iso9660: don't pollute $(BUILD_DIR) with temp dir by Yann E. MORIN · 7 years ago
  3. 917508e fs: don't pollute $(BUILD_DIR) with temp files by Yann E. MORIN · 7 years ago
  4. b282f33 fs: remove TARGET_DIR_WARNING_FILE late by Yann E. MORIN · 7 years ago
  5. 207c596 fs/common: get rid of post-target rules by Yann E. MORIN · 7 years ago
  6. 9f2ca35 fs/cpio: use a post-gen hook rather than a post-target rule by Yann E. MORIN · 7 years ago
  7. 03b6b79 fs/ext2: use a post-gen hook rather than a post-target rule by Yann E. MORIN · 7 years ago
  8. 0a49b49 fs/initramfs: cleanups, enhance comments by Yann E. MORIN · 7 years ago
  9. 3f9476d fs: add missing $$(sep) to pre- and post-command hooks code by Andrey Smirnov · 7 years ago
  10. 54a76f0 fs/iso9660: remove support for grub by Yann E. MORIN · 7 years ago
  11. 29ace1e Merge branch 'next' by Thomas Petazzoni · 7 years ago
  12. 8a26add fs/iso9660: really create initrd temp dir by Yann E. MORIN · 7 years ago
  13. 62e626b fs/squashfs: honour the number of parallel jobs by Yann E. MORIN · 7 years ago
  14. 4628b6f fs: add pre- and post-command hooks by Yann E. MORIN · 7 years ago
  15. ef47a48 fs/ext2: fix typo by Marcus Hoffmann · 7 years ago
  16. a67f4c3 fs/ext2: hint about setting the filesystem size on error by Yann E. MORIN · 7 years ago
  17. 815d78f fs/squashfs: cleanup if-else cascade by Yann E. MORIN · 7 years ago
  18. b404b27 fs/ext2: Add BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS option by Sébastien Szymanski · 7 years ago
  19. bee9e88 fs/ext2: rename BR2_TARGET_ROOTFS_EXT2_BLOCKS to BR2_TARGET_ROOTFS_EXT2_SIZE by Samuel Martin · 7 years ago
  20. 3b91bd4 Globally replace $(HOST_DIR)/usr/share with $(HOST_DIR)/share by Arnout Vandecappelle · 7 years ago
  21. 1eb57df Globally replace $(HOST_DIR)/usr/sbin with $(HOST_DIR)/sbin by Arnout Vandecappelle · 7 years ago
  22. 0f9c0bf Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin by Arnout Vandecappelle · 7 years ago
  23. 67aaa90 fs/ext2: use mkfs to generate rootfs image by Sébastien Szymanski · 7 years ago
  24. 235b6f1 fs/ext2: deprecate BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES option by Samuel Martin · 7 years ago
  25. 2218088 package/mke2img: add option to specify block size by Yann E. MORIN · 7 years ago
  26. ddecc7d fs/ext2: simplify code by Yann E. MORIN · 7 years ago
  27. 3286a4d fs/ext2: allow reserving zero block for root by Yann E. MORIN · 7 years ago
  28. 64cfa50 fs/ext2: always pass the label option by Yann E. MORIN · 7 years ago
  29. ef975b5 fs/ext2: always pass the number of inodes by Yann E. MORIN · 7 years ago
  30. 426fd78 ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS by J Evans · 7 years ago
  31. 84e1e38 fs/ext2: ensure -b option is always set for mke2img by J Evans · 7 years ago
  32. c6bca8c fs/ext2: Remove support for auto-calculation of rootfs size by Sébastien Szymanski · 8 years ago
  33. 3e57fa3 fs/iso9660: doesn't support (grub2) EFI by Arnout Vandecappelle · 8 years ago
  34. d91ce1a fs/tar: make --no-recursion effective by Baruch Siach · 8 years ago
  35. 5b272e3 fs: set packages permissions even with no system device tables by Yann E. MORIN · 8 years ago
  36. 219d0b5 fs/ext2: default to ext2 rev1 by Peter Korsgaard · 8 years ago
  37. 8852f08 Merge branch 'next' by Peter Korsgaard · 8 years ago
  38. 79061fe Revert "fs: use pseudo instead of fakeroot" by Peter Korsgaard · 8 years ago
  39. 9b2f9b1 Revert "fs: call the pseudo wrapper" by Peter Korsgaard · 8 years ago
  40. 01354e1 fs/ubifs: work around fakeroot / sed -i issue on systems with SELinux enabled by Peter Korsgaard · 8 years ago
  41. 68db721 fs/common: lock modification times in $TARGET_DIR by Jérôme Pouiller · 8 years ago
  42. 59f9c4c fs/tar: make results reproducible by Jérôme Pouiller · 8 years ago
  43. fe13efe fs/ext2: fix double quoted label by Gaël PORTAY · 8 years ago
  44. 74a3e75 fs: call the pseudo wrapper by Yann E. MORIN · 8 years ago
  45. d5ed7fc fs/iso9660: drop reference to host-fakeroot by Thomas Petazzoni · 8 years ago
  46. 8035ceb fs: use pseudo instead of fakeroot by Yann E. MORIN · 8 years ago
  47. 9cdb281 fs/common: add option to execute custom scripts under fakeroot by Yann E. MORIN · 8 years ago
  48. 6ae48ae fs/tar: support passing long options to tar by Frank Hunleth · 8 years ago
  49. 974e83a fs: add sha-bang to fakeroot script by Yann E. MORIN · 8 years ago
  50. d1a2c0e fs/squashfs: remove useless chmod by Yann E. MORIN · 8 years ago
  51. 9ad6004 fs/ubifs: fix the UBI commands by Yann E. MORIN · 8 years ago
  52. 892c7fe fs/squashfs: split commands by Yann E. MORIN · 8 years ago
  53. 2e72584 fs/jffs2: split commands by Yann E. MORIN · 8 years ago
  54. 6dd7bbb fs: properly escape commands when generating fakeroot script by Yann E. MORIN · 8 years ago
  55. 3d51540 fs/cloop: split long line by Yann E. MORIN · 8 years ago
  56. b2dcb2d fs/common: fix typo in comments by Brian 'redbeard' Harrington · 8 years ago
  57. 3f28a38 fs/common: generate users before setting permissions by Yann E. MORIN · 9 years ago
  58. 301c18e fs/ext2: add options for extra space and extra inodes by Yann E. MORIN · 9 years ago
  59. 576463a fs/axfs: fix URL indentation by Peter Korsgaard · 9 years ago
  60. a6f9164 axfs: add new filesystem type by Ariel D'Alessandro · 9 years ago
  61. 03f1892 fs/romfs: remove redunant ROMFS_TARGET definition by Arnout Vandecappelle · 9 years ago
  62. 07e37bc squashfs: Add lz4 hc compression by Matthias Weisser · 9 years ago
  63. 7a691d0 fs: iso9660: change boot menu entry text by Vivien Didelot · 9 years ago
  64. 15a53b9 fs/common: add <fs>_POST_GEN_HOOKS support by Thomas Petazzoni · 9 years ago
  65. 8fb2b4c fs/iso9660: install Isolinux comboot modules by Noé Rubinstein · 9 years ago
  66. 95bd0ad fs: build host-mkpasswd when BR2_ROOTFS_USERS_TABLES is used by Thomas Petazzoni · 9 years ago
  67. 4d1a9d8 fs/iso9660: change the name of the tmp dir to be consistent by Arnout Vandecappelle · 9 years ago
  68. 795df97 fs/iso9660: add support for grub2 by Thomas Petazzoni · 9 years ago
  69. 5bac06e fs/iso9660: add hybrid image support by Thomas Petazzoni · 9 years ago
  70. f9ac784 fs/iso9660: add isolinux support by Thomas Petazzoni · 9 years ago
  71. bd256e9 fs/iso9660: use 'depends on' instead of 'select' for bootloader by Thomas Petazzoni · 9 years ago
  72. a399f5e fs/iso9660: introduce bootloader choice by Thomas Petazzoni · 9 years ago
  73. 1c5a097 fs/iso9660: introduce new variables by Thomas Petazzoni · 9 years ago
  74. 7080eef fs/iso9660: support building a real iso9660 filesystem by Thomas Petazzoni · 9 years ago
  75. 168cce0 fs/iso9660: prepare cleaner kernel/initrd path handling by Thomas Petazzoni · 9 years ago
  76. 3736b9a fs/iso9660: get grub splash from $(TARGET_DIR) by Thomas Petazzoni · 9 years ago
  77. 61db081 fs/iso9660: change the location of the splash image by Thomas Petazzoni · 9 years ago
  78. 0cfc57a fs/iso9660: rename all variables to use the ROOTFS_ISO9660 prefix by Thomas Petazzoni · 9 years ago
  79. 818fe5e fs/iso9660: enable Joliet extension by Thomas Petazzoni · 9 years ago
  80. 41f0688 fs/iso9660: convert to the filesystem infrastructure by Thomas Petazzoni · 9 years ago
  81. 4822966 fs/iso9660: use if ... endif block instead of depends on by Thomas Petazzoni · 9 years ago
  82. e3904a8 fs/jffs2: Fix mkfs.jffs2 --pagesize parameter usage by Michał Leśniewski · 9 years ago
  83. 54640e8 fs: only add non rootfs- targets to PACKAGES by Thomas Petazzoni · 9 years ago
  84. 4570dbc fs: add rootfs dependencies to PACKAGES by Thomas Petazzoni · 9 years ago
  85. 2aef771 fs: declare phony targets as such by Thomas Petazzoni · 9 years ago
  86. 26e0d50 fs/common: build host-xz when xz compression is used by Thomas De Schampheleire · 10 years ago
  87. 6b577b3 fs: Bail out on errors in fakeroot script by Stefan Sørensen · 10 years ago
  88. 66ee6dc fs/tar: only store numeric uid/gid by Yann E. MORIN · 10 years ago
  89. 5d47340 package: indentation cleanup by Jerzy Grzegorek · 10 years ago
  90. c83fa6b fs/ext2: add option to specify a filesystem label by Yann E. MORIN · 10 years ago
  91. d6831e5 fs/ext2: use the new mke2img host package by Yann E. MORIN · 10 years ago
  92. 9d19f8f package/mke2img: new package by Yann E. MORIN · 10 years ago
  93. 4273d4d fs/iso9660: use install instead of cp by Guido Martínez · 10 years ago
  94. 1769933 package: indentation cleanup by Jerzy Grzegorek · 10 years ago
  95. 595bf30 package: indentation cleanup by Jerzy Grzegorek · 10 years ago
  96. e4a436f fs/iso9660: add dependencies for make source by Karoly Kasza · 10 years ago
  97. f268f71 .mk files: bulk aligment and whitespace cleanup of assignments by Thomas De Schampheleire · 10 years ago
  98. 025d4a1 linux: remove support of linux26-* targets by Thomas De Schampheleire · 10 years ago
  99. 54456cc infra: consistently use double dollar signs inside inner-xxx-targets by Thomas De Schampheleire · 10 years ago
  100. 3fbd988 filesystems: also chown symlinks by Yann E. MORIN · 10 years ago