summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2015-10-09downgrade packages to a state where kodi starts with 3.14.x kernelWaldemar Brodkorb
2015-10-08fix kodi compile on SolidrunWaldemar Brodkorb
2015-09-16wpa_supplicant: update to latest upstream, add menu support for libresslWaldemar Brodkorb
2015-09-15add makedevs.c from buildroot, might be useful for static dev management in ↵Waldemar Brodkorb
OpenADK
2015-09-07update php to latestWaldemar Brodkorb
2015-09-07enable spi/i2c by defaultWaldemar Brodkorb
2015-09-06update mesa to latest stable versionWaldemar Brodkorb
2015-09-06update kodi to latest stableWaldemar Brodkorb
2015-09-05update to latest upstream versionWaldemar Brodkorb
2015-09-05fix build for x86/x86_64Waldemar Brodkorb
2015-09-03update curl to latest stable versionWaldemar Brodkorb
2015-09-02use 3.0.1, fix compileWaldemar Brodkorb
2015-09-01rpi2: unbreak bootop with 4.1.x kernelWaldemar Brodkorb
Add missing kernel symbols. NOL2CACHE and *BSG to allow bootup. Remove support patches for older kernels. Enable REGMAP by default.
2015-09-01fix building openjdk7BALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-09-01update openssh to latest stable versionWaldemar Brodkorb
2015-09-01update libressl to latest stable versionWaldemar Brodkorb
2015-08-30add CPPFLAGS to find X11 headers, fix linking when libc iconv is usedWaldemar Brodkorb
2015-08-27install symlink for modinfoWaldemar Brodkorb
2015-08-27fix dependencyWaldemar Brodkorb
2015-08-27remove alsa depends from hostbuildWaldemar Brodkorb
2015-08-27pthread requiredWaldemar Brodkorb
2015-08-25use target arch symbols where appropriateWaldemar Brodkorb
2015-08-22update uClibc-ng to 1.0.6, no symlinking requiredWaldemar Brodkorb
2015-08-16update qemu to latest upstream version, remove oss header patchWaldemar Brodkorb
2015-08-14use HOST_BUILDDEP here, problems reported by Balaton ZoltanWaldemar Brodkorb
2015-08-09patch required for glibc 2.22Waldemar Brodkorb
2015-08-09add new package havegedWaldemar Brodkorb
2015-08-09allow static linkingWaldemar Brodkorb
2015-08-09fix kodi on imx6, at least startup on hummingboard works again with 4.1.xWaldemar Brodkorb
2015-08-08remove banana-pro, supported by stable releaseWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2015-08-03rework kernel module infrastructureWaldemar Brodkorb
Instead of maintaining mk/modules.mk which defines compilations of related kernel modules to pack together into a single package, follow an automatic approach: For every kernel module found in the modules installation directory, create a single package. There are a few caveats to cover: === Module Loading Order === Upon bootup, module loading is ordered based on the number-prefixed files in /etc/modules.d/. The correct number was previously managed in mk/modules.mk on a per-collection basis. The new approach is to have levels which modules are to be assigned to. Level 0 contains modules with no dependencies at all. Level 1 contains modules which have only level 0 dependencies, and so on. This information is determined at compile-time by make-module-ipkgs.sh. === Module Installation to Target RootFS === Since module packages are created automatically from the modules the script finds, ADK build system has no knowledge about the connection between what the user has selected in menuconfig and the actual module packages. Therefore the earlier approach to install selected packages into rootfs does not hold anymore. Instead, use wildcards to find all packages in firmware directory prefixed by 'kmod-' and install them all (hopefully doing the right thing). === Kernel Version === KERNEL_VERSION now contains KERNEL_RELEASE already By creating a localversion file, make KERNEL_RELEASE part of the kernel's version number (so KERNEL_VERSION is correct in most situations) Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-08-03update firmware to latestWaldemar Brodkorb
2015-08-03for 4.1 kernel we need older gpu libWaldemar Brodkorb
2015-08-01be more quietWaldemar Brodkorb
2015-08-01remove openelec test patchWaldemar Brodkorb
2015-08-01update to latestWaldemar Brodkorb
2015-07-30fix linking problem for sure nowWaldemar Brodkorb
2015-07-30uImage is mandatory, add LOADADDRWaldemar Brodkorb
2015-07-29update python2 to latest upstreamWaldemar Brodkorb
2015-07-29remove patch, does not apply anymoreWaldemar Brodkorb
2015-07-28enable neon for ARM and threadsWaldemar Brodkorb
2015-07-27fix linking error reported by mtWaldemar Brodkorb
2015-07-26update u-boot to latest stable releaseWaldemar Brodkorb
2015-07-26u-boot for BananaPro pls. check target/arm/kernel/banana-pro if ↵Martin Thomas
CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_SUNXI=y make sense together Signed-off-by: Martin Thomas <mthomas@hamtam.de>
2015-07-26package/asterisk: add link to /tmp for priv-callerintrosPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-07-26package/asterisk: fix and improve downgrade to version 1.8Phil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-07-26package/asterisk: update to version 1.8.28.2Phil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-07-26Revert "update to latest upstream"Phil Sutter
This reverts commit 23c39ed2658699a56627e2609908348d4a1f9b36. Conflicts: package/asterisk/Makefile Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-07-26added host build for dnsmasqJoerg Seitter
Signed-off-by: Joerg Seitter <joerg.seitter@stz-gab.de>
2015-07-26package/libnetfilter_cttimeout: drop ltmain.sh patchPhil Sutter
The file to be patched simply does not exist.