Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-06 | add basic raspberry pi3 support (ARM 32Bit) | Waldemar Brodkorb | |
2016-02-29 | add new PKG_GIT variable | Waldemar Brodkorb | |
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package. | |||
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-03-06 | sync with upstream firmwarei, omxplayer and userland | Waldemar Brodkorb | |
Rename packages, as bcm2836 is also supported now. | |||
2015-02-09 | add basic support for raspberry pi2 | Waldemar 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. | |||
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-09-28 | update to latest git | 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-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-04-14 | update to latest bootloader, userland and kernel for rpi | Waldemar Brodkorb | |
2014-04-08 | fix build | Waldemar Brodkorb | |
2014-04-07 | update to latest upstream version | Waldemar Brodkorb | |
2014-03-10 | rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵ | Waldemar Brodkorb | |
no difference | |||
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-01-15 | fix xbmc youtube addon, now plays fine. python2-sqlite needed, and bios ↵ | Waldemar Brodkorb | |
param start_x=1 | |||
2014-01-10 | update omxplayer, fix compile of xbmc after boost update | Waldemar Brodkorb | |
2013-10-11 | update omxplayer and bcm2835-vc to latest git version, compile bcm2835 | Waldemar Brodkorb | |
2013-10-05 | enable omxplayer only for eglibc/glibc/musl | Waldemar Brodkorb | |
2013-07-25 | fix linking of omxplayer | Waldemar Brodkorb | |
2013-07-23 | remove fbset usage, kernel oops | Waldemar Brodkorb | |
2013-07-22 | add omxplayer for raspberry pi | Waldemar Brodkorb | |