summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rrdtool: bump version to 1.6.0Roland Franke2016-07-184-74/+10
| | | | | | | | | | | | | | | | | | | - Remove patch 0001-Add-configure-option-to-disable-documentation.patch as this is now include in the new version. - Add dependency on gettext when needed, since it uses libintl if gettext functionality is not provided by the C library. - Keep autoreconf/gettextize, which are needed for the link against libintl to work properly. Signed-off-by: Roland Franke <fli4l@franke-prem.de> [Thomas: - add dependency on gettext when needed - add comment about why autoreconf/gettextize are kept - cleanup commit log.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* directfb: depends on NPTL threadingWaldemar Brodkorb2016-07-171-3/+3
| | | | | | | | | | | Fixes following autobuild failure: http://autobuild.buildroot.net/results/162db0d62075a16c7abae1229676e2cdb29fe953/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Reviewed-by: Romain Naour <romain.naour@gmail.com> [Thomas: as noticed yb Romain, propagate the new dependency to the Config.in comment.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ti-sgx-km: fix ENV typoDanomi Manchego2016-07-171-1/+1
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/alljoyn: fix sparc64 build issueRomain Naour2016-07-171-0/+56
| | | | | | | | | | | | | | | Some of the serial port highest speed are not defined on sparc/sparc64, so alljoyn should not use them. This commit adds a patch to fix that. Inspired by commit c5e96d8935016456bea342db170ae6a139a8470f. Fixes: http://autobuild.buildroot.net/results/e5b30b5e0d86b44b97410d434b771e1fb7b18de0 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi: Add suboption to control MySQL supportBernd Kuhls2016-07-172-1/+7
| | | | | | | | | | | | | | | In a Buildroot configuration with mysql enabled it might be useful to be able to build Kodi without mysql support because Kodi may not need it at runtime. Kodi can store its internal databases not only locally using sqlite but also on a mysql server, this allows several local Kodi machines to share the same databases. When using only one Kodi instance, mysql support is not needed, and not building mysql support helps reducing build time. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi: add optional support for libvdpauBernd Kuhls2016-07-172-1/+17
| | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: drop select of libX11 and libXext, since the libvdpau package already selects them.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi: if libudev is available, we don't need libusbBernd Kuhls2016-07-171-0/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi: add support for libudevBernd Kuhls2016-07-171-0/+7
| | | | | | | | | Most of the times this is not needed because libdrm & mesa3d already pull in the dependency to udev. Let's add it anyway to make sure that udev is really used and to document that Kodi makes use of udev. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi: Add suboption to control unrar supportBernd Kuhls2016-07-172-0/+14
| | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: tweak Config.in description.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi: Add suboption to control UPnP supportBernd Kuhls2016-07-172-0/+11
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi: re-structure dependenciesBernd Kuhls2016-07-171-7/+48
| | | | | | | | Use one package per line to ease review of Kodi 17 version bump, where 10+ packages will be removed. This patch contains no code changes. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi: lib/cximage-6.0: fix compilation with gcc6Bernd Kuhls2016-07-161-0/+1438
| | | | | | | | This patch can be removed when Kodi 17.0-Krypton is released because cximage was removed in the git master branch. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ti-gfx: list supported SoCs in Config.in help textLothar Felten2016-07-161-1/+6
| | | | | | | | | | The ti-gfx package supports a set of SGX implementations which are used in some TI SoCs, newer parts are not supported by this package. This patch adds a list of supported TI SoCs to the help text. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> [Thomas: update with the new name of packages: ti-sgx-{km,um}.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libsemanage: add host-audit as a dependency of the host variantAdam Duskett2016-07-161-1/+1
| | | | | | | | | refpolicy requires host-libsemanage. host-libsemanage will fail to compile without host-audit. This commit adds host-audit as a requirement for host-libsemanage. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/audit: add support for host variantAdam Duskett2016-07-161-0/+7
| | | | | | | | | host-libsemanage requires host-audit to compile, therefore this patch adds a host variant for the audit package. Signed-off-by: Adam Duskett <Aduskett@gmail.com> [Thomas: remove libcap-ng usage for now, rework commit log.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lighttpd: bump to version 1.4.40Gustavo Zacarias2016-07-163-1400/+2
| | | | | | | Drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/autofs: requires NPTLRomain Naour2016-07-161-3/+3
| | | | | | | | | | | autofs uses pthread_condattr_setclock() which is available only with toolchains with NPTL threads support. Fixes: http://autobuild.buildroot.net/results/152/152d917b0078aeb3715cd562cdecf7d0debf924b Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/pppd: disable for musl toolchainsRomain Naour2016-07-163-4/+11
| | | | | | | | | | | | | | | | | | | For the same reason as for ipsec-tools [1], disable pppd for musl toolchains. It also include <sys/cdefs.h> which is not provided by musl [2]. This fixes a compilation error with musl libc because of undeclared __P and missing sys/cdefs.h include. Propagate the dependency to network-manager and rp-pppoe packages. [1] 33499484e457018203023cdfdd5286478f2ae381 [2] http://wiki.musl-libc.org/wiki/FAQ#Q:_I.27m_trying_to_compile_something_against_musl_and_I_get_error_messages_about_sys.2Fcdefs.h Signed-off-by: Romain Naour <romain.naour@gmail.com> [Thomas: add Config.in comment in network-manager.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ti-sgx-um: fix Config.inYann E. MORIN2016-07-161-2/+1
| | | | | | | The continuation line was fogotten. However, it fits on a single line. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dtach: bump to version v0.9Frank Hunleth2016-07-162-3/+3
| | | | | | | | As part of the v0.9 release, development moved from sourceforge to GitHub. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* legacy: properly handle systemd compatibility libsYann E. MORIN2016-07-161-0/+1
| | | | | | | | | The legacy symbol for systemd compatibility libraries was not selecting the BR2_LEGACY symbol, so the buld-time check would not kick in. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/alljoyn: needs BR2_TOOLCHAIN_HAS_SYNC_4Romain Naour2016-07-161-0/+2
| | | | | | | | | | | | | | | | | | | | After applying a patch like [1], the build failed with the following error: liballjoyn_c.a(Message.o): In function `alljoyn_message_destroy': Message.cc:(.text+0x74): undefined reference to `__sync_sub_and_fetch_4' liballjoyn.so: undefined reference to `__sync_bool_compare_and_swap_4' liballjoyn.so: undefined reference to `__sync_add_and_fetch_4' So, add dependency on BR2_TOOLCHAIN_HAS_SYNC_4 which also disable the alljoyn build on sparc. [1] https://git.buildroot.org/buildroot/commit/?id=c5e96d8935016456bea342db170ae6a139a8470f Fixes: http://autobuild.buildroot.net/results/cea/cea62a7ed7f1eda6f817d8e27fd645942def25ec Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dbus: disable bundled initscriptGustavo Zacarias2016-07-161-1/+2
| | | | | | | | | Otherwise it will install $(TARGET_DIR)/etc/rc.d/init.d/messagebus when building on a redhat/fedora host. Regardless of that we provide our own initscript. Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ti-sgx-um: new packageLothar Felten2016-07-166-0/+98
| | | | | | | | | | | | | | | | | This package adds the userspace libraries for the SGX graphics accelerator of the following Texas Instruments SoCs: AM335x, AM437x, AM4430, AM5430 It also adds a config file for the libraries and a System-V init script. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> [Thomas: - Add Config.in comment about the ti-sgx-km dependency. - Add dependency on glibc since the package consists of pre-built libraries that can only work with glibc. - Add Config.in comment about thread and glibc dependencies - Use tabs for indentation everywhere. - Use git:// instead of http:// to clone, since http:// doesn't work.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ti-sgx-km: new packageLothar Felten2016-07-164-0/+95
| | | | | | | | | | | | | | This package adds the kernel module for the SGX graphics accelerator of the following Texas Instuments SoCs: AM335x, AM437x, AM4430, AM5430 Signed-off-by: Lothar Felten <lothar.felten@gmail.com> [Thomas: - Add Config.in comment about Linux kernel dependency - Extend Config.in help text to indicate that a TI specific kernel is needed - Fetch using git:// since fetching from http://, since fetching over http:// doesn't work.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rt-tests: disable for too old toolchainsRomain Naour2016-07-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | rt-tests doesn't build with some "old" toolchains due to missing local syscall number definition for the new kernel deadline scheduler on some architectures. Upsteam added __NR_sched_setattr and __NR_sched_setattr definition only for common architectures (x86, x86_64, arm) and tile if not already defined [1]. Instead of adding missing syscall number, avoid building rt-tests with toolchain compiled with too old kernel headers (i.e !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14) At runtime, a 3.14 kernel must be used otherwise these syscall are not available. [1] https://kernel.googlesource.com/pub/scm/utils/rt-tests/rt-tests.git/+/ef2dee4232b7cae594ef7ecb7230c4bd18cea3f3 Fixes: http://autobuild.buildroot.net/results/6fa/6facaeb10588bdf3ff029b882a8ae6ffba815cdc Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libamcodec: new packageDagg Stompler2016-07-164-0/+52
| | | | | | | | | Signed-off-by: Dagg Stompler <daggs@gmx.com> [Thomas: - use the AML_LIBS_STAGING_DIR variable instead of PREFIX/M_PREFIX to indicate the compiler sysroot, which allows to use a foreach loop in the build commands.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xinit: point to target's "mcookie"Yugendra Sai Babu Nadupuru2016-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | The X11 package builds the "mcookie" executable, when selected, into the directory output/host/usr/bin/mcookie. The xapp_init's "configure" attempts to find the "mcookie" executable using the host's path. If the host has an installed "mcookie" application in their /bin folder, it can influence the build. The following patch forces the expected mcookie location. Related: http://thread.gmane.org/gmane.comp.lib.uclibc.buildroot/50310 Signed-off-by: Yugendra Sai Babu Nadupuru <yugendra.sai.babu.nadupuru@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> [Thomas: - remove conditional on the mcookie package being enabled, since xapp_xinit depends on the X.org server, and the X.org server selects mcookie.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gpu-amd-bin-mx51: add missing hashDagg Stompler2016-07-161-0/+1
| | | | | | | | Add hash for amd-gpu-bin-mx51-11.09.01.bin (the framebuffer variant of the driver). Signed-off-by: Dagg Stompler <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: adjust presentation of Mind sponsoringThomas Petazzoni2016-07-162-2/+2
| | | | | | | | Make the font size of the Mind block the same as all other blocks (it was smaller) and re-adjust the min height of all blocks so that they look the same. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: remove FOSDEM sponsors from "current sponsors"Thomas Petazzoni2016-07-161-44/+0
| | | | | | | Google and Mind are already credited in the "Past Sponsors" section for their contribution to the FOSDEM 2016 meeting. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: add OpenWide/Smile as sponsorRomain Naour2016-07-162-0/+17
| | | | | | | | | | | | | | | | As mentionned in http://lists.busybox.net/pipermail/buildroot/2016-July/167050.html, OpenWide/Smile has sponsored the Buildroot Summer Camp, by allowing Romain Naour to participate, and by paying the food expenses for the event. Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: Jérémy Rosen <jeremy.rosen@smile.fr> [Thomas: - renamed the logo file - remove useless white area in the logo, so that it appears bigger on the website] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/vde2: sort alphabetically _VDE2_CONF_OPTS itemsJerzy Grzegorek2016-07-161-6/+6
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/vde2: put the \ just one space after the line of _VDE2_CONF_OPTS itemsJerzy Grzegorek2016-07-161-10/+10
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/vde2: remove trailing \ from last item of _VDE2_CONF_OPTSJerzy Grzegorek2016-07-161-2/+2
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mtd: add option to install mtd integrity testYugendra Sai Babu Nadupuru2016-07-163-0/+79
| | | | | | | | | | | The mtd tests have proven very useful in testing both flash stability and JFFS2 changes. Adding an option to install the integrity test. Signed-off-by: Yugendra Sai Babu Nadupuru <yugendra.sai.babu.nadupuru@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> [Thomas: rename Config.in option, misc improvements in .mk file, add patch to fix build with uClibc/musl.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/duma: fix build with C++14Yann E. MORIN2016-07-161-0/+65
| | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/f7f/f7fc0092ec43a5a4bc38b5e6878842df77f32d3a/ http://autobuild.buildroot.org/results/7ae/7ae0d5e4821c70077fc1731f578e8222e9d6691b/ http://autobuild.buildroot.org/results/438/438032a6d6a38c9929cd26dffb8b3c5d1aed9106/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xcb-proto: add upstream patch for python3.5 build failure v2Yann E. MORIN2016-07-161-0/+70
| | | | | | | | | | | | | | | | | | Commit 37f0412 (xcb-proto: add upstream patch for python3.5 build failure) added an upstream patch to fix building with python3.5, but missed another one. Add it now. Fixes: http://autobuild.buildroot.org/results/b43/b43dc7013feddccaff913cb304d3ecb073ef6112/ http://autobuild.buildroot.org/results/7e0/7e08d7ac2eb40033fd928d7c30d9660825964fa3/ http://autobuild.buildroot.org/results/ca3/ca35393db46d6b08d3e0e9eaa55ff575c8cf36d7/ [...] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/acpica: disable -WerrorYann E. MORIN2016-07-161-0/+62
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/d17/d1728c29e90d978405d24bb97f5c8687dc5a6165/ http://autobuild.buildroot.org/results/2ec/2ecdf0e87a76781b66098d034768fc8de657faaa/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/dovecot-pigeonhole: bump version to 0.4.15Bernd Kuhls2016-07-162-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot: add ts4800-mbrboot packagePatrick Keroulas2016-07-154-0/+31
| | | | | | | | | | | | | This MBR routine is based on TS' original bootloader. It is loaded by the bootrom stored in the companion FPGA, and chainloads an executable located at the beginning of the first non-fs (0xda) partition. Signed-off-by: Patrick Keroulas <patrick.keroulas@savoirfairelinux.com> [Thomas: - add hash file. - install image in INSTALL_IMAGES_CMDS instead of INSTALL_TARGET_CMDS.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nginx-nasxi: new packageAdam Duskett2016-07-155-0/+46
| | | | | | | | | | | | | | | | | | | | Naxsi is a third party nginx module reads a small subset of simple rules containing a list of known patterns involved in website vulnerabilities. This module behaves like a DROP-by-default firewall for nginx. Signed-off-by: Adam Duskett <aduskett@codeblue.com> [Thomas: - include Config.in file directly from package/Config.in and not from package/nginx/Config. - improve Config.in help text with more details - rename the package prompt from ngx_http_naxsi_module to nginx-naxsi - remove NGINX_NAXSI_SOURCE, and fix the definition of NGINX_NAXSI_SITE - change license from GPLv3 to GPLv2+ with OpenSSL exception - cange license file from LICENSE to naxsi_src/naxsi_json.c. The LICENSE file exists in the latest Git master of the project, but not in the 0.54 tag that we're packaging.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nginx-upload: new packageBimal Jacob2016-07-155-0/+34
| | | | | | | | | | | | | | A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867). Signed-off-by: Bimal Jacob <bimal.jacob@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> [Thomas: - rename from nginx-upload-module to nginx-upload. Indeed, we don't want all nginx modules to be suffixed with "-module" - include the module Config.in file directly from package/Config.in, like we do for Python, Perl, Lua or TCL modules.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/audit: Bump to version 2.6.5Adam Duskett2016-07-154-105/+2
| | | | | | | | | | | - Removed 0001-lib-gen_tables.c-define-EHWPOISON-when-not-available.patch as this was applied upstream. - Removed 0002-Fix-usage-of-audit_status.feature_bitmap.patch as this was applied upstream. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgudev: remove incorrect Config.in help text informationThomas Petazzoni2016-07-151-3/+0
| | | | | | | | | | libgudev indeed used to be provided directly by eudev, but it's no longer the case since eudev 3.1.3, and this has been already taken into account in Buildroot in commit 6cfa5de33e71b46e9ae668550dc77aacabbde663. We simply forgot to update the comment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/eudev: libgudev is no longer provided by eudevYann E. MORIN2016-07-151-7/+0
| | | | | | | libgudev is now provided by the the eponym package libgudev. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/eudev: fix configure optionsYann E. MORIN2016-07-151-7/+8
| | | | | | | | | | | | --enable-libkmod does not exist, but there's --enable-kmod. Also, add --enable-blkid to the list of options, since we already depend on it (from util-linux). Also do not align \ for line continuations. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/eudev: use the description on their home pageYann E. MORIN2016-07-151-5/+4
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/eudev: explicitly disable rules generator if not wantedYann E. MORIN2016-07-151-0/+2
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/weston: Add demo clients install optionSergi Granell2016-07-152-0/+11
| | | | | | Signed-off-by: Sergi Granell <xerpi.g.12@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud