summaryrefslogtreecommitdiff
path: root/mk
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-09be quietWaldemar Brodkorb
2015-02-08remove openafs, never got it working on target. lost interestWaldemar Brodkorb
2015-02-04remove bkeymaps, use kbd package insteadWaldemar Brodkorb
2015-02-04use quiet cloningWaldemar Brodkorb
2015-02-03update to 3.12.37Waldemar Brodkorb
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb
2015-02-02rename symbolWaldemar Brodkorb
2015-02-02update to linux kernel 3.18.5, refresh raspberry patch setWaldemar Brodkorb
2015-01-30update kernels, simplify dtb install, update raspberry firmware and ↵Waldemar Brodkorb
userland, fixes DMA problem fro me
2015-01-27add basic support for opkg, update to latest stableWaldemar Brodkorb
2015-01-19update to latest stable linux kernelWaldemar Brodkorb
2015-01-13add targethelp for nfsroot on armWaldemar Brodkorb
2015-01-10update to latest 3.14 kernelWaldemar Brodkorb
2015-01-10update kernel to 3.18.2Waldemar Brodkorb
2015-01-09use PKG_NOCHECKSUMWaldemar Brodkorb
2015-01-09add support for usb.ids.gzWaldemar Brodkorb
2015-01-06fix menu recreation after change to appliance configWaldemar Brodkorb
2015-01-05another thumb fixWaldemar Brodkorb
2015-01-05the resulting tar ball differs in size every time. disable checksum for git ↵Waldemar Brodkorb
checkouts
2015-01-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-01-03convert to git downloader. allow to choose which version of the bootloader.Waldemar Brodkorb
2015-01-03use wrapper only for m68k and uclinux aka coldfireWaldemar Brodkorb
2014-12-30reduce mirror sites for mysqlWaldemar Brodkorb
2014-12-30arch sometimes required for cmake cross-compilesWaldemar Brodkorb
2014-12-28bring coldfire support in shapeWaldemar Brodkorb
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit.
2014-12-27optimize git downloaderWaldemar Brodkorb
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader.
2014-12-27implement simple git downloadWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar 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-26use XZ instead of GZIP compression. remove old installer scriptsWaldemar Brodkorb
2014-12-26kernel config style. fixes for allmodconfig.Waldemar Brodkorb
2014-12-26remove deprecated uLOGD kernel supportWaldemar Brodkorb
2014-12-25fix udc dir in >3.17Waldemar Brodkorb
2014-12-25update to 3.17.7, rework netfilter support a little bitWaldemar Brodkorb
2014-12-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-12-22postfix for -config filesWaldemar Brodkorb
2014-12-21fix various automatic configuration targetsWaldemar Brodkorb
2014-12-19use ADK_VERBOSE to be more consistent.Waldemar Brodkorb
2014-12-19s/collections/appliances/Waldemar Brodkorb
2014-12-19remove package collection leftoversWaldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar Brodkorb
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete
2014-12-13bump to 3.17.5Waldemar Brodkorb
2014-12-11add some needed packages for lms, update lms to latest.Waldemar Brodkorb
2014-12-11don't check configured umask. we need to take care to create firmware ↵Waldemar Brodkorb
independent of umask setting in the shell
2014-12-08bump kernel to 3.14.26Waldemar Brodkorb
2014-12-06forgot to update md5sumWaldemar Brodkorb
2014-12-05bump kernel to 3.17.4Waldemar Brodkorb
2014-12-06add basic bits for c6x toolchains supportWaldemar Brodkorb
2014-12-03rename package collection dependenciesWaldemar Brodkorb
2014-12-03add bit and bytes to allow rpi-proto driver building. no runtime tests done.Waldemar Brodkorb