summaryrefslogtreecommitdiff
path: root/target/appliances
AgeCommit message (Collapse)Author
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 ;)
2016-02-01add wget / openssh for devel applianceWaldemar Brodkorb
2016-01-17add development appliance configWaldemar Brodkorb
2016-01-13Change mpd dependencies.Oliver Schib
Video libraries are not necessary for successful build and start of mpd. libexpat is needed. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-01-06select libiconvWaldemar Brodkorb
2016-01-04there is no reason not to use uClibc-ng for kodiWaldemar Brodkorb
This was tested on a rpi2.
2015-11-30kodi: pyexpat required for mediathek addonWaldemar Brodkorb
2015-11-16always build testsuite for uClibc-ngWaldemar Brodkorb
2015-11-11adktest: enable printkWaldemar Brodkorb
It is rather useful for debugging. So enable printk and timing by default.
2015-11-07use low latency kernel for kodiWaldemar Brodkorb
2015-10-26neon is default when availableWaldemar Brodkorb
2015-10-12kodi-appliance: default to curl with libresslWaldemar Brodkorb
2015-08-09fix kodi on imx6, at least startup on hummingboard works again with 4.1.xWaldemar Brodkorb
2015-08-03for 4.1 kernel we need older gpu libWaldemar Brodkorb
2015-07-24allow DAEMON mode to be used when m selectedWaldemar Brodkorb
2015-07-13enable curl ssl, fixes youtube playbackWaldemar Brodkorb
2015-07-13there are some spurios crashes with uClibc-ng and kodi. maybe malloc ↵Waldemar Brodkorb
related, disable for now
2015-07-13enable python zlib for kodiWaldemar Brodkorb
2015-07-01first step to rework iconv setupWaldemar Brodkorb
Add a choice to select libiconv, C library iconv or libiconv-tiny.
2015-06-22start watchdog and ympdWaldemar Brodkorb
2015-06-13only force glibc for solidrunWaldemar Brodkorb
2015-06-03update kernel to 3.18.14, refresh realtime and rpi patchesWaldemar Brodkorb
2015-05-26use known to work versions for kodiWaldemar Brodkorb
2015-05-16CONFIG_CMDLINE_FORCE is required to set consoleblank=0, kernel/init output ↵Waldemar Brodkorb
via serial console
2015-05-13fix kodi on imx6Waldemar Brodkorb
2015-05-04choose right kernelWaldemar Brodkorb
2015-04-21add NEON, otherwise I get illegal instruction on Kodi startupWaldemar Brodkorb
2015-04-07add libs for rpi2, tooWaldemar Brodkorb
2015-04-03make features optionalWaldemar Brodkorb
2015-04-03select needed packages for solidrunWaldemar Brodkorb
2015-03-29do not enable pulse for mpd applianceWaldemar Brodkorb
2015-03-09remove CEC, problems with rpi and cubox-iWaldemar Brodkorb
2015-03-08sync patchset with latest kernel 3.14Waldemar Brodkorb
2015-03-08select uclibc test for test appliance as it is no longer default onWaldemar Brodkorb
2015-03-08sync patch set and configWaldemar Brodkorb
Remove some old kernel symbols. Use 8 MB as default for CMA.
2015-03-06rename symbolsWaldemar Brodkorb
2015-03-05add needed stuff for raspberry pi for kodi example applianceWaldemar Brodkorb
2015-03-02add version string, will be used laterWaldemar Brodkorb
2015-02-25add an useful example for appliance option filesWaldemar Brodkorb
2015-02-20add kbd and xdotool to firefox applianceWaldemar Brodkorb
2015-02-17add first preview of a firefox appliance. java plugin and kiosk addon missing.Waldemar Brodkorb
2015-02-17add new firefox appliance config, finetune the otherWaldemar Brodkorb
2015-02-13default to 3.19, only 3.14 for kodi and solidrun (gpu drivers)Waldemar Brodkorb
2015-02-10add appliance options supportWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2015-01-04don't select makeWaldemar Brodkorb
2015-01-04activate webserver for kodi appliance, add sata driver to hb i2exWaldemar Brodkorb
2015-01-03choose usb keyboard and evdev support for kodi, better descriptionWaldemar Brodkorb
2014-12-30only select make for not uclinuxWaldemar Brodkorb
2014-12-25start service on bootWaldemar Brodkorb