summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
AgeCommit message (Collapse)Author
2017-07-18rpi3: update kernel + bootloader, unbreak rpi3 aarch64Waldemar Brodkorb
2017-06-29add som-c675 sampleWaldemar Brodkorb
2017-06-26rework intl/iconv/locale configuration for uClibc-ng toolchainsWaldemar Brodkorb
2017-06-15systemd: update patch, add locale/ssp requirementsWaldemar Brodkorb
2017-04-14remove arm foundation model sample, bit rotted. better use qemu sample for ↵Waldemar Brodkorb
aarch64
2017-04-12h8s: minor progress, doesn't run on edosk2674 boardWaldemar Brodkorb
2017-03-16allow to disable kernel module autoloading mechanism, useful when a big ↵Waldemar Brodkorb
defconfig is used
2017-02-09add dual-boot / fwupdate for systems with grub-supportWaldemar Brodkorb
2017-02-09systemd: enable for uClibc-ngWaldemar Brodkorb
Patch out IDN usage. libidn will be removed from GNU C library in the future, so we don't add it to uClibc-ng getnameinfo(). libkmod can't be activated when PKG_BB is 1 for kmod package.
2017-02-03busybox: fix ash/hush selectionWaldemar Brodkorb
2017-01-14add basic SGI indy supportWaldemar Brodkorb
2017-01-01sgi-o2: bigger tmpfsWaldemar Brodkorb
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar Brodkorb
2016-11-27dropbear: add systemd unit file and integrate logic to package buildWaldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-11-18disable udev when systemd is selected as systemd included udevWaldemar Brodkorb
2016-11-17or1k: unbreak foo= shell functionality, mksh can be used nowWaldemar Brodkorb
2016-11-15or1k: disable mksh (deadlock), default to ash and newer kernelWaldemar Brodkorb
2016-10-29sysvinit: add experimental support for non busybox initWaldemar Brodkorb
2016-10-25allow to choose base apps, minor dot cleanupWaldemar Brodkorb
2016-10-23add target support for SGI O2 workstationWaldemar Brodkorb
2016-10-09more systemdWaldemar Brodkorb
2016-09-27alix1c: enable vga by defaultWaldemar Brodkorb
2016-09-26nfs-utils: finetuning startup scriptWaldemar Brodkorb
2016-09-24locale: rework locale support (not fully ready)Waldemar Brodkorb
2016-09-23add support for permission fixups when using genimageWaldemar Brodkorb
Add suid-bit to Xorg as an example. Create simple *.perm files with relative path to the files. You can use any command available on the host. (f.e. chmod/chown)
2016-09-15beaglebone-black: add special linux-repo, add uEnv.txtWaldemar Brodkorb
2016-09-03add basic support for s6 init systemWaldemar Brodkorb
2016-08-27add support for Qemu ARM noMMUWaldemar Brodkorb
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now.
2016-06-30add support for nds32 architectureWaldemar Brodkorb
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-06-04ci20 fixesWaldemar Brodkorb
2016-05-29uClibc-ng: update to 1.0.15, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-05-15add support for qemu xilinx zynq emulationWaldemar Brodkorb
2016-05-01for udev device node management we need depmod on host, reported by BalatonWaldemar Brodkorb
2016-04-28rename symbol name for toolchain onlyWaldemar Brodkorb
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-01-25add basic qemu armv6 supportWaldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar Brodkorb
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size.
2015-12-07more Numato Mimas v2 J2 bits and bytesWaldemar Brodkorb
2015-11-16fix toolchain only building for sh2Waldemar Brodkorb
2015-11-16default to simpleinit+sash for noMMU targetsWaldemar Brodkorb
GDB simulator targets for bfin/h8/300 might have only 8MB of RAM. A busybox based system in the default configuration is to big :)
2015-11-04sh2: fix toolchain building, using bFLTWaldemar Brodkorb
2015-11-01select hush when hush is used for rootfsWaldemar Brodkorb
2015-11-01default to static device nodes for noMMU systems, add basic device nodes to ↵Waldemar Brodkorb
initramfs
2015-11-01use busybox hush as default on noMMUWaldemar Brodkorb
2015-10-28qemu-system-s390: add basic support, only virtio-net does not work as expected.Waldemar Brodkorb
2015-10-27bfin: add least I get a kernel panic in the simulator :)Waldemar Brodkorb
2015-10-23arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵Waldemar Brodkorb
running
2015-10-09add devtmpfs only for mdev/udevWaldemar Brodkorb
2015-09-1516 MB for Qemu is to much, qemu-system-or1k just emulates 32MB RAM.Waldemar Brodkorb