summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-02-09use gcc patches from buildroot, otherwise some c11 functions are missingWaldemar Brodkorb
2015-02-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-02-09add postimage script featureWaldemar Brodkorb
2015-02-09split tzdata and tzcode, using multiple DISTFILES no longer supportedWaldemar Brodkorb
2015-02-09be quietWaldemar Brodkorb
2015-02-08fix version number for gitWaldemar Brodkorb
2015-02-08allow to select MIPSr2 ISA and Soft-Float for MIPS32Waldemar Brodkorb
2015-02-08remove openafs, never got it working on target. lost interestWaldemar Brodkorb
2015-02-08switch target is gone a long time agoWaldemar Brodkorb
2015-02-08Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-02-08downgrade for now, having issues on MacOS XWaldemar Brodkorb
2015-02-06update firefox, partially working.Waldemar Brodkorb
2015-02-06update xorg-server to latest stable versionWaldemar Brodkorb
2015-02-06fix runtime dependencyWaldemar Brodkorb
2015-02-06remove bkeymaps, does not work well anymore, use kbd package. reduce busybox ↵Waldemar Brodkorb
tools in default config
2015-02-06use a hash in the configWaldemar Brodkorb
This avoids breakage when using a # in the password. And no sensitive data is saved in clear on the target. Suggested by a Achim Marikar.
2015-02-06rework CMDLINE generation regarding serial/vgaWaldemar Brodkorb
Use one place and not hard coded for each device. There exist use cases where on a specific device like raspberry pi, not the default 115200 baud rate is used.
2015-02-05run as www with socketWaldemar Brodkorb
2015-02-05rework php package, use php-cgi as binary nameWaldemar Brodkorb
2015-02-05must be compiled with PIC, otherwise Ruby Hostbuild failsWaldemar Brodkorb
2015-02-05use noremove here.Waldemar Brodkorb
2015-02-05remove circular dependencyWaldemar Brodkorb
2015-02-04cleanup binfmt support, fix m68k buildWaldemar Brodkorb
2015-02-04remove bkeymaps, use kbd package insteadWaldemar Brodkorb
2015-02-04remove obsolete scriptWaldemar Brodkorb
2015-02-04simplify script, do not create package specific dirs hereWaldemar Brodkorb
2015-02-04allow kernel compression for raspberry pi, might be used with u-boot?!Waldemar Brodkorb
2015-02-04fix kernel copy for armWaldemar Brodkorb
2015-02-04fix mkimage linkingWaldemar Brodkorb
2015-02-04use quiet cloningWaldemar Brodkorb
2015-02-04i2c/i2s/spi are automatically enabled, if the driver needs itWaldemar Brodkorb
2015-02-04add DT trailer to kernel for raspberry pi with dtWaldemar Brodkorb
The Kernel need a trailer to be recognized as a device-tree kernel. The overlay dir is called /boot/overlays. Now my driver works fine.
2015-02-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-02-03update to 3.12.37Waldemar Brodkorb
2015-02-03update to latest stable version, drop xauth patch, already applied upstreamWaldemar Brodkorb
2015-02-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-02-03add debugtool, try to fix device-tree support and rpi-proto driverWaldemar Brodkorb
2015-02-03fix uClibc-ng config generationWaldemar Brodkorb
2015-02-03update to latest upstream versionWaldemar Brodkorb
2015-02-03update to latest upstream versionWaldemar Brodkorb
2015-02-03update to latest upstream versionWaldemar Brodkorb
2015-02-03update to latest upstream versionWaldemar Brodkorb
2015-02-03add support for cyassl, update to latest upstreamWaldemar Brodkorb
2015-02-03update to latest upstreamWaldemar Brodkorb
2015-02-03fixupWaldemar Brodkorb
2015-02-03cyassl seems a nice ssl library, seen @FosdemWaldemar Brodkorb
2015-02-02remove some non existent configure optionsWaldemar Brodkorb
2015-02-02kernel config for qemu arm nommuWaldemar Brodkorb
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb