1. 065e767 fs: ensure hard links in TARGET_DIR are correctly copied for filesystem input by Peter Korsgaard · 6 years ago
  2. 543107d fs: remove intermediate artefacts by Yann E. MORIN · 7 years ago
  3. fcdf58c fs: get rid of package-provided post-fs hooks by Yann E. MORIN · 7 years ago
  4. bb2a57a fs: run packages' filesystem hooks in a copy of target/ by Yann E. MORIN · 7 years ago
  5. 118534f fs: use a common tarball as base for the other filesystems by Yann E. MORIN · 7 years ago
  6. 31fd0b1 fs: introduce a macro for reproducible command by Yann E. MORIN · 7 years ago
  7. 98d1e7f fs: new intermediate rootfs-common to gather common dependencies by Yann E. MORIN · 7 years ago
  8. c6e4257 fs: introduce per-rootfs TARGET_DIR variable by Yann E. MORIN · 7 years ago
  9. 2a6c55d fs: split per-rootfs dependency line by Yann E. MORIN · 7 years ago
  10. 4815240 fs: use a per-rootfs fakeroot script by Yann E. MORIN · 7 years ago
  11. 0c7adf7 fs: define per-rootfs directory by Yann E. MORIN · 7 years ago
  12. 2765973 fs: set per-rootfs variable name by Yann E. MORIN · 7 years ago
  13. 405f912 fs: run filesystem hooks under fakeroot by Yann E. MORIN · 7 years ago
  14. 4b3d1b3 fs: pass EXTRA_ENV to post-fakeroot script by Yann E. MORIN · 7 years ago
  15. 51fa8d8 fs/common.mk: support lz4 compression by Peter Korsgaard · 7 years ago
  16. b6842c4 fs: make it behave a bit more like the package infra by Yann E. MORIN · 7 years ago
  17. 423b01e fs: prepare temp directory before running PRE_GEN hooks by Yann E. MORIN · 7 years ago
  18. 787a31f fs: don't remove intermediate files by Yann E. MORIN · 7 years ago
  19. 917508e fs: don't pollute $(BUILD_DIR) with temp files by Yann E. MORIN · 7 years ago
  20. b282f33 fs: remove TARGET_DIR_WARNING_FILE late by Yann E. MORIN · 7 years ago
  21. 207c596 fs/common: get rid of post-target rules by Yann E. MORIN · 7 years ago
  22. 3f9476d fs: add missing $$(sep) to pre- and post-command hooks code by Andrey Smirnov · 7 years ago
  23. 4628b6f fs: add pre- and post-command hooks by Yann E. MORIN · 7 years ago
  24. 0f9c0bf Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin by Arnout Vandecappelle · 7 years ago
  25. 5b272e3 fs: set packages permissions even with no system device tables by Yann E. MORIN · 8 years ago
  26. 8852f08 Merge branch 'next' by Peter Korsgaard · 8 years ago
  27. 79061fe Revert "fs: use pseudo instead of fakeroot" by Peter Korsgaard · 8 years ago
  28. 9b2f9b1 Revert "fs: call the pseudo wrapper" by Peter Korsgaard · 8 years ago
  29. 68db721 fs/common: lock modification times in $TARGET_DIR by Jérôme Pouiller · 8 years ago
  30. 74a3e75 fs: call the pseudo wrapper by Yann E. MORIN · 8 years ago
  31. 8035ceb fs: use pseudo instead of fakeroot by Yann E. MORIN · 8 years ago
  32. 9cdb281 fs/common: add option to execute custom scripts under fakeroot by Yann E. MORIN · 8 years ago
  33. 974e83a fs: add sha-bang to fakeroot script by Yann E. MORIN · 8 years ago
  34. 6dd7bbb fs: properly escape commands when generating fakeroot script by Yann E. MORIN · 8 years ago
  35. b2dcb2d fs/common: fix typo in comments by Brian 'redbeard' Harrington · 8 years ago
  36. 3f28a38 fs/common: generate users before setting permissions by Yann E. MORIN · 9 years ago
  37. 15a53b9 fs/common: add <fs>_POST_GEN_HOOKS support by Thomas Petazzoni · 9 years ago
  38. 95bd0ad fs: build host-mkpasswd when BR2_ROOTFS_USERS_TABLES is used by Thomas Petazzoni · 9 years ago
  39. 54640e8 fs: only add non rootfs- targets to PACKAGES by Thomas Petazzoni · 9 years ago
  40. 4570dbc fs: add rootfs dependencies to PACKAGES by Thomas Petazzoni · 9 years ago
  41. 2aef771 fs: declare phony targets as such by Thomas Petazzoni · 9 years ago
  42. 26e0d50 fs/common: build host-xz when xz compression is used by Thomas De Schampheleire · 10 years ago
  43. 6b577b3 fs: Bail out on errors in fakeroot script by Stefan Sørensen · 10 years ago
  44. 5d47340 package: indentation cleanup by Jerzy Grzegorek · 10 years ago
  45. 1769933 package: indentation cleanup by Jerzy Grzegorek · 10 years ago
  46. 54456cc infra: consistently use double dollar signs inside inner-xxx-targets by Thomas De Schampheleire · 10 years ago
  47. 3fbd988 filesystems: also chown symlinks by Yann E. MORIN · 10 years ago
  48. 28b514a fs/common.mk: unbreak .xz compression when host-xz isn't built by Peter Korsgaard · 10 years ago
  49. 89e1611 fs: use our own tools when calling the fakerooted script by Yann E. MORIN · 10 years ago
  50. 1773a2a fs: use our own mkpasswd when creating users by Yann E. MORIN · 10 years ago
  51. b019490 system: add ability to pass additional users tables. by Eric Le Bihan · 10 years ago
  52. f46f81d Don't build host-xz needlessly by Baruch Siach · 11 years ago
  53. a248775 Makefile: add support for top-level parallel make by Fabio Porcedda · 11 years ago
  54. 984524f fs: ensure $(TARGET_DIR_WARNING_FILE) is writable by Yann E. MORIN · 11 years ago
  55. 22cdb65 fs/common.mk: add host-mkpasswd if PACKAGES_USERS is not empty by Samuel Martin · 11 years ago
  56. bd8ef7a rootfs-common: refactor the common compression commands by Arnout Vandecappelle · 11 years ago
  57. 053d678 rootfs-common: remove the now unused ROOTFS_<PKG>_POST_GEN_HOOKS by Arnout Vandecappelle · 11 years ago
  58. 75b6303 rootfs-ext2: make the symlink as a _POST_TARGET by Arnout Vandecappelle · 11 years ago
  59. 741cbcc Fix build reproducibility in Make 3.82 by Jérôme Pouiller · 11 years ago
  60. 1f3af04 packages: add ability for packages to create users by Yann E. MORIN · 11 years ago
  61. 5419651 fs/common: add support for LZO and XZ compression methods by Gustavo Zacarias · 12 years ago
  62. 402d147 fs/common.mk: Strip extra whitespace when device table is empty by Ezequiel Garcia · 12 years ago
  63. 847895d fs/common.mk: delay evaluation of variables by Arnout Vandecappelle (Essensium/Mind) · 12 years ago
  64. 9226a99 Warn the user about the usage of output/target as the root filesystem by Thomas Petazzoni · 12 years ago
  65. ccd7f14 use portable printf instead of echo -e, needed for MacOS X buildhost by Waldemar Brodkorb · 12 years ago
  66. 4ef7ec5 Remove unused .fakeroot.* mechanism by Thomas Petazzoni · 12 years ago
  67. 2444085 Add support for package-declared devices by Maxime Ripard · 13 years ago
  68. 9dc7b73 System config: split static-dev device table setting into seperate option by Peter Korsgaard · 13 years ago
  69. 4e005c4 Allow several device tables and split in two parts our device table by Thomas Petazzoni · 14 years ago
  70. 094b293 fs: add extra deps to ROOTFS_*_DEPENDENCIES variables by Peter Korsgaard · 14 years ago
  71. 0a0cb99 fs: rename make targets to match package/ convention by Peter Korsgaard · 14 years ago
  72. f507921 linux: add support for initramfs by Thomas Petazzoni · 14 years ago
  73. 949db6a Add a <fs>-root-show-depends target by Thomas Petazzoni · 14 years ago
  74. 81cd9d4 makedevs: convert to a more normal way of building packages by Thomas Petazzoni · 15 years ago
  75. 64ec20e fs: change the way the device table is configured by Thomas Petazzoni · 14 years ago
  76. 0585241 Move all filesystem generation code to fs/ by Thomas Petazzoni · 15 years ago[Renamed (98%) from target/common.mk]
  77. d2b0791 target/common: do not use IMAGE by Thomas Petazzoni · 15 years ago
  78. 21f3bcc target: Add new infrastructure for filesystem generation by Thomas Petazzoni · 15 years ago