Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-08 | fix regex | Waldemar Brodkorb | |
2015-09-06 | remove unused call to modinfo | Waldemar Brodkorb | |
2015-09-06 | scripts: fix make-module-ipkgs.sh | Phil Sutter | |
The recursive call of find_modlevel overwrites the loop variable 'dep' if not declared local before. Yay. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-08-27 | allow to build ALSA, I2C, SPI as kernel modules | Waldemar Brodkorb | |
2015-08-27 | update to latest upstream | 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-07-26 | update u-boot to latest stable release | Waldemar Brodkorb | |
2015-07-26 | u-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-26 | scripts/ipkg-build: fix error message | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-07-25 | scripts: add miniconfig.sh to aid in mini.config creation | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-07-25 | fix ncursesw detection on Debian sid | mirabilos | |
2015-07-24 | allow DAEMON mode to be used when m selected | Waldemar Brodkorb | |
2015-07-16 | fix usb install to pcengines-apu | Waldemar Brodkorb | |
2015-06-20 | add customisation point before creating image | BALATON Zoltan | |
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> | |||
2015-06-13 | disable daemon mode, better per package | Waldemar Brodkorb | |
2015-06-02 | add check for static libstdc++ version, when icu4c is build | Waldemar Brodkorb | |
2015-05-22 | add wrapper for stat | Waldemar Brodkorb | |
2015-05-02 | fix clang issues with -lgcc check | Waldemar Brodkorb | |
2015-05-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-05-02 | fix shasum wrapper on Darwin | Waldemar Brodkorb | |
2015-05-02 | create HOST_CFLAGS/HOST_CXXFLAGS dynamically for static-libgcc systems | Waldemar Brodkorb | |
2015-05-01 | use HOST_CFLAGS for Kconfig and adk tools | Waldemar Brodkorb | |
2015-05-01 | add check for systems without shared libgcc, f.e. OpenADK musl systems | Waldemar Brodkorb | |
2015-05-01 | remove old workaround | Waldemar Brodkorb | |
2015-05-01 | check for cksum and sha256sum, too | Waldemar Brodkorb | |
2015-04-26 | add some basic banana pro support | Waldemar Brodkorb | |
2015-04-25 | refactor the lower case symbols out | Waldemar Brodkorb | |
We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now. | |||
2015-03-30 | fix rc.conf generation script | Waldemar Brodkorb | |
2015-03-15 | add some useful bits and bytes for rpi2 support | Waldemar Brodkorb | |
2015-02-28 | scripts/install: fix and improve | Phil Sutter | |
Keep the option filtering as it actually prevents lots of package patching. | |||
2015-02-10 | add appliance options support | Waldemar Brodkorb | |
2015-02-10 | fix non verbose build | Waldemar Brodkorb | |
2015-02-04 | remove obsolete script | Waldemar Brodkorb | |
2015-02-04 | simplify script, do not create package specific dirs here | Waldemar Brodkorb | |
2015-02-04 | add DT trailer to kernel for raspberry pi with dt | Waldemar Brodkorb | |
The Kernel need a trailer to be recognized as a device-tree kernel. The overlay dir is called /boot/overlays. Now my driver works fine. | |||
2015-02-02 | some device-tree overlay fixes | Waldemar Brodkorb | |
2015-01-28 | add devicetree support for raspberry pi and kernel 3.18 | Waldemar Brodkorb | |
2015-01-09 | use appliance vars | Waldemar Brodkorb | |
2015-01-02 | inform the linux kernel about the new partition table. reported on solidrun ↵ | Waldemar Brodkorb | |
forum's to help. | |||
2014-12-30 | arch sometimes required for cmake cross-compiles | Waldemar Brodkorb | |
2014-12-28 | fix check for java, remove debug information from kodi configure. reported ↵ | Waldemar Brodkorb | |
via solidrun forums | |||
2014-12-27 | use second partition on solidrun hw. fix install script | Waldemar Brodkorb | |
2014-12-27 | merge conflict, update hash | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-12-26 | use xz here, too | Waldemar Brodkorb | |
2014-12-26 | use XZ instead of GZIP compression. remove old installer scripts | Waldemar Brodkorb | |
2014-12-21 | fix various automatic configuration targets | Waldemar Brodkorb | |
2014-12-19 | use the new concept of appliances | Waldemar Brodkorb | |
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete | |||
2014-12-08 | fix startup issues with kodi | Waldemar Brodkorb | |
2014-12-03 | we need a workaround for openssh, too | Waldemar Brodkorb | |