summaryrefslogtreecommitdiff
path: root/tasks
AgeCommit message (Collapse)Author
2024-02-22finetune development taskWaldemar Brodkorb
2024-02-16use mympd instead of ympdWaldemar Brodkorb
2024-02-04kodi: udev is required for mouse/keyboardWaldemar Brodkorb
2024-01-29kodi-task: use libcurlWaldemar Brodkorb
2024-01-28task kodi: allow rpi5 glibc buildWaldemar Brodkorb
2023-11-15update kodi task, alsa is broken atmWaldemar Brodkorb
2023-08-15add patch, curl and m4 to development taskWaldemar Brodkorb
2022-12-25update kodi, ffmpeg and libvpxWaldemar Brodkorb
2021-11-15tasks: Add NAS taskPhil Sutter
Useful for something with multiple, large disks. Preselect some disk/network filesystems and vsftpd. Signed-off-by: Phil Sutter <phil@nwl.cc>
2019-10-09remove superold firefoxWaldemar Brodkorb
2018-05-27task: document toolchain task in a better wayWaldemar Brodkorb
2018-05-27kodi: update to leia 18 alpha, add all required packagesWaldemar Brodkorb
2018-04-20fix tasksOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2018-04-16add basic support for raspberry-pi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2018-01-21fix a conflict with tasks, from OliverWaldemar Brodkorb
2018-01-02kodi: allow uClibc-ng buildWaldemar Brodkorb
2017-12-30kodi: fix automatic startup, allow uClibc-ng buildWaldemar Brodkorb
2017-07-06kodi: update to 17.3, work-in-progressWaldemar Brodkorb
2017-04-28add ympd to music player taskWaldemar Brodkorb
2016-09-09fix microblaze development taskWaldemar Brodkorb
2016-07-16cleanup brutefir taskWaldemar Brodkorb
2016-06-25New task: BruteFIR Convolution EngineOliver 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-13allow task kodi for rpi3Waldemar Brodkorb
2016-03-07rework menu based config systemWaldemar 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 ;)