Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-08 | add ffmpeg libx265 support | Waldemar Brodkorb | |
2018-02-18 | ffmpeg: update to 3.4.2 | Waldemar Brodkorb | |
2018-02-12 | ffmpeg: enable ssl by default | Waldemar Brodkorb | |
2017-12-25 | ffmpeg: update to 3.4.1 | Waldemar Brodkorb | |
2017-11-02 | ffmpeg: update to 3.3.5 | Waldemar Brodkorb | |
2017-07-12 | ffmpeg: update to 3.3.2 | Waldemar Brodkorb | |
2017-05-19 | ffmpeg: update to 3.3.1 | Waldemar Brodkorb | |
2017-03-06 | ffmpeg: update to 3.2.4 | Waldemar Brodkorb | |
2017-02-06 | ffmpeg: update to 3.2.2 | Waldemar Brodkorb | |
2016-10-31 | ffmpeg: ncurses required | Waldemar Brodkorb | |
2016-10-31 | ffmpeg: update to 3.2 | Waldemar Brodkorb | |
2016-07-03 | ffmpeg: update to 3.1.1 | Waldemar Brodkorb | |
2016-05-06 | ffmpeg: update to 3.0.2 | Waldemar Brodkorb | |
2016-04-08 | ffmpeg: bugfix for Darwin cross-compile | Waldemar Brodkorb | |
2016-04-01 | ffmpeg: update to 3.0.1 | Waldemar Brodkorb | |
2016-03-13 | ffmpeg: update to latest version | 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 ;) | |||
2016-01-16 | ffmpeg: update to latest stable version | Waldemar Brodkorb | |
2016-01-13 | ffmpeg: update to latest stable version | Waldemar Brodkorb | |
2016-01-10 | ffmpeg: fix mips32 | Waldemar Brodkorb | |
2016-01-10 | ffmpeg: fix mmxext | Waldemar Brodkorb | |
2016-01-09 | Adapt SSE optimisation for mplayer and ffmpeg | Oliver Schib | |
Add support for higher order SSE and make sure only one is selected at a time. Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2015-11-29 | ffmpeg: update to latest stable version | Waldemar Brodkorb | |
2015-11-16 | ffmpeg: update to latest | Waldemar Brodkorb | |
2015-11-15 | add new ADK Symbol PKG_NEEDS | Waldemar Brodkorb | |
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support. | |||
2015-10-24 | ffmpeg: update to latest stable version | Waldemar Brodkorb | |
2015-07-24 | update ffmpeg to latest | Waldemar Brodkorb | |
2015-05-24 | update ffmpeg to latest | Waldemar Brodkorb | |
2015-04-14 | update to latest upstream version | Waldemar Brodkorb | |
2015-03-07 | update to latest upstream version | 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 | fix some md5sums. reported via cubox-i forum. | Waldemar Brodkorb | |
2014-12-25 | update to latest upstream, disable iconv | Waldemar Brodkorb | |
2014-12-05 | update to latest upstream | Waldemar Brodkorb | |
2014-09-23 | update to latest stable | Waldemar Brodkorb | |
2014-09-18 | update to latest upstream | Waldemar Brodkorb | |
2014-08-28 | update ffmpeg, add experimental kodi package, add freescale libraries | Waldemar Brodkorb | |
2014-08-12 | update to latest upstream | Waldemar Brodkorb | |
2014-06-30 | update to latest stable upstream | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-16 | update to latest stable upstream | Waldemar Brodkorb | |
2014-06-04 | fix typo | Waldemar Brodkorb | |
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-31 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-23 | update to latest upstream | Waldemar Brodkorb | |
2014-04-14 | Merge branch 'master' of git+ssh://www.openadk.org/git/openadk | Waldemar Brodkorb | |
2014-04-14 | update to latest bootloader, userland and kernel for rpi | Waldemar Brodkorb | |
2014-04-13 | use -O0 when debug on | Waldemar Brodkorb | |
2014-04-07 | update to latest upstream version | Waldemar Brodkorb | |