index
:
buildroot
2012.11.x
2013.08.x
2015.08.x
2015.11.x
2016.08.x
2016.11.x
2017.02.x
2017.05.x
2017.08.x
2017.11.x
2018.02.x
2018.05.x
2018.08.x
2018.11.x
2019.02.x
2019.05.x
2019.08.x
2019.11.x
2020.02.x
2020.05.x
2020.08.x
2020.11.x
master
next
Buildroot: Making Embedded Linux easy
jacmet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
common.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/cpio: add zstd as compression option
José Luis Salvador Rufo
2021-01-16
1
-0
/
+5
*
fs/common.mk: move BR2_ROOTFS_POST_FAKEROOT_SCRIPT after pre cmd hooks
Charles Hardin
2020-09-27
1
-2
/
+2
*
fs/common.mk: move down ROOTFS_REPRODUCIBLE for consistency
Antoine Tenart
2020-09-04
1
-6
/
+6
*
fs/common.mk: set SELinux file security contexts
Antoine Tenart
2020-09-04
1
-0
/
+11
*
fs/common.mk: enable multithreaded xz compression
James Hilliard
2019-08-03
1
-0
/
+3
*
fs/common.mk: do not store original names and timestamps when creating gzippe...
Atharva Lele
2019-07-17
1
-1
/
+1
*
core: remove show-dependency-tree
Yann E. MORIN
2019-05-07
1
-8
/
+0
*
core: add per-package and per-filesystem show-info
Yann E. MORIN
2019-04-15
1
-1
/
+10
*
fs: add all recursive dependencies to packages list
Yann E. MORIN
2019-04-15
1
-1
/
+1
*
fs: introduce variable with all recursive dependencies
Yann E. MORIN
2019-04-15
1
-0
/
+24
*
fs: introduce variables with name and type
Yann E. MORIN
2019-04-15
1
-0
/
+4
*
fs/common.mk: disable real chown calls in fakeroot
Peter Korsgaard
2019-04-06
1
-1
/
+1
*
core: add make-based full-dependency list
Yann E. MORIN
2019-03-17
1
-0
/
+8
*
fs/common.mk: make sure that static devices from packages are created
Thomas Petazzoni
2018-12-04
1
-1
/
+1
*
fs/common.mk: allow user provided permissions to override packages permissions
Yann E. MORIN
2018-12-04
1
-2
/
+3
*
fs/common.mk: rename FULL_DEVICE_TABLE to ROOTFS_FULL_DEVICES_TABLE
Thomas Petazzoni
2018-12-04
1
-5
/
+5
*
fs/common.mk: rename internal variable
Yann E. MORIN
2018-12-03
1
-4
/
+6
*
Merge branch 'next'
Peter Korsgaard
2018-12-02
1
-5
/
+8
|
\
|
*
fs/common: allow filesystems to set the name of their output file
Carlos Santos
2018-12-01
1
-5
/
+7
|
*
Makefile: rework main directory creation logic
Thomas Petazzoni
2018-11-26
1
-0
/
+1
*
|
fs/common.mk: Fix show-build-order
Serj Kalichev
2018-11-18
1
-1
/
+1
*
|
fs: don't use an intermediate tarball
Yann E. MORIN
2018-11-13
1
-41
/
+18
|
/
*
fs/common: always depend on build host-tar if needed
Yann E. MORIN
2018-11-01
1
-0
/
+1
*
fs/common: allow custom user table to override package-defined users
Matt Weber
2018-10-20
1
-1
/
+2
*
fs: ensure hard links in TARGET_DIR are correctly copied for filesystem input
Peter Korsgaard
2018-05-27
1
-1
/
+1
*
fs: remove intermediate artefacts
Yann E. MORIN
2018-03-31
1
-0
/
+2
*
fs: get rid of package-provided post-fs hooks
Yann E. MORIN
2018-03-31
1
-2
/
+0
*
fs: run packages' filesystem hooks in a copy of target/
Yann E. MORIN
2018-03-31
1
-2
/
+5
*
fs: use a common tarball as base for the other filesystems
Yann E. MORIN
2018-03-31
1
-28
/
+47
*
fs: introduce a macro for reproducible command
Yann E. MORIN
2018-03-31
1
-3
/
+7
*
fs: new intermediate rootfs-common to gather common dependencies
Yann E. MORIN
2018-03-31
1
-4
/
+19
*
fs: introduce per-rootfs TARGET_DIR variable
Yann E. MORIN
2018-03-31
1
-0
/
+1
*
fs: split per-rootfs dependency line
Yann E. MORIN
2018-03-31
1
-1
/
+2
*
fs: use a per-rootfs fakeroot script
Yann E. MORIN
2018-03-31
1
-3
/
+3
*
fs: define per-rootfs directory
Yann E. MORIN
2018-03-31
1
-0
/
+2
*
fs: set per-rootfs variable name
Yann E. MORIN
2018-03-31
1
-0
/
+1
*
fs: run filesystem hooks under fakeroot
Yann E. MORIN
2018-03-31
1
-1
/
+2
*
fs: pass EXTRA_ENV to post-fakeroot script
Yann E. MORIN
2018-01-15
1
-1
/
+1
*
fs/common.mk: support lz4 compression
Peter Korsgaard
2018-01-08
1
-0
/
+5
*
fs: make it behave a bit more like the package infra
Yann E. MORIN
2018-01-03
1
-4
/
+3
*
fs: prepare temp directory before running PRE_GEN hooks
Yann E. MORIN
2017-12-02
1
-1
/
+1
*
fs: don't remove intermediate files
Yann E. MORIN
2017-11-30
1
-1
/
+0
*
fs: don't pollute $(BUILD_DIR) with temp files
Yann E. MORIN
2017-11-30
1
-5
/
+6
*
fs: remove TARGET_DIR_WARNING_FILE late
Yann E. MORIN
2017-11-30
1
-1
/
+1
*
fs/common: get rid of post-target rules
Yann E. MORIN
2017-11-30
1
-5
/
+8
*
fs: add missing $$(sep) to pre- and post-command hooks code
Andrey Smirnov
2017-11-05
1
-2
/
+2
*
fs: add pre- and post-command hooks
Yann E. MORIN
2017-08-02
1
-0
/
+4
*
Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin
Arnout Vandecappelle
2017-07-05
1
-2
/
+2
*
fs: set packages permissions even with no system device tables
Yann E. MORIN
2016-12-14
1
-1
/
+1
*
Merge branch 'next'
Peter Korsgaard
2016-12-01
1
-0
/
+3
|
\
[next]