Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-04 | set LDFLAGS, too | Waldemar Brodkorb | |
2015-12-04 | cleanup binfmt flat handling, reduce duplicates | Waldemar Brodkorb | |
2015-12-03 | toolchain: add newlib support | Waldemar Brodkorb | |
OpenADK can now build bare-metal toolchains. Tested for ARM/MIPS. No runtime testing, yet. | |||
2015-12-02 | simplify toolchain building | Waldemar Brodkorb | |
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken. | |||
2015-11-30 | linux: update 4.1.x to latest stable upstream version | Waldemar Brodkorb | |
2015-11-29 | h8300: no sep-data support for h8/300 | Waldemar Brodkorb | |
2015-11-29 | bfin: fix elf2flt CFLAGS/CXXFLAGS | Waldemar Brodkorb | |
2015-11-27 | bfin: allow newer gcc and kernel to be build, ICE with uClibc-ng regex, so ↵ | Waldemar Brodkorb | |
disable it for now. | |||
2015-11-23 | gcc git doesn't use text-section-literals | Waldemar Brodkorb | |
2015-11-13 | bump Linux 4.2.x kernel | Waldemar Brodkorb | |
2015-11-12 | linux: add support for version 4.3 | Waldemar Brodkorb | |
2015-11-12 | prepare for mksh testsuite runs | Waldemar Brodkorb | |
2015-11-01 | rebuild base-files on any ADK_RUNTIME symbol change | Waldemar Brodkorb | |
2015-11-01 | minor number is wrong for ttyAMA | Waldemar Brodkorb | |
2015-11-01 | add ttyAMA/ttySC | Waldemar Brodkorb | |
2015-11-01 | default to static device nodes for noMMU systems, add basic device nodes to ↵ | Waldemar Brodkorb | |
initramfs | |||
2015-10-28 | update to latest 4.2.x kernel | Waldemar Brodkorb | |
2015-10-28 | qemu-system-s390: add basic support, only virtio-net does not work as expected. | Waldemar Brodkorb | |
2015-10-23 | or1k: allow to boot linux kernel, fix compression none mode | Waldemar Brodkorb | |
2015-10-23 | fix detection of Host OS | Waldemar Brodkorb | |
2015-10-23 | arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵ | Waldemar Brodkorb | |
running | |||
2015-10-22 | disable ssltunnel for bulk builds, no libressl support | Waldemar Brodkorb | |
2015-10-22 | ssl: rework ssl support | Waldemar Brodkorb | |
Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build. | |||
2015-10-22 | remove samba3 support, we try to only support one version per package | Waldemar Brodkorb | |
2015-10-21 | preselection of symbols | Waldemar Brodkorb | |
2015-10-11 | remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDS | Waldemar Brodkorb | |
2015-10-07 | bump linux kernels | Waldemar Brodkorb | |
2015-09-15 | LIBTOOLIZE is used sometimes in packages, remove -q | Waldemar Brodkorb | |
2015-09-12 | allow to use a defconfig, enable always experimental support in kernel | Waldemar Brodkorb | |
2015-09-07 | submodel choice for qemu targets got removed | Waldemar Brodkorb | |
2015-08-31 | prefix VERSION symbols, otherwise they will get into kernel .config | Waldemar Brodkorb | |
2015-08-30 | skip building and installing kmod packages if using udev | BALATON Zoltan | |
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> | |||
2015-08-27 | use HOST_PATH for modinfo, remove LOCALVERSION overwrite | Waldemar Brodkorb | |
2015-08-25 | fix kernel reconfigure, new config symbols required | Waldemar Brodkorb | |
2015-08-25 | update 4.1.x to latest | Waldemar Brodkorb | |
2015-08-20 | we need to check if any kernel modules are used, otherwise build breaks | Waldemar Brodkorb | |
2015-08-03 | rework kernel module infrastructure | Waldemar 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-02 | remove non-lts kernel | Waldemar Brodkorb | |
2015-08-01 | remove testkernel | Waldemar Brodkorb | |
2015-08-01 | update to 4.1.3, which will be the base for stable branch | Waldemar Brodkorb | |
2015-07-30 | uImage is mandatory, add LOADADDR | Waldemar Brodkorb | |
2015-07-27 | handle git kernels in a better way | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |
2015-07-25 | modules.mk: load sit.ko later, needs ip_tunnel.ko | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-07-25 | mk/modules.mk: add missing ip_tunnel.ko | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-07-24 | add experimental kernel for solidrun devices, to check kodi audio | Waldemar Brodkorb | |
2015-07-24 | update to latest | Waldemar Brodkorb | |
2015-07-24 | enable fast-math together with ARM neon | Waldemar Brodkorb | |
2015-07-16 | add qmi_wwan module | Waldemar Brodkorb | |
2015-07-16 | add some kernel modules for sierra wireless | Waldemar Brodkorb | |