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
2021.02.x
master
Buildroot: Making Embedded Linux easy
jacmet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for 2018.02-rc1
2018.02-rc1
Peter Korsgaard
2018-02-05
1
-2
/
+2
*
Makefile, manual, website: Bump copyright year
Peter Korsgaard
2018-02-01
1
-1
/
+1
*
Makefile: Store OS release in /usr/lib/os-release
Chris Lesiak
2018-01-28
1
-1
/
+2
*
pkg-{download, generic}: remove source-check
Maxime Hadjinlian
2018-01-08
1
-6
/
+1
*
Merge branch 'next'
Thomas Petazzoni
2017-12-01
1
-1
/
+5
|
\
|
*
core: sort packages and eliminate duplicates in show-targets
Yann E. MORIN
2017-11-30
1
-1
/
+1
|
*
core: check files are not touched by more than one package
Yann E. MORIN
2017-11-27
1
-0
/
+4
*
|
Kickoff 2018.02 cycle
Peter Korsgaard
2017-12-01
1
-1
/
+1
*
|
Update for 2017.11
2017.11
Peter Korsgaard
2017-11-30
1
-2
/
+2
*
|
Fix makefile include order by using sort/wildcard.
Peter Seiderer
2017-11-24
1
-4
/
+4
|
/
*
Update for 2017.11-rc2
2017.11-rc2
Peter Korsgaard
2017-11-13
1
-2
/
+2
*
Update for 2017.11-rc1
2017.11-rc1
Peter Korsgaard
2017-11-06
1
-2
/
+2
*
core/reproducible: do not override SOURCE_DATE_EPOCH
Yann E. MORIN
2017-11-05
1
-1
/
+1
*
Add DEPENDENCIES_HOST_PREREQ to the list of packages
Alfredo Alvarez Fernandez
2017-10-22
1
-0
/
+2
*
HOST_DIR/lib: symlink respectively to lib32/64
Matt Weber
2017-10-05
1
-1
/
+8
*
Kickoff 2017.11 cycle
Thomas Petazzoni
2017-09-02
1
-1
/
+1
*
Update for 2017.08
2017.08
Peter Korsgaard
2017-09-02
1
-2
/
+2
*
Update for 2017.08-rc3
2017.08-rc3
Thomas Petazzoni
2017-08-23
1
-2
/
+2
*
Update for 2017.08-rc2
2017.08-rc2
Thomas Petazzoni
2017-08-11
1
-2
/
+2
*
Update for 2017.08-rc1
2017.08-rc1
Thomas Petazzoni
2017-08-02
1
-2
/
+2
*
Makefile: add alldefconfig target
Arnout Vandecappelle
2017-07-25
1
-2
/
+3
*
Makefile: refactor *config targets
Arnout Vandecappelle
2017-07-25
1
-36
/
+6
*
system: provide package-wide system variables and macros
Yann E. MORIN
2017-07-22
1
-0
/
+1
*
core: introduce "sdk" target to make a relocatable SDK
Wolfgang Grandegger
2017-07-22
1
-0
/
+9
*
core: sanitize RPATH in target tree before copying the overlay
Wolfgang Grandegger
2017-07-20
1
-0
/
+3
*
Makefile: properly create $(HOST_DIR)/usr compatibility symlink
Arnout Vandecappelle
2017-07-10
1
-7
/
+6
*
legal-info: add hash for our own license file
Yann E. MORIN
2017-07-05
1
-2
/
+2
*
Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin
Arnout Vandecappelle
2017-07-05
1
-2
/
+2
*
Makefile: remove $(HOST_DIR)/usr from BR_PATH
Arnout Vandecappelle
2017-07-05
1
-1
/
+1
*
Eliminate $(HOST_DIR)/usr
Arnout Vandecappelle
2017-07-05
1
-4
/
+3
*
Move $(HOST_DIR)/usr/lib to $(HOST_DIR)/lib
Arnout Vandecappelle
2017-07-05
1
-3
/
+7
*
Move $(HOST_DIR)/usr/$(GNU_TARGET_NAME) one level up.
Arnout Vandecappelle
2017-07-05
1
-0
/
+2
*
core/pkg-util: pass package directory and name when saving license files
Yann E. MORIN
2017-07-03
1
-1
/
+1
*
Makefile: generate wrapper makefile when running make without a .config
Peter Korsgaard
2017-07-03
1
-1
/
+1
*
.gitlab-ci.yml: run our runtime tests
Thomas Petazzoni
2017-07-02
1
-2
/
+5
*
Makefile: don't run "menuconfig" automatically
Arnout Vandecappelle
2017-07-01
1
-3
/
+2
*
Makefile: unconfigured "make toolchain" should run report error
Arnout Vandecappelle
2017-07-01
1
-0
/
+8
*
printvars: remove "Nothing to be done for 'printvars'."
Arnout Vandecappelle
2017-06-15
1
-1
/
+1
*
Makefile: add missing PHONY targets
Arnout Vandecappelle
2017-06-15
1
-0
/
+9
*
Makefile: declare targets PHONY where they are defined
Arnout Vandecappelle
2017-06-15
1
-4
/
+16
*
Makefile: use pattern for manual-% in noconfig_targets
Arnout Vandecappelle
2017-06-15
1
-2
/
+1
*
Makefile: document noconfig_targets variable
Arnout Vandecappelle
2017-06-15
1
-0
/
+1
*
Makefile: remove 'toolchain' from .PHONY
Arnout Vandecappelle
2017-06-15
1
-1
/
+1
*
Kickoff 2017.08 cycle
Peter Korsgaard
2017-06-01
1
-1
/
+1
*
Update for 2017.05
2017.05
Peter Korsgaard
2017-05-31
1
-2
/
+2
*
Update for 2017.05-rc3
2017.05-rc3
Peter Korsgaard
2017-05-30
1
-2
/
+2
*
Update for 2017.05-rc2
2017.05-rc2
Peter Korsgaard
2017-05-17
1
-2
/
+2
*
Update for 2017.05-rc1
2017.05-rc1
Peter Korsgaard
2017-05-08
1
-2
/
+2
*
core: add rule to dump packages' build order
Yann E. MORIN
2017-04-13
1
-0
/
+2
*
Makefile: use SPDX short identifier for Buildroot license
Rahul Bedarkar
2017-04-01
1
-1
/
+1
[next]