Thomas Petazzoni
e78528f8a9
DEVELOPERS: remove Abhilash Tuse
...
His e-mail address @imgtec.com is bouncing:
<abhilash.tuse@imgtec.com >: host
mxa-00376f01.gslb.pphosted.com[185.132.180.163] said: 550 5.1.1 User
Unknown (in reply to RCPT TO command)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-14 14:48:32 +02:00
Fabrice Fontaine
3d1586109e
package/libcpprestsdk: install to staging
...
libcpprestsdk is a library so it makes sense to install it in
staging even if no current package is using it for now
Fixes:
- https://bugs.buildroot.org/show_bug.cgi?id=11936
Signed-off-by: Hein Gustavsen <hein.gustavsen@miros-group.com >
[Retrieved (and slightly update commit message) from:
https://bugs.buildroot.org/show_bug.cgi?id=11936 ]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-13 23:02:10 +02:00
Fabrice Fontaine
3cd991c226
package/tcpreplay: add optional libdnet dependency
...
Fixes:
- https://bugs.buildroot.org/show_bug.cgi?id=12096
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-13 21:39:31 +02:00
Fabrice Fontaine
3a4b68278a
package/libdnet: fix dnet-config
...
Add dnet-config to LIBDNET_CONFIG_SCRIPTS so this script can be used by
applications such as tcpreplay
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-13 21:39:23 +02:00
Fabrice Fontaine
dc2067d51c
package/tcpreplay: security bump to version 4.3.2
...
This release contains bug fixes only:
- CVE-2019-8381 memory access in do_checksum() (#538 )
- CVE-2019-8376 NULL pointer dereference get_layer4_v6() (#537 )
- CVE-2019-8377 NULL pointer dereference get_ipv6_l4proto() (#536 )
- Rename Ethereal to Wireshark (#545 )
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-13 21:39:16 +02:00
Fabrice Fontaine
e43d9072aa
package/dtc: fix build without libyaml
...
- Pass NO_YAML=1 to make when libyaml is disabled
- Move BR2_PACKAGE_LIBYAML block outside
BR2_PACKAGE_DTC_PROGRAMS block to avoid duplicating NO_YAML=1 even if
libyaml is only used / needed with dtc program
Fixes:
- http://autobuild.buildroot.org/results/68a1ba8d615951931567bc8a409c1d16624c902b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-13 21:39:00 +02:00
Angelo Compagnucci
9741de8466
linux: bump CIP to version v4.19.65-cip8
...
This patch bumps Linux CIP to version v4.19.65-cip8.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-13 16:20:09 +02:00
Thomas Petazzoni
035540b64a
package/qt5/qt5enginio: switch to a depends on for SSL support
...
qt5enginio requires SSL support in qt5base. However, the SSL support
in qt5base is a bit annoying: while it can be provided by either
openssl or libressl for Qt latest, it can only be provided by
libressl for Qt 5.6.
Fabrice Fontaine initially proposed [0] a dependency on
BR2_PACKAGE_QT5BASE_OPENSSL, and a long discussion
followed. Ultimately, we found the dependency to not be nice, as it
required users to know that they need to enable some SSL
implementation to be able to enable qt5enginio.
The current solution enables BR2_PACKAGE_OPENSSL (the virtual
package), which can be either openssl or libressl. This choice was
done under the assumption that we anyway don't test Qt 5.6 in the
autobuilders. However, this is incorrect: Qt latest needs gcc >= 4.8
on host and target, and we have configurations in the autobuilders
that don't meet this requirement, and therefore build Qt 5.6, and face
a build issue due to OpenSSL being used instead of LibreSSL.
After additional thinking, this commit simply gets back to the
original solution proposed by Fabrice: a "depends on". We simply add
Config.in comments to help the user in knowing what is missing to
enable qt5enginio.
An alternate solution would have been to disallow selecting qt5enginio
when Qt 5.6 is used. But fixing the qt5enginio build is also needed
for the LTS branch, and we can't drop qt5enginio on Qt 5.6 in the LTS
branch, as that could bother users.
Fixes:
http://autobuild.buildroot.net/results/227d4b9e2b48c5b3f2dcf0fad9eefa2816c1eb0c/
[0] https://patchwork.ozlabs.org/patch/1053883/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-13 15:13:55 +02:00
Baruch Siach
20ab45c56c
package/musl: fix conflict with riscv kernel headers
...
Add two upstream patches fixing musl vs kernel headers conflict. This
fixes build of strace for risc64 at it happens to use headers from both
sources.
Modify patch #3 to leave a single newline in user.h. Otherwise 'patch
-E' in apply-patches.sh deletes user.h instead of leaving it empty.
Fixes (strace):
http://autobuild.buildroot.net/results/ac32e83dc5eb5ce2809fc4b9d11f540dbdae9ed6/
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 23:39:49 +02:00
Thomas Petazzoni
adcb1bc56e
DEVELOPERS: make Peter Seiderer the contact for all RPi defconfigs
...
Peter is already listed in the DEVELOPERS file for board/raspberrypi/
and configs/raspberrypi3_defconfig, and in practice contributes
regularly to all RPi defconfigs. It makes sense to have him listed in
the DEVELOPERS file for all RPi defconfigs.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Peter Seiderer <ps.report@gmx.net >
Acked-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 23:09:09 +02:00
Thomas Petazzoni
424839af99
DEVELOPERS: add Rafal Susz as contact for s6lx9_microboard_defconfig
...
Rafal was the last person modifying this defconfig. Let's add him as
the contact for this defconfig, so that he receives build failure
notifications and gets Cc'ed on patches.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Rafal Susz <rafal.susz@gmail.com >
Acked-by: Rafal Susz <rafal.susz@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 23:07:25 +02:00
Thomas Petazzoni
465d715679
DEVELOPERS: add Sergio Prado as contact for toradex_apalis_imx6_defconfig
...
Sergio added this defconfig a while ago, and is still active
contributing to Buildroot, so let's add him as the contact for this
defconfig, so that he receives build failure notifications and gets
Cc'ed on patches.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Sergio Prado <sergio.prado@e-labworks.com >
Cc: Scott Fan <fancp2007@gmail.com >
Acked-by: "Sergio Prado" <sergio.prado@e-labworks.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 23:07:20 +02:00
Thomas Petazzoni
fc75f57504
DEVELOPERS: add Luca Ceresoli for more Zynq board
...
Luca Ceresoli has de-facto been updating/maintaining the
zynq_microzed_defconfig and zynq_zc706_defconfig for the past few
years, so let's add him in the DEVELOPERS for those two defconfigs.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Luca Ceresoli <luca@lucaceresoli.net >
Acked-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 23:07:09 +02:00
Thomas Petazzoni
7629b27207
DEVELOPERS: add Christophe Priouzeau as contact for STM32 defconfigs
...
Christophe has recently taken care of those defconfigs, so let's add
him as a contact for those defconfigs, so that he receives build
failure notifications and is Cc'ed on patches.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Christophe PRIOUZEAU <christophe.priouzeau@st.com >
Cc: Lee Jones <lee.jones@linaro.org >
Acked-by: Christophe Priouzeau <christophe.priouzeau@st.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 23:07:06 +02:00
Fabrice Fontaine
347bc0bb1e
package/qemu: fix build with kernel >= 5.2
...
Fixes:
- http://autobuild.buildroot.org/results/9bc0ed3ce74ec5e09263f625477393d5149eb872
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 23:04:06 +02:00
Fabrice Fontaine
1f6c7d6e0f
package/libbsd: security bump to version 0.10.0
...
- Remove patch (already in version)
- Update site to get the latest version
- Update hash of license file (update in year, new file and author)
- Remove !(BR2_TOOLCHAIN_USES_UCLIBC && !BR2_USE_MMU) dependency,
__register_at_fork availability is correclty checked since
b0ebb0d4c2
- Includes Several security related fixes for nlist() reported by Daniel
Hodson and one by Coverity Scan, see
https://lists.freedesktop.org/archives/libbsd/2019-August/000229.html
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 23:00:24 +02:00
Carlos Santos
59856480b6
packages/devmem2: remove from all board configurations
...
It is not used by any other application selected by those defconfigs.
Tested building all boards and searching recursively for devmem2 in the
target directory.
Signed-off-by: Carlos Santos <unixmania@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 22:41:38 +02:00
Carlos Santos
2f6e3eae55
package/ti-gfx: do not use devmem2 in script
...
ti-gfx may install a debug script that uses devmem2 but does not select
BR2_PACKAGE_DEVMEM2. Use devmem, instead, already provided by Busybox.
Signed-off-by: Carlos Santos <unixmania@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 22:41:32 +02:00
Pierre-Jean Texier
f22a5fc5a4
DEVELOPERS: add Pierre-Jean Texier for genimage, libarchive and libxml2
...
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 22:37:50 +02:00
Francois Perrad
90007d73ae
DEVELOPERS: add Francois Perrad for these Lua modules
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 22:37:46 +02:00
Baruch Siach
7fbedfa52c
configs/solidrun_clearfog: bump U-Boot to 2019.07
...
Fixes "SPL image too big" error.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/269139293
Cc: Jan Kundrát <jan.kundrat@cesnet.cz >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 22:37:23 +02:00
Bernd Kuhls
b3c7bed5b5
DEVELOPERS: add Bernd Kuhls for flac & pulseaudio
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 22:36:58 +02:00
Fabrice Fontaine
7806748e6c
package/micropython: fix build with gcc 9
...
Fixes:
- http://autobuild.buildroot.org/results/087906ea63875bcea244aa8f1e551aecd8285f65
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Reviewed-by: Chris Packham <judge.packham@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-12 22:36:08 +02:00
Romain Naour
df4f4d9ebb
DEVELOPERS: add Romain Naour for binutils, gcc, glibc
...
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 23:19:00 +02:00
Bernd Kuhls
cbaa50fe4f
package/harfbuzz: needs gcc >= 4.8
...
Due to the version bump to 2.5.2 we need gcc >= 4.8.
Fixes:
http://autobuild.buildroot.net/results/924/9247b9773099d7995ad8fa1665dd768bb550f63c/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 23:03:16 +02:00
Bernd Kuhls
1a9eda8b38
package/libgtk3: needs gcc & host gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8 and host
gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 23:02:56 +02:00
Bernd Kuhls
ebffec95c0
package/libgtk2: needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 23:02:42 +02:00
Bernd Kuhls
ae0eb7b212
package/pango: needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:51:21 +02:00
Bernd Kuhls
65fe7a29c0
package/gtkmm3: needs host gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need host gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:51:06 +02:00
Bernd Kuhls
837eac15cf
package/librsvg: needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:50:51 +02:00
Bernd Kuhls
c5cb3cceeb
package/vte: needs host gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need host gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:50:30 +02:00
Bernd Kuhls
59aa56b6dc
package/imagemagick: host svg support needs host gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 host SVG support needs host
gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:50:17 +02:00
Bernd Kuhls
1e2a4fa8b2
package/efl: SVG loader needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 the SVG loader needs gcc >=
4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:50:02 +02:00
Bernd Kuhls
e49a730828
package/enlightenment: needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:50:02 +02:00
Bernd Kuhls
8ba3d7ec33
package/gstreamer1/gst1-plugins-base: pango plugin needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 the pango plugin needs gcc >=
4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:48:11 +02:00
Bernd Kuhls
ad6490360a
package/gstreamer1/gst1-plugins-bad: rsvg plugin needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 the rsvg plugin needs gcc >=
4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:48:03 +02:00
Bernd Kuhls
9ef323533a
package/gstreamer/gst-plugins-base: pango plugin needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 the pango plugin needs gcc >=
4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:47:54 +02:00
Bernd Kuhls
42f785dfb4
package/gstreamer/gst-plugins-bad: rsvg plugin needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 the rsvg plugin needs gcc >=
4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:47:43 +02:00
Bernd Kuhls
8f9502a0bf
package/openbox: needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:47:35 +02:00
Bernd Kuhls
76e902ca8c
package/opencv: gtk support needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 gtk support needs gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:47:25 +02:00
Bernd Kuhls
f754ded055
package/libfm: needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:47:14 +02:00
Bernd Kuhls
c99369deee
package/pcmanfm: needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:47:04 +02:00
Bernd Kuhls
073fccfbeb
package/pinentry: pinentry-gtk2 needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 pinentry-gtk2 needs gcc >=
4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:46:52 +02:00
Bernd Kuhls
c6d19eca29
package/qt5/qt5base: harfbuzz support needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:46:34 +02:00
Bernd Kuhls
1e9cd876d0
package/rrdtool: rrd_graph support needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 gcc >= 4.8 is needed for
rrd_graph support.
Added BR2_TOOLCHAIN_HAS_SYNC_4 dependency to comment.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:46:15 +02:00
Bernd Kuhls
4efc2de0c2
package/xscreensaver: needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 we need gcc >= 4.8.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:45:53 +02:00
Bernd Kuhls
0ca090b5f6
package/cwiid: wmgui needs gcc >= 4.8
...
Due to the harfbuzz bump to version 2.5.2 wmgui needs gcc >= 4.8.
Fixed typo in BR2_TOOLCHAIN_HAS_SYNC_4 comment.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:38:07 +02:00
Thomas Petazzoni
43cc954a61
DEVELOPERS: add Alexey Brodkin as contact for cubieboard2_defconfig
...
Alexey was the last person to make significant changes to this
defconfig, so let's add him as a contact for the maintenance of this
defconfig.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Alexey Brodkin <alexey.brodkin@synopsys.com >
Acked-by: Alexey Brodkin <abrodkin@synopsys.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:05:41 +02:00
Thomas Petazzoni
a7cacc5244
DEVELOPERS: add Yann E. Morin as contact for nanopi_neo_defconfig
...
Yann originally contributed this defconfig, and updated it regularly
afterwards, so let's list him as contact for this defconfig.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Yann E. MORIN <yann.morin.1998@free.fr >
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 22:05:37 +02:00
Biagio Montaruli
42ea31c114
configs/acmesystems_arietta_g25: bump Linux and AT91Bootstrap versions
...
* Bump Linux version to 4.19
* Use default 'genimage' post-image script (support/scripts/genimage.sh)
to build sdcard.img
* Bump AT91bootstrap version to 3.8.13
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/269139084
https://gitlab.com/buildroot.org/buildroot/-/jobs/269139083
Signed-off-by: Biagio Montaruli <biagio.hkr@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 21:58:05 +02:00