Go to file
Bernd Kuhls 57f85e52a7 package/gpsd: unconditionally enable NTP time hinting support
Mandatory LEAP* defines are only enabled when TIMEHINT_ENABLE is
enabled: https://gitlab.com/gpsd/gpsd/blob/master/gpsd.h#L293

And TIMEHINT_ENABLE is only enabled when NTPSHM_ENABLE is enabled:
https://gitlab.com/gpsd/gpsd/blob/master/gpsd.h#L109

Upstream has entirely dropped the TIMEHINT_ENABLE option:

  8546be5f1e

So, for the time being, we simply enable it unconditionally.

Fixes:

  http://autobuild.buildroot.net/results/44639b8fe407bee30ac96ab54b8037439f3dac88/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas: drop Config.in.legacy, improve commit log]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-08-07 16:30:47 +02:00
arch
board
boot boot/uboot: use proper spelling of "U-Boot" 2019-08-04 18:46:47 +02:00
configs configs/odroidc2: remove the defconfig 2019-08-04 12:57:19 +02:00
docs docs/manual: update pkg-kconfig doc about <pkg>-diff-config 2019-08-05 22:37:01 +02:00
fs
linux
package package/gpsd: unconditionally enable NTP time hinting support 2019-08-07 16:30:47 +02:00
support support/testing: fix hardening tests 2019-08-05 22:15:18 +02:00
system
toolchain core: allow br2-external trees to provide pre-configured toolchains 2019-08-04 00:13:37 +02:00
utils utils/getdeveloperlib.py: fix flake8 warnings 2019-08-05 22:22:01 +02:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml configs/odroidc2: remove the defconfig 2019-08-04 12:57:19 +02:00
.gitlab-ci.yml.in
CHANGES
Config.in core: split generated kconfig file 2019-08-04 00:13:37 +02:00
Config.in.legacy package/gcc: remove version 6.5 2019-08-04 12:58:35 +02:00
COPYING
DEVELOPERS package/stellarium: new package 2019-08-06 22:33:01 +02:00
Makefile Makefile: ensure $BINARIES_DIR exist before post-image scripts 2019-08-04 17:37:56 +02:00
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches