summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-03update curl to latest stable versionWaldemar Brodkorb
2015-09-03select or1k cpuWaldemar Brodkorb
2015-09-03fix naming of fileWaldemar Brodkorb
2015-09-02refactor kernel mini.config.Waldemar Brodkorb
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets.
2015-09-02allow to use linux defconfigs, needs more workWaldemar Brodkorb
2015-09-02use 3.0.1, fix compileWaldemar Brodkorb
2015-09-01move serial support from mini.configWaldemar Brodkorb
2015-09-01add support for beaglebone blackWaldemar Brodkorb
2015-09-01or1k: add basic qemu supportWaldemar Brodkorb
Kernel boots, userland not.
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-01raspberry can use tty0, tooWaldemar Brodkorb
2015-09-01add dma shared bufferWaldemar Brodkorb
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-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