Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-09 | remove superold firefox | Waldemar Brodkorb | |
2018-05-27 | task: document toolchain task in a better way | Waldemar Brodkorb | |
2018-05-27 | kodi: update to leia 18 alpha, add all required packages | Waldemar Brodkorb | |
2018-04-20 | fix tasks | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2018-04-16 | add basic support for raspberry-pi3p | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2018-01-21 | fix a conflict with tasks, from Oliver | Waldemar Brodkorb | |
2018-01-02 | kodi: allow uClibc-ng build | Waldemar Brodkorb | |
2017-12-30 | kodi: fix automatic startup, allow uClibc-ng build | Waldemar Brodkorb | |
2017-07-06 | kodi: update to 17.3, work-in-progress | Waldemar Brodkorb | |
2017-04-28 | add ympd to music player task | Waldemar Brodkorb | |
2016-09-09 | fix microblaze development task | Waldemar Brodkorb | |
2016-07-16 | cleanup brutefir task | Waldemar Brodkorb | |
2016-06-25 | New task: BruteFIR Convolution Engine | Oliver Schib | |
Builds a FIR convolution engine based on BruteFIR, includes MPD and JACK. Uses preempt-rt. Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2016-04-13 | allow task kodi for rpi3 | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar Brodkorb | |
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;) |