Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-16 | good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵ | Waldemar Brodkorb | |
support is bad, kernel needs patches for serial and network | |||
2014-01-16 | good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵ | Waldemar Brodkorb | |
available | |||
2014-01-06 | musl fixes after update to 0.9.15 | Waldemar Brodkorb | |
2013-12-23 | fix musl compile | Waldemar Brodkorb | |
2013-11-20 | fix musl compile, when xorg package collection is selected. X still does not ↵ | Waldemar Brodkorb | |
work with musl | |||
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-10-21 | resolve conflicts | Waldemar Brodkorb | |
2013-10-21 | automatically create development subpackages, without user interaction, ↵ | Waldemar Brodkorb | |
depend on gcc for the target, simplifies a lot of library packages | |||
2013-10-21 | disable xorg-server for m68k builds | Waldemar Brodkorb | |
2013-05-06 | fix dillo crashes on Lemote Yeelong, disable software cursor | Waldemar Brodkorb | |
2013-05-02 | update Xorg to 7.7 | Waldemar Brodkorb | |
2013-02-11 | fix compile issues | Waldemar Brodkorb | |
2013-02-01 | libgcc required | Waldemar Brodkorb | |
2012-10-04 | fix devfs device node usage (vc/6) | Waldemar Brodkorb | |
2012-03-12 | XAA makes Xorg stable | Waldemar Brodkorb | |
2011-12-18 | avr32 workarounds | Waldemar Brodkorb | |
2011-10-12 | enable Xfbdev subpackage | Waldemar Brodkorb | |
2011-10-11 | add groups audio / video as default | Waldemar Brodkorb | |
2011-09-07 | move devel package to x11/devel | Waldemar Brodkorb | |
2011-07-30 | fix filename, it is xorg.conf | Waldemar Brodkorb | |
2011-06-12 | add yeelong specific xorg config | Waldemar Brodkorb | |
2011-04-18 | remove unavailable | Waldemar Brodkorb | |
2011-04-14 | disable udev even if choosen | Waldemar Brodkorb | |
2011-02-26 | resolve xterm Makefile conflict | Waldemar Brodkorb | |
2011-02-26 | c++ compiler fixes | Waldemar Brodkorb | |
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff. | |||
2011-02-24 | resolve conflict | Waldemar Brodkorb | |
2011-02-24 | allow native build of a lot of packages | Waldemar Brodkorb | |
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. | |||
2011-02-24 | disable packages for cris, enable more packages by hardware features (vga, ↵ | Waldemar Brodkorb | |
input) | |||
2011-01-25 | update Xorg to 7.6 | Waldemar Brodkorb | |
2011-01-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-18 | rework PKG_FLAVOURS. Subpackages can have flavours, so | Waldemar Brodkorb | |
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter. | |||
2011-01-17 | fix packages to be compile with stack protector | Waldemar Brodkorb | |
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages | |||
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-12-13 | cosmetic change, use the binary not the link | Waldemar Brodkorb | |
2010-11-28 | only set suid bit when installing on target | Waldemar Brodkorb | |
2010-11-26 | remove obsolete chmod, added to postinst script | Waldemar Brodkorb | |
2010-11-26 | enable startup as non-root | Waldemar Brodkorb | |
2010-11-26 | implement the concept of target choice by embedded system or architecture | Waldemar Brodkorb | |
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction. | |||
2010-11-25 | fix firefox build, update sqlite dependency | Waldemar Brodkorb | |
2010-09-14 | replace mksh scripts with faster C programs | Waldemar Brodkorb | |
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable. | |||
2010-07-08 | Merge remote branch 'phil/auto-config-in' | Waldemar Brodkorb | |
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile | |||
2010-07-06 | massive whitespace cleanup (EOL), suggested by j.seitter | Waldemar Brodkorb | |
2010-06-22 | fix package names and package flavour dependencies | Waldemar Brodkorb | |
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies. | |||
2010-06-20 | Merge branch 'upstream' | Waldemar Brodkorb | |
2010-06-20 | fix broken output in log | Waldemar Brodkorb | |
2010-06-20 | xorg-server: fix dri dependencies | Phil Sutter | |
These *proto packages may be used as PKG_BUILDDEP only, as they actually don't define a real package (missing PKG_template in Makefile). This wasn't a fatal bug, just pkgmaker complaining about it. | |||
2010-06-20 | xorg-server: enable glx along with dri | Phil Sutter | |
2010-06-20 | libXaw: fix PKG_template invocation | Phil Sutter | |
For the sake of simplicity, we should stick to ${PKG_NAME} here, not the hard-coded lower-case variant of it. This way one has to stick to the original casing of the package name when specifying as dependency, but that's in fact more straight forward than always having to lookup the PKG_template invocation in question. | |||
2010-06-14 | setuid bit for Xorg is needed, when normal user uses startx | Waldemar Brodkorb | |
2010-06-12 | massive PKG_SECTION adjustments | Phil Sutter | |