From 5a65c76bc3d72ea9f275a3c474d5e308cf367a82 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 6 Jan 2011 23:18:06 +0100 Subject: remove obsolete SUB_INSTALL stuff. --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 6e95a3ff7..256db6783 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,12 @@ +- rework subinstall logic +- fix autoreconf usage in opensc +- fix timezone stuff in eglibc/glibc +- add back aufs2 patches for kernel - openssl ocf support check - new package minidlna - wget/curl/ftp download support - fix heimdal package -- check all patches for CFLAGS compliance +- check all patches for CFLAGS compliance, fhonour patch from FreeWRT - busybox update and SuSv3 removal - check rtc support on foxg20 - relocatable gcc (adk) -- cgit v1.2.3 From a0ea7c09e9b28bf6571363a2c3542fb03f7b34ae Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 7 Jan 2011 17:04:56 +0100 Subject: add varios patches... eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS. --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 256db6783..23caeef0d 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,8 @@ -- rework subinstall logic +- man pages in ipkg/tgz packages (automatic) +- ccache support for speedup +- distcc eval +- GCC SSP evaluation +- LTO GCC evaluation - fix autoreconf usage in opensc - fix timezone stuff in eglibc/glibc - add back aufs2 patches for kernel -- cgit v1.2.3 From ce0255bbd2d1719f1ce3a30504c19869802c0a8b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 8 Jan 2011 11:22:41 +0100 Subject: rework and cleanup top level directory creation, avoid some unnecessary rebuils --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 23caeef0d..34fed5d18 100644 --- a/TODO +++ b/TODO @@ -13,7 +13,6 @@ - check all patches for CFLAGS compliance, fhonour patch from FreeWRT - busybox update and SuSv3 removal - check rtc support on foxg20 -- relocatable gcc (adk) - adkinstall with NTP and hwclock support - PKG_CONFLICTS for python/python2, is this possible with Kconfig? - mirror only option, for no internet access -- cgit v1.2.3 From a217fc80b29080dae963bb15051df023de36ce39 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 10 Jan 2011 10:59:12 +0100 Subject: add LTO support to toolchain settings. Cleanup SYSROOT mess. - just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup) --- TODO | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 34fed5d18..56959ebbe 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,27 @@ - man pages in ipkg/tgz packages (automatic) +- automatic healing after move of adk directory (pc,la) - ccache support for speedup -- distcc eval +- distcc evaluation - GCC SSP evaluation - LTO GCC evaluation +- finish qemu package - fix autoreconf usage in opensc -- fix timezone stuff in eglibc/glibc +- fix timezone stuff in glibc - add back aufs2 patches for kernel - openssl ocf support check +- locales support - new package minidlna - wget/curl/ftp download support - fix heimdal package +- fix or remove bazaar package - check all patches for CFLAGS compliance, fhonour patch from FreeWRT +- rpath cleanup - busybox update and SuSv3 removal - check rtc support on foxg20 - adkinstall with NTP and hwclock support - PKG_CONFLICTS for python/python2, is this possible with Kconfig? - mirror only option, for no internet access -- add support for brcm 2.6 (lzma/flash/wireless support) +- add and test brcm 2.6 wireless support - help text for config/ needs adoption +- diet libc / klibc / newlib support +- pcc support? clang+llvm -- cgit v1.2.3 From 903a9849d50273c9d63e3be4ca85b1ea847cdf0d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 10 Jan 2011 22:47:51 +0100 Subject: fix timezone configuration for glibc based systems --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 56959ebbe..552758a73 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,6 @@ - LTO GCC evaluation - finish qemu package - fix autoreconf usage in opensc -- fix timezone stuff in glibc - add back aufs2 patches for kernel - openssl ocf support check - locales support -- cgit v1.2.3 From 72d93163012bc54c99ba5cd589f583fbf2c0dad6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 11 Jan 2011 13:58:28 +0100 Subject: fix bzr package build --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 552758a73..88bf7df76 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ - man pages in ipkg/tgz packages (automatic) -- automatic healing after move of adk directory (pc,la) - ccache support for speedup - distcc evaluation - GCC SSP evaluation -- cgit v1.2.3 From cbd0e559e6d11662e8cc685a53ff15a4ee2b1236 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 11 Jan 2011 18:12:29 +0100 Subject: remove from TODO list, enable aufs2-util on bulk builds. --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 56959ebbe..2cd33d20f 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,6 @@ - finish qemu package - fix autoreconf usage in opensc - fix timezone stuff in glibc -- add back aufs2 patches for kernel - openssl ocf support check - locales support - new package minidlna -- cgit v1.2.3 From 15c84adca94bfe4a89ece5c04f06a884cf508ebb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 17 Jan 2011 21:55:49 +0100 Subject: fix packages to be compile with stack protector - 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 --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 668d75efe..2b0525cfb 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ - man pages in ipkg/tgz packages (automatic) +- automate /etc handling via conffiles - ccache support for speedup - distcc evaluation - GCC SSP evaluation -- cgit v1.2.3