summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-31prefix VERSION symbols, otherwise they will get into kernel .configWaldemar Brodkorb
2015-08-30add CPPFLAGS to find X11 headers, fix linking when libc iconv is usedWaldemar Brodkorb
2015-08-30update to latest musl releaseWaldemar Brodkorb
2015-08-30skip building and installing kmod packages if using udevBALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-08-27DMA legacy is REQUIRED! wtf. unbreak 4.x on rpi2Waldemar Brodkorb
2015-08-27add promptWaldemar Brodkorb
2015-08-27add partition types, cleanup fsnetWaldemar Brodkorb
2015-08-27use HOST_PATH for modinfo, remove LOCALVERSION overwriteWaldemar Brodkorb
2015-08-27cleanup Kconfig filesystem stuffWaldemar Brodkorb
2015-08-27install symlink for modinfoWaldemar Brodkorb
2015-08-27allow to build ALSA, I2C, SPI as kernel modulesWaldemar Brodkorb
2015-08-27update to latest upstreamWaldemar Brodkorb
2015-08-27fix dependencyWaldemar Brodkorb
2015-08-27remove alsa depends from hostbuildWaldemar Brodkorb
2015-08-27more kernel config cleanupsWaldemar Brodkorb
2015-08-27remove some unused symbols, maybe we need kernel version specific global fileWaldemar Brodkorb
2015-08-27add ATAGSWaldemar Brodkorb
2015-08-27no PCI in raspberry piWaldemar Brodkorb
2015-08-27switch to rpi patchWaldemar Brodkorb
2015-08-27pthread requiredWaldemar Brodkorb
2015-08-26bump git versionWaldemar Brodkorb
2015-08-25use target arch symbols where appropriateWaldemar Brodkorb
2015-08-25fix kernel reconfigure, new config symbols requiredWaldemar Brodkorb
2015-08-25update 4.1.x to latestWaldemar Brodkorb
2015-08-22update uClibc-ng to 1.0.6, no symlinking requiredWaldemar Brodkorb
2015-08-20we need to check if any kernel modules are used, otherwise build breaksWaldemar Brodkorb
2015-08-19allow cross-compile on CygwinWaldemar Brodkorb
2015-08-17force glibc git for hppa, as it contains a lot of fixes for hppa. x86_64 ↵Waldemar Brodkorb
works now with older versions
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-13kernel: make net and block support optionalWaldemar Brodkorb
2015-08-10Revert "cleanup duplicate configure args for gcc"Waldemar Brodkorb
This reverts commit 104a7e63b5fcdc1bf124142b31498795b23eeb57.
2015-08-09use nocona for qemu-system-x86_64Waldemar Brodkorb
2015-08-09cleanup duplicate configure args for gccWaldemar Brodkorb
2015-08-09fix glibc 2.2x toolchain building for x86_64. forcing --enable-64-bit-bfd ↵Waldemar Brodkorb
results in gconv compile issues
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-08fix microblaze compile from glibc gitWaldemar Brodkorb
2015-08-08with ethernet it is kind of usableWaldemar Brodkorb
2015-08-08activate platform symbol, requiredWaldemar Brodkorb
2015-08-08remove banana-pro, supported by stable releaseWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2015-08-08add ethernet driver for banana proWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2015-08-07update glibc to 2.22Waldemar Brodkorb
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-03simplifyWaldemar Brodkorb
2015-08-03cleanupWaldemar Brodkorb
2015-08-03for 4.1 kernel we need older gpu libWaldemar Brodkorb