summaryrefslogtreecommitdiff
path: root/recipes-support
AgeCommit message (Collapse)Author
2015-11-14libusbg: make sure USB RNDIS Gadget is started before networkdStefan Agner
Despite the reordering of when to load the USB Gadget configuration with commit fadb16f153aa ("libusbg: enable USB Gadgets after Connman to avoid interference") the network device ended up to be down after startup. It seems that there is a race condition in systemd-networkd which triggers especially in combination with USB Gadget, a issue on the systemd issue tracker has been created: https://github.com/systemd/systemd/issues/1784 There have been various changes related to link handling between systemd 219 and the latest version 227. It is possible that the issue is already solved. Until this has been resolved, explicitly load the USB Gadget before starting systemd-networkd seems to get around the issue.
2015-11-04libusbg: enable USB Gadgets after Connman to avoid interferenceStefan Agner
It seems that Connman disables ALL interfaces on startup, even if they are listed in NetworkInterfaceBlacklist. This leads to the following situation: networkd starts... usb0 gets created... networkd sets the device up (event triggered) connman starts... and sets the device down! networkd does not restart the device in this situation. To avoid the situation, create the USB Gadget functions after connman. It seems that if connman is up and running, it does not touch the device anymore.
2015-08-07opencv: update patches for libav 10.x APIMax Krummenacher
2015-08-07icu: upgrade reduced icu data to version 54Max Krummenacher
2015-05-12tegrarcm/cryptopp: build and use as a static libraryMax Krummenacher
We need libcryptopp only for a 32bit x86 target for tegrarcm. However linking libcryptopp dynamically and using the distro supplied 32bit compatibility libcryptopp raises an assertion: tegrarcm: secblock.h:145: CryptoPP::NullAllocator<T>::pointer CryptoPP::NullAllocator<T>::allocate(CryptoPP::NullAllocator<T>::size_type, const void*) [with T = unsigned int; CryptoPP::NullAllocator<T>::pointer = unsigned int*; CryptoPP::NullAllocator<T>::size_type = unsigned int]: Assertion `false' failed. Building only a static library with OE, (if native build forcing 32bit) fixes the issue.
2015-05-12florence: use oe standard download mirror for sourceforgeMax Krummenacher
2015-05-12libusbg: add updated version of USB gadget libraryStefan Agner
Add updated version of USB gadget library. Also add a systemd start- script which loads the default schema located at /etc/usbg/g1.schema.
2015-05-12opencv: add patches for libav 10.x APIMax Krummenacher
2015-05-12recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2015-05-12i2ctools: don't install the perlscript and perlMax Krummenacher
Mechanism changed to what the bb file now offers.
2015-05-12icu: upgrade reduced icu data to version 53Max Krummenacher
While at it move version to % placeholder and use wildcards in receipe icu: use wildcard to be independent of version
2015-03-31gnutls: remove bbappendMax Krummenacher
gnutls recipe now detects pthread in configure task correctly.
2015-03-31libcryptopp: use autotools-brokensepMax Krummenacher
While at it unpack sources in standard S directory
2015-03-31FILESEXTRAPATHS_prepend: add proper list separatorMax Krummenacher
2014-12-18mcc-pingpong: alter CFLAGS to use the actual kernel headersStefan Agner
To use the kernel interfaces required for mcc-pingpong we need the kernel headers of the actual kernel. Alter CFLAGS to add the kernel headers to the include path.
2014-12-11consolekit: add systemd to DEPENDS if neededMax Krummenacher
2014-10-31libcryptopp: package/stage to correct pathsMax Krummenacher
The native build needs PREFIX to stage the files correctly into x86 sysroot The target build did not deploy the shared object due to missing soname version symlinks
2014-10-30Add libcryptopp recipeMarcel Ziswiler
2014-08-04gnutls: hack to use libpthreadMax Krummenacher
gnutls use libgcrypt and should init gcrypt's mutex functionality but does not. This leads to asserts in libgcrypt: Ohhhh jeeee: Assertion `pool_is_locked' failed (random-csprng.c:615:mix_pool) This patch hacks autoconf to always use libpthread and thus initalizes libgcrypt with working mutex functions.
2014-08-04libpcre: Use generic bbappend versioningMax Krummenacher
2014-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
2014-08-04Use generic bbappend filesMax Krummenacher
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
2014-05-02mcc-pingpong: demo application for ping pong with Cortex M4Stefan Agner
2014-04-30icu: add break iterator support for webkitgtkStefan Agner
Webkitgtk needs break iterator support in order to work. This avoids segmentation fault when using Midori web browser.
2014-04-04icu: update to match bb versionMax Krummenacher
2014-03-31icu: is machine specific for colibri-vfMax Krummenacher
For colibri-vf we deploy icu only partly to save diskspace, so set the PACKAGE_ARCH for that machine.
2013-11-21Machine: use the changed machinename colibri-vfMax Krummenacher
2013-10-16icu: fix SRC_URIMax Krummenacher
2013-10-11icu: replace database with minimzed versionMax Krummenacher
2013-10-10colibri-vf50: add the machine, kernel and u-bootMax Krummenacher
- also add the relevant configuration files
2013-10-09i2c-tools: don't install the perl scripts (and thus don't RDEPEND on perl)Max Krummenacher
2013-09-22florence: RDEPEND on svg support to draw iconMax Krummenacher
2013-09-22libfm: bbappend updated to 1.1Max Krummenacher
2013-09-22libpcre: bbappend update to 8.32Max Krummenacher
2013-04-02florence: fix garbled titlebarMax Krummenacher
2013-02-06libfm: set lxterminal as the terminal applicationMax Krummenacher
2012-10-18libvpx, version update in oe-coreMax Krummenacher
2012-08-27nautilus depends on gobject-introspection-nativeT20_LinuxImageV2.0Alpha1_20120808Max Krummenacher
libpcre splits into libpcre-*, use packages-dynamic so we can put them into an image rename bbappend because coresponding bb does not exist