Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Fabio EstevamFabio Estevam
4dccfcbdd28configs/warpboard: Generate an sdcard imageGenerate an sdcard.img image to make it easier the deployment of a Buildroot image. [Peter: drop unneeded exit statement in post-image script] Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
389c2cf06deipkg: mark as deprecatedipkg dates back to the early 2000s when Compaq started the handhelds.org project, it hasn't seen development since 2006, got forked as opkg a decade ago and is starting to cause autobuilder issues, so mark it as deprecated. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
2fccf22c3a4ipmiutil: bump to version 2.9.9Drop upstream patches, and update AUTORECONF comment accordingly. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Dagg StomplerDagg Stompler
aeadc84203codroid-scripts: select fbsetfbset is used by one of the init scripts, so we need it as a runtime dependency. Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabrice FontaineFabrice Fontaine
59221b24ec0gupnp: bump to version 0.20.18Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabrice FontaineFabrice Fontaine
0ee00d53d7bgssdp: bump to version 0.14.16Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
7728d5eb910modem-manager: bump to version 1.6.0MUSL build was fixed in this release. Fixes: http://autobuild.buildroot.net/results/fcc/fcce95bd13407535bee336e34288b55142ae0bb5 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
c2b7d55c7a5libqmi: bump to version 1.16.0Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yegor YefremovYegor Yefremov
b100839e4eelibmbim: bump to version 1.14.0Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Joel StanleyJoel Stanley
100058c3cecpackage/pdbg: new packagePowerPC FSI Debugger, for low level debugging of a Power8 CPU over FSI. Signed-off-by: Joel Stanley <joel@jms.id.au> [Thomas: - add to package/Config.in - add hash file] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
David RaemanDavid Raeman
5ca9b7cf669dtc: install libfdt library and headers for host variantThe dtc package currently does not install libfdt for the host install. It can be useful to have libfdt on the host, such as for building QEMU with the --enable-fdt configure switch. Signed-off-by: David Raeman <draeman@bbn.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
David RaemanDavid Raeman
6f8162cf8c1package/Makefile.in should grab HOST_DIR headers using -isystem instead of -I.HOST_CFLAGS includes a search path for HOST_DIR/usr/include using -I. When HOST_CFLAGS is used by a package, these flags are passed to the compiler ahead of flags passed by the package's internal make system. If a package has a header file with the same name as a header file in HOST_DIR, this causes the toolchain to prefer the file from the system include directory because its -I appears first ...
Fabrice FontaineFabrice Fontaine
67f96915b14tinycbor: new packageConcise Binary Object Representation (CBOR) Library Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> [Thomas: - use lower-case letters in the Config.in option prompt - remove BR2_PACKAGE_TINYCBOR_JSON2CBOR sub-option, simply rely on the cjson package being enabled - pass prefix=/usr only at install time.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sergio PradoSergio Prado
89a33a06022docs/manual: use TARGET_CONFIGURE_OPTS in generic-package tutorialTARGET_CONFIGURE_OPTS is preferred over manually using CC and LD. Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
fb640120d8anettle: disable assembly optimizations for ARMv7MIt's thumb2-only and it requires ARM instructions. Since V4 and V5 aren't enough either use the V7M knob to avoid over-complicating the conditional. Fixes: http://autobuild.buildroot.net/results/354/35418d33efa902d3a1a82b2cd58d8db1b1172e49/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio EstevamFabio Estevam
b9cece6994fconfigs: Add new configuration for i.MX6UL Pico boardAdd support for Technexion's i.MX6UL Pico board running U-boot 2016.07 and kernel 4.7. For information about this board, please visit: http://www.wandboard.org/images/hobbit/hobbitboard-imx6ul-reva1.pdf Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio EstevamFabio Estevam
5c5ec8c8c8elinux-headers: bump default to version 4.7Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio EstevamFabio Estevam
e36bf63f9fetoolchain: add 4.7.x choice for headersSigned-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio EstevamFabio Estevam
969560c9f19linux: bump default to version 4.7Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
4770c4ef83fgrub2: add patch to fix build with recent gcc versionsThis commit backports a patch from upstream grub2 that fixes a build issue occuring at least with recent gcc versions: gettext/gettext.c:37:36: error: storage size of 'main_context' isn't known static struct grub_gettext_context main_context, secondary_context; Fixes bug #8991. Bug reproduced with: BR2_x86_64=y BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_5=y BR2_TOOLCHAIN_BUILDROOT_GLIBC=y BR2...
Thomas PetazzoniThomas Petazzoni
238761e3903grub2: rename patch with the proper naming conventionSigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Adam DuskettAdam Duskett
cdb10772c7dpackage/libsepol: Remove use of cdefs.hLibsepol uses cdefs.h which is a internal glibc header. This header is not intended to be used by any program and will cause compiling against musl (and possibly other c libraries) to fail. This patch fixed this issue and replaces all references of Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain NaourRomain Naour
bd3c4d8c7f6support: pkg-stats: add efl package in packages statsSince efl update to 1.15 version, the efl package is a "real" Buildroot package. It doesn't contain any subdirectories anymore. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Waldemar BrodkorbWaldemar Brodkorb
9068fe0dea7board: add blackfin gdb simulator supportWith this config you can bootup a Linux kernel in GDB simulator and test Blackfin kernel and userland. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
4846700a1b5board/avnet: swap ramdisk and DT load addresses in U-Boot environmentAs reported in bug #9091, the U-Boot environment we provide for the Microzed and Zedboard platforms loads the ramdisk at 0x2000000 and the DT at 0x3000000. This means that a large enough ramdisk overwrites the DT. It makes more sense to load the DT at 0x2000000 and the ramdisk at 0x3000000. Reported-by: Michael Monaghan <michaellmonaghan@gmail.com> Tested-by: Michael Monaghan <michaellmonagha...
Dagg StomplerDagg Stompler
55e04e8d4a8odroid-mali: new packageSigned-off-by: Dagg Stompler <daggs@gmx.com> [Thomas: - restrict to EABIhf for ARM, since the libraries are pre-built for this ABI - add comment about the glibc dependency - indicate odroid-scripts is a runtime dependency - remove fbset dependency] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Dagg StomplerDagg Stompler
5d7d4749c4cconfigs/odroidc2: select odroid-scriptsSigned-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Dagg StomplerDagg Stompler
4f61cbb3b9dodroid-scripts: new packageSigned-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
9101ce5800crunc: pass -extldflags '-static' on when BR2_STATIC_LIBS=yThere is no reason to link Go binaries statically, unless when BR2_STATIC_LIBS=y. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
80634e30615flannel: pass -extldflags '-static' on when BR2_STATIC_LIBS=yThere is no reason to link Go binaries statically, unless when BR2_STATIC_LIBS=y. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
98cc1cbeb69docker-containerd: pass -extldflags '-static' on when BR2_STATIC_LIBS=yThere is no reason to link Go binaries statically, unless when BR2_STATIC_LIBS=y. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
af127a6ddd4package/ffmpeg: add optional dependency to libebur128ebur128 support depends on gpl support in ffmpeg: http://git.videolan.org/?p=ffmpeg.git;a=blob;f=configure;h=ec4ff083dd373bce34869b67189905e2822b848b;hb=refs/heads/release/2.8#l2747 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
a32d29cd847package/libebur128: new packageSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain NaourRomain Naour
560334bb2a4package/gdb: fix gnulib issue with musl and uClibc toolchainsStarting with gdb 7.11, the bundled gnulib want to use rpl_gettimeofday (gettimeofday replacement) due bad guessing when cross-compiling with musl and uClibc toolchains. Instead of patching gnulib configure script to fix the test, use gl_cv_func_gettimeofday_clobber=no to not use rpl_gettimeofday. Thanks to Thomas Petazzoni to suggest this patch. Reported upstream: https://sourceware.org/bugz...
Romain NaourRomain Naour
5f2ff606449package/go: needs PIE supportWhen built statically, runc try to link against Scrt1.o which is not provided by uClibc ARM toolchain for static build only. [...]arm-buildroot-linux-uclibcgnueabi/bin/ld: cannot find Scrt1.o: No such file or directory collect2: error: ld returned 1 exit status On ARM, Go forces the use of -pie, for some reason: pie := (goarch == "arm" && goos == "linux") || goos == "android" if pie ...
Waldemar BrodkorbWaldemar Brodkorb
3c93901bcd2toolchain: add hidden symbol for PIE supportuClibc-ng does not support PIE for some architectures as arc and m68k. It isn't implemented in the static linking case, too. With musl toolchains you might have static PIE support with little patching of gcc. Static linking for GNU libc isn't enabled in buildroot. Fixup any package using special treatment of PIE. (grep -ir pie package/*/*.mk) Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> ...
Thomas PetazzoniThomas Petazzoni
58b573c2521omniorb: add patch to fix musl buildFixes: http://autobuild.buildroot.net/results/0e2025cbc1c54f0c177ce3f27020d454aa03645a/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Lothar FeltenLothar Felten
88ac054a3e0package/ti-sgx-demos: new packageThis package adds the SGX demos from Imagination Technologies, they are available as binaries only. This package contains binaries compiled for the SGX graphics accelerator used in the following Texas Instruments SoCs: AM335x, AM437x, AM4430, AM5430. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain NaourRomain Naour
fa0e26de0b4package/gdb: gdbserver: add missing headerBackport upstream patch for musl toolchains Fixes: http://autobuild.buildroot.net/results/564/56443134388ee6c4a13add10cc53eff6f47f244e Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Oleksandr G ZhadanOleksandr G Zhadan
54c8189105fconfigs: add Arcturus uCP1020 BSP supportThe uCP1020 product family (ucp1020) is an Arcturus Networks Inc. System on Modules product featuring a Freescale P1020 CPU, optionally populated with 1 or 2 Gig-Ethernet PHYs, DDR3, NOR Flash, eMMC NAND Flash and/or SPI Flash. Signed-off-by: Oleksandr G Zhadan <oleks@arcturusnetworks.com> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com> Signed-off-by: Thomas Petazzoni <thomas.pe...
Dagg StomplerDagg Stompler
c7e14ecaa5aconfigs/odroidc2: update boot.ini- fix disablehpd bug (thanks to Thomas for spotting it.) - change default HDMI mode to 1080p60hz. - add support for HDMI HotPlug Detection control. - add support for mason timer. - add support for headless boot Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Christian StewartChristian Stewart
317e3b34693package/docker-containerd: bump to latestBump the pinned docker-containerd version to the latest in advance of the introduction of docker-engine v1.12.0-rc4. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabrice FontaineFabrice Fontaine
58230882982igd2-for-linux: new packageThis is The Linux UPnP Internet Gateway Device 2. It is modified from the original Linux UPnP Internet Gateway Device [http://linux-igd.sourceforge.net/] according to UPnP InternetGatewayDevice:2 specifications. It implements the UPnP Internet Gateway Device version 2 specification (IGDv2) and allows UPnP aware clients, such as MSN Messenger, Azureus or Miranda to work properly from behind a N...
Romain NaourRomain Naour
bcc6b36169fpackage/terminology: new packageSigned-off-by: Romain Naour <romain.naour@gmail.com> [Thomas: - rewrap Config.in help text - fix license, it's BSD-2c, not just "BSD" - add dependency on host-pkgconf] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Romain NaourRomain Naour
0ccc5b717e2package/sdl2_ttf: x-includes and x-libraries must be set for cross-compilingIf those flags are not explicitly passed, the sdl2_ttf configure script will include -I/usr/include and -L/usr/lib in the compile flags, which are obviously unsafe for cross-compilation. "checking for X... libraries /usr/lib, headers /usr/include" Fixes: http://autobuild.buildroot.net/results/f968fb31e9882cc856296a7c729d93e345e9e861 Signed-off-by: Romain Naour <romain.naour@gmail.com> [Th...
Christian StewartChristian Stewart
5eecaf354cepackage/rtl8821au: switch to abperiasamy forkSwitching to the rtl8821au fork at github.com/abperiasamy/rtl8812AU_8821AU_linux. - The current fork we are using is maintained by 1 person. - The current fork does not work, and there are no plans to fix this: - https://github.com/ulli-kroll/rtl8821au/issues/5 - https://github.com/ulli-kroll/rtl8821au/issues/6 - In practice, the current fork has numerous instability issues. - Ou...
Bernd KuhlsBernd Kuhls
56593fa8dacpackage/kodi: Support libcurl version 7.5.0Fixes http://autobuild.buildroot.net/results/bc3/bc392094b5b05f5f4b4ede5ab3a54200d6d33be5/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Dagg StomplerDagg Stompler
583e0e30cabconfigs/odroidc2: bump kernel to rev 1cb48cebb9d525e524de0ede46710bb29f54d4a6Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Dagg StomplerDagg Stompler
e357926adc8configs/odroidc2: bump uboot to rev 1ec799cec97574a9838bc25b286484e579a41652Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
773fdc4e23afio: add optional libnuma (numactl) dependencySigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>