summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2015-05-22add wrapper for statWaldemar Brodkorb
2015-05-02fix clang issues with -lgcc checkWaldemar Brodkorb
2015-05-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-02fix shasum wrapper on DarwinWaldemar Brodkorb
2015-05-02create HOST_CFLAGS/HOST_CXXFLAGS dynamically for static-libgcc systemsWaldemar Brodkorb
2015-05-01use HOST_CFLAGS for Kconfig and adk toolsWaldemar Brodkorb
2015-05-01add check for systems without shared libgcc, f.e. OpenADK musl systemsWaldemar Brodkorb
2015-05-01remove old workaroundWaldemar Brodkorb
2015-05-01check for cksum and sha256sum, tooWaldemar Brodkorb
2015-04-26add some basic banana pro supportWaldemar Brodkorb
2015-04-25refactor the lower case symbols outWaldemar Brodkorb
We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now.
2015-03-30fix rc.conf generation scriptWaldemar Brodkorb
2015-03-15add some useful bits and bytes for rpi2 supportWaldemar Brodkorb
2015-02-28scripts/install: fix and improvePhil Sutter
Keep the option filtering as it actually prevents lots of package patching.
2015-02-10add appliance options supportWaldemar Brodkorb
2015-02-10fix non verbose buildWaldemar Brodkorb
2015-02-04remove obsolete scriptWaldemar Brodkorb
2015-02-04simplify script, do not create package specific dirs hereWaldemar 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-02some device-tree overlay fixesWaldemar Brodkorb
2015-01-28add devicetree support for raspberry pi and kernel 3.18Waldemar Brodkorb
2015-01-09use appliance varsWaldemar Brodkorb
2015-01-02inform the linux kernel about the new partition table. reported on solidrun ↵Waldemar Brodkorb
forum's to help.
2014-12-30arch sometimes required for cmake cross-compilesWaldemar Brodkorb
2014-12-28fix check for java, remove debug information from kodi configure. reported ↵Waldemar Brodkorb
via solidrun forums
2014-12-27use second partition on solidrun hw. fix install scriptWaldemar Brodkorb
2014-12-27merge conflict, update hashWaldemar 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 here, tooWaldemar Brodkorb
2014-12-26use XZ instead of GZIP compression. remove old installer scriptsWaldemar Brodkorb
2014-12-21fix various automatic configuration targetsWaldemar 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-08fix startup issues with kodiWaldemar Brodkorb
2014-12-03we need a workaround for openssh, tooWaldemar Brodkorb
2014-10-23update config.guess/config.subWaldemar Brodkorb
2014-10-21allow to build with MacOS X Yosemite and Homebrew.Waldemar Brodkorb
2014-10-17allow to keep data filesystem on update of kodi/mpd systems via install.shWaldemar Brodkorb
2014-10-11append fstab info for /dataWaldemar Brodkorb
2014-10-07-q breaks mkfs.vfat, reported by joernWaldemar Brodkorb
2014-10-06be less verboseWaldemar Brodkorb
2014-10-04fix cleaning of partitions, output device missing. reported by joern. seems ↵Waldemar Brodkorb
to be ignored by Darwin dd.
2014-09-28update cmake, fix cmake config fileWaldemar Brodkorb
2014-09-28fix firewall startupWaldemar Brodkorb
2014-09-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-09-27sometimes, umount(8) doesn’t do what it’s supposed to, on OSX…Thorsten Glaser
2014-09-27create the data filesystemThorsten Glaser
2014-09-27generate and use a PARTUUIDThorsten Glaser
2014-09-27auto-umount those annoying Mac OSX partitionsThorsten Glaser
2014-09-27write a disk signatureThorsten Glaser
2014-09-27port this to Mac OSX and various target devices, together with wbxThorsten Glaser
breaks BSD and DragonFly support (even more than it already was) and partially breaks noformat semantics; keeps -f broken