Thomas Petazzoni
1a40d4c443
configs/friendlyarm_nanopi_neo2: U-Boot needs pylibfdt
...
Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to
build the U-Boot image, so we need to enable
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339457
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 21:43:47 +02:00
Thomas Petazzoni
f4b57f6a67
configs/friendlyarm_nanopi_a64: U-Boot needs pylibfdt
...
Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to
build the U-Boot image, so we need to enable
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339456
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 21:42:52 +02:00
Thomas Petazzoni
972140e278
configs/raspberrypi3: properly update kernel Git commit
...
In commit ed02414e9c
("configs/raspberrypi*: bump kernel version to 5eeff139ea"), which
updated all RaspberryPi defconfigs to use Linux 4.19,
raspberrypi3_defconfig had its
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19 option updated, but not the
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION, which still pointed to an
older Linux 4.14-based RPi kernel. This caused a build failure due to
the headers being more recent than the actual kernel being built.
This commit fixes that by using the same kernel version as all other
RPi defconfigs.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339559
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:45:23 +02:00
Thomas Petazzoni
d9273b22e9
configs/atmel_sama5d3_xplained_mmc_dev: increase ext4 image size
...
The default of 60 MB is no longer sufficient to contain all the tools
enabled in this "development" defconfig, so let's increase the ext4
image size to 120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339421
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:29:26 +02:00
Thomas Petazzoni
df9f189072
configs/atmel_sama5d2_xplained_mmc_dev: increase ext4 image size
...
The default of 60 MB is no longer sufficient to contain all the tools
enabled in this "development" defconfig, so let's increase the ext4
image size to 120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339417
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:28:45 +02:00
Thomas Petazzoni
18a4d55906
configs/atmel_sama5d4_xplained_mmc_dev: increase ext4 image size
...
The default of 60 MB is no longer sufficient to contain all the tools
enabled in this "development" defconfig, so let's increase the ext4
image size to 120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339426
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:27:28 +02:00
Thomas Petazzoni
b5bbb470d5
configs/raspberrypi: increase ext4 image size
...
Since the bump to Linux 4.19 in commit
ed02414e9c , the number of kernel modules
built has increased significantly, to the point where the default of
60 MB for the ext4 image is no longer sufficient, so let's increase to
120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339561
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:26:43 +02:00
Thomas Petazzoni
d4f7767c70
configs/raspberrypi0w: increase ext4 image size
...
Since the bump to Linux 4.19 in commit
ed02414e9c , the number of kernel modules
built has increased significantly, to the point where the default of
60 MB for the ext4 image is no longer sufficient, so let's increase to
120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339556
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:26:24 +02:00
Thomas Petazzoni
4aab77b700
configs/raspberrypi0: increase ext4 image size
...
Since the bump to Linux 4.19 in commit
ed02414e9c , the number of kernel modules
built has increased significantly, to the point where the default of
60 MB for the ext4 image is no longer sufficient, so let's increase to
120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339555
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:25:21 +02:00
Thomas Petazzoni
ce751fad37
configs/atmel_sama5d27_som1_ek_mmc_dev: increase rootfs image size
...
The default rootfs image size is too small, causing the following
build failure:
Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file "udevd"
mkfs.ext4: Could not allocate block in ext2 filesystem while populating file system
*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)
So we increase it to 120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339415
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 14:40:47 +02:00
Thomas Petazzoni
01a0bd3f73
package/yaffs2utils: create $(HOST_DIR)/bin before installation
...
The yaffs2utils Makefile uses plain "cp", which fails when
$(HOST_DIR)/bin doesn't exist. Fix that by creationg $(HOST_DIR)/bin
beforehand.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339624
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:32:23 +02:00
Fabrice Fontaine
762eec1ce9
package/libcpprestsdk: fix static build with boost 1.70.0
...
Fixes:
- http://autobuild.buildroot.org/results/36ef83aefd24bcc6bbf58812aa07aa0f6072cd09
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:23:07 +02:00
Shyam Saini
3851e2259b
configs/bananapi_m64: bump to Linux 5.0 and U-Boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:21:15 +02:00
Shyam Saini
e43706a9bd
configs/bananapi_m2_plus: bump to Linux 5.0 and U-Boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:20:54 +02:00
Shyam Saini
994cffb99e
configs/amarula_vyasa_rk3288: bump to Linux 5.0 and U-Boot 2019.01
...
Bump to linux/linux-headers 5.0 and u-boot version 2019.01
and use mainline linux.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:20:22 +02:00
Shyam Saini
b0bae3bcc8
configs/amarula_vyasa_rk3288: adjust U-Boot config to boot larger kernel image
...
Default value of CONFIG_SYS_BOOTM_LEN in u-boot causes board reset for
large uImage files, so add u-boot patch to increase the maximum kernel
image size.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:18:00 +02:00
Fabrice Fontaine
1067b7d973
package/xlib_libXpm: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/cc47a39d134fbc80426bab6fa3662150374bae35
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:16:06 +02:00
Fabrice Fontaine
30e918133c
package/linknx: add optional log4cpp dependency
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:07:22 +02:00
Fabrice Fontaine
8ba753c60c
package/linknx: bump to version 0.0.1.37
...
- Remove patch, not needed since:
6166831eff
- Needs iconv.h since version 0.0.1.34 and
2cc3a93dcf
- Add a patch to fix link with libiconv
- Disable cppunit (autodetect by default), added with:
ee2efcde54
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:07:12 +02:00
Fabrice Fontaine
8481ba9c19
package/linknx: add license file
...
LICENSE has been added in version 0.0.1.32 with
74671aa279
So add it to LINKNX_LICENSE_FILES as well as its hash
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:06:56 +02:00
Fabrice Fontaine
491b13def5
package/libkrb5: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/b35dd775015772b0f322f77470debe09d24173ff
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 11:47:24 +02:00
Fabrice Fontaine
69c37d8e25
package/refpolicy: set python path
...
Set python path to $(HOST_DIR)/usr/bin/python to avoid build failures if
python3 found on host is broken
Fixes:
- http://autobuild.buildroot.org/results/1f878405593dd05bb00fe0b06ca1c64ffbe6c572
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 11:46:40 +02:00
Fabrice Fontaine
83e19ce661
package/jemalloc: bump to version 5.2.0
...
- Add hash for license file
- Support for m68k and nios2 architectures have been added with
version 5.1.0
- Static library support has been added in version 5.2.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:25:14 +02:00
Fabrice Fontaine
b336f9d795
package/jemalloc: add riscv support
...
riscv support has been added in version 4.2.0 with
919e4a0ea9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:24:52 +02:00
Fabrice Fontaine
68bb4be30f
package/jemalloc: add or1k support
...
or1k support has been added since version 4.0.0 and
ffa259841c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:24:46 +02:00
Fabrice Fontaine
a721018e0d
package/jemalloc: drop obsolete valgrind dependency
...
valgrind support has been removed since version 5.0.0 and
9a8add1510
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:24:40 +02:00
Shyam Saini
e471c6709d
boot/uboot: add support for having host-python-pyelftools as a dependency
...
Rockchip rk3399 SOC based boards require python pyelftools library for
parsing dtb files, so lets add it as uboot dependency.
This commit introduces a new config option
BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS to achieve this.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:21:37 +02:00
Shyam Saini
e2f9cc6348
package/python-pyelftools: add host variant
...
This would be used by uboot for rockchip rk3399
socs boards.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:18:58 +02:00
Fabrice Fontaine
3229cd16bd
package/lrzsz: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/77e3ea00ca2c20d9fe284d31bbdf2b72956eae9f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:15:37 +02:00
Adam Duskett
c626263c21
package/libcpprestsdk: bump to version v2.10.12
...
Signed-off-by: Adam Duskett <Aduskett@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:06:59 +02:00
Asaf Kahlon
2631c44274
package/libuv: bump to version 1.28.0
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:06:32 +02:00
Fabrice Fontaine
561ac51d81
package/libtorrent-rasterbar: fix build with boost 1.70.0
...
Fixes:
- http://autobuild.buildroot.org/results/dc21322e101cbd242a22018f4d506b9f2c26dd33
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:06:13 +02:00
Fabrice Fontaine
6ebaef3818
package/python-ipython: bump to version 7.4.0
...
- Update hash for COPYING.rst, it has been updated to remove
BSD-3-Clause text:
5a6ef3e35d
- Add LICENSE to license files as this is now the file that contain
BSD-3-Clause text
- Needs python3 since version 6.x and above
- Needs new runtime dependencies: backcall and jedi
- Drop obsolete python2 dependencies as well as simplegeneric:
dc0ceb16f9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 22:00:47 +02:00
Fabrice Fontaine
aa6125f6f8
package/prompt-toolkit: bump to version 2.0.9
...
- Add hash for license file
- Add xml depedency
prompt-toolkit in version 2.x is a dependency of ipython 7.x
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 21:59:33 +02:00
Fabrice Fontaine
ca443b49b5
package/python-jedi: new package
...
An autocompletion tool for Python that can be used for text
editors.
https://github.com/davidhalter/jedi
python-jedi is a runtime dependency of ipython 7.3.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
[Thomas: add license for the flask theme]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 21:55:54 +02:00
Fabrice Fontaine
4baa7a7638
package/python-parso: new package
...
A Python Parser.
https://github.com/davidhalter/parso
python-parso is a runtime dependency of python-jedi
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
[Thomas: mention Python-2.0 and BSD-3-Clause in licenses]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:42:19 +02:00
Fabrice Fontaine
62e8ce286c
package/python-backcall: new package
...
Specifications for callback functions passed in to an API.
https://github.com/takluyver/backcall
No license source files are provided from current version, however
upstream added one:
https://github.com/takluyver/backcall/blob/master/LICENSE
python-backcall is a runtime dependency of python-inotify 7.3.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:37:10 +02:00
Fabrice Fontaine
280b4fde0f
package/domoticz: fix build with boost 1.70.0
...
Fixes:
- No autobuilders failures yet
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:34:46 +02:00
Fabrice Fontaine
03046fa0e8
package/domoticz: rewrite init script
...
Follow new S02klogd template
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:31:25 +02:00
Fabrice Fontaine
d8df8cb984
package/dhcp: bump to version 4.4.1
...
- Use --with-bind-extra-config option to:
- add --without-zlib otherwise static build will fail if zlib is found
on host
- Add --without-dlopen otherwise static build will fail
- Drop all patches (already in version)
- Drop autoreconf (not needed anymore)
- Update license to MPL-2.0:
https://www.isc.org/blogs/isc-dhcp-moves-to-mpl-2-0-license
- Update hash of license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:30:31 +02:00
Nylon Chen
b58a6bf774
package/binutils: fix build error due to architecture name is incomplete
...
Fixes
http://autobuild.buildroot.net/results/128/12803a705586e82fdfb49013da2eb3b9879ccd45/
Signed-off-by: Che-Wei Chuang <cnoize@andestech.com >
Signed-off-by: Greentime Hu <greentime@andestech.com >
Signed-off-by: Nylon Chen <nylon7@andestech.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:16:39 +02:00
Fabrice Fontaine
45384e8466
package/postgresql: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/0d35378b8bdcfffb0cefd264c95ca3617034559b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:11:26 +02:00
Fabrice Fontaine
7d348c671b
package/minicom: fix build with lintl
...
Fixes:
- http://autobuild.buildroot.org/results/e64cdcf648764be53a3e951304bb89dc9410db23
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:09:54 +02:00
Fabrice Fontaine
ade9d93aae
package/libtorrent-rasterbar: bump to version 1.2.0
...
- Drop boost-chrono, replaced by std::chrono since
78bc269832
- Drop boost random, replace by standard number classes since
fef94a4c52
- Add two patches to fix build on uclibc
- Needs exception_ptr since
5c361715da
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 16:00:25 +02:00
Fabrice Fontaine
5489aa99a4
package/neardal: bump to version 4143d130ed39299bfc59d08d2c7c77dbc7f809e9
...
- Remove patch (already in version)
- Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:57:25 +02:00
Fabrice Fontaine
aacd43ad18
package/gnuradio: fix build with boost 1.70.0
...
Fixes:
- http://autobuild.buildroot.org/results/4109881eab99fd720e97f1070c374e67dd881b85
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:50:29 +02:00
Alexey Brodkin
d5edfa6eef
package/linux-tools/perf: add dependency on 32-bit sync builtins
...
Sync builtins ops are strictly required by perf utility as it uses
atomic_xxx() functions.
Otherwise building fails like that:
|.../output/host/opt/ext-toolchain/bin/../lib/gcc/arc-snps-linux-uclibc/8.2.1/../../../../arc-snps-linux-uclibc/bin/ld:
|.../output/build/linux-5.0.7/tools/perf/libperf.a(libperf-in.o): in function `atomic_cmpxchg':
|.../output/build/linux-5.0.7/tools/include/asm-generic/atomic-gcc.h:69: undefined reference to `__sync_val_compare_and_swap_4'
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
[Thomas: drop Config.in comment]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:35:38 +02:00
Fabrice Fontaine
fa7804fec4
package/ghostscript: fix parallel build
...
Fixes:
- http://autobuild.buildroot.org/results/eb33b41d1b267d0207a6e3a9f5ca7f79b2f51887
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:34:15 +02:00
Fabrice Fontaine
41da6f02ac
package/freerdp: fix build without xfixes
...
Fixes:
- http://autobuild.buildroot.org/results/69245e574787bada718c52c805ec137041dc233d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:33:22 +02:00
Fabrice Fontaine
f1ade3ac96
package/xserver_xorg-server: fix build without glx
...
Fixes:
- http://autobuild.buildroot.org/results/397f8098c57fc6c88aa12dc8d35ebb1b933d52ef
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-20 15:32:27 +02:00