[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-468-gb14d420
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-06-18 18:58:38
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via b14d420100ab929d961751acea5f4366c227867f (commit)
via 126a88992d91d37d9b24a657716f6f166c83b6aa (commit)
via c7fb35ea959a7bbed40418ebeea241cde7d4e23b (commit)
via 4b7ac544c5bc279deb23a3c41947df9656bd070d (commit)
via c1634b7ca950e290fdcfb71c96155feb83a274c7 (commit)
via 3f93739eff03ebfa91df6e7d9c245103bdfc5753 (commit)
via d2843dcb515b94ca7b7196604b6914d1f181b4fb (commit)
from 6e69039ec53b91304d1a2853fd4b5a24397094e5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b14d420100ab929d961751acea5f4366c227867f
Author: Julien Boibessot <jul...@ar...>
Date: Fri Jun 18 20:57:19 2010 +0200
[BUILDROOT] move sdlwater package as patch against BR
commit 126a88992d91d37d9b24a657716f6f166c83b6aa
Author: Julien Boibessot <jul...@ar...>
Date: Fri Jun 18 19:00:44 2010 +0200
[BUILDROOT] move snes9x package as patch against BR
commit c7fb35ea959a7bbed40418ebeea241cde7d4e23b
Author: Julien Boibessot <jul...@ar...>
Date: Fri Jun 18 18:32:53 2010 +0200
[BUILDROOT] move mesa package as patch against BR
commit 4b7ac544c5bc279deb23a3c41947df9656bd070d
Author: Julien Boibessot <jul...@ar...>
Date: Fri Jun 18 18:05:03 2010 +0200
[BUILDROOT] move lcd4linux package as patch against BR
commit c1634b7ca950e290fdcfb71c96155feb83a274c7
Author: Julien Boibessot <jul...@ar...>
Date: Fri Jun 18 17:12:29 2010 +0200
[BUILDROOT] move socketcan package as patch against BR
commit 3f93739eff03ebfa91df6e7d9c245103bdfc5753
Author: Julien Boibessot <jul...@ar...>
Date: Fri Jun 18 16:41:53 2010 +0200
[BUILDROOT] move pymysql package as patch against BR
commit d2843dcb515b94ca7b7196604b6914d1f181b4fb
Author: Julien Boibessot <jul...@ar...>
Date: Fri Jun 18 15:27:46 2010 +0200
[BUILDROOT] cleanup pyserial & move package as patch against BR
-----------------------------------------------------------------------
Summary of changes:
buildroot/package/.gitignore | 8 -
buildroot/package/lcd4linux/Config.in | 8 -
.../lcd4linux/lcd4linux-remove-wireless.patch | 13 -
buildroot/package/lcd4linux/lcd4linux.mk | 64 --
.../package/lcd4linux/lcd4linux_armadeus.conf | 445 ------------
.../package/lcd4linux/lcd4linux_armadeus.patch | 181 -----
buildroot/package/mesa/Config.in | 7 -
buildroot/package/mesa/mesa.mk | 70 --
buildroot/package/mesa/mesa.patch | 188 -----
buildroot/package/pymysql/Config.in | 9 -
buildroot/package/pymysql/patches/000-setup.patch | 12 -
.../package/pymysql/patches/010-threadsafe.patch | 11 -
buildroot/package/pymysql/pymysql.mk | 76 --
buildroot/package/pyserial/Config.in | 6 -
buildroot/package/pyserial/pyserial.mk | 32 -
buildroot/package/sdlwater/Config.in | 10 -
buildroot/package/sdlwater/sdl_water.mk | 65 --
buildroot/package/snes9x/Config.in | 13 -
buildroot/package/snes9x/snes9x-1.39-compile.patch | 295 --------
buildroot/package/snes9x/snes9x.mk | 80 ---
buildroot/package/socketcan/Config.in | 22 -
.../socketcan-svn-rev810-cross-compile.patch | 33 -
.../socketcan-svn-rev874-cross-compile.patch | 63 --
buildroot/package/socketcan/socketcan.mk | 72 --
patches/buildroot/006-lcd4linux.patch | 745 +++++++++++++++++++-
patches/buildroot/021-sdl-water-config.patch | 90 +++-
patches/buildroot/042-socketcan.patch | 214 ++++++-
patches/buildroot/043-mesa-add_packages.patch | 287 ++++++++
patches/buildroot/055-pyserial-add_package.patch | 56 ++-
patches/buildroot/057-pymysql-add_package.patch | 136 ++++-
patches/buildroot/118-snes9x-add_package.patch | 413 +++++++++++
patches/buildroot/2010.05/006-lcd4linux.patch | 741 +++++++++++++++++++
.../buildroot/2010.05/021-sdl-water-config.patch | 88 +++-
patches/buildroot/2010.05/042-socketcan.patch | 210 ++++++
.../buildroot/2010.05/043-mesa-add_packages.patch | 287 ++++++++
.../2010.05/055-pyserial-add_package.patch | 52 ++
.../2010.05/057-pymysql-add_package.patch | 132 ++++
.../buildroot/2010.05/118-snes9x-add_package.patch | 413 +++++++++++
patches/buildroot/2010.05/cleanup_buildroot.sh | 7 +
patches/buildroot/cleanup_buildroot.sh | 7 +
40 files changed, 3867 insertions(+), 1794 deletions(-)
delete mode 100644 buildroot/package/lcd4linux/Config.in
delete mode 100644 buildroot/package/lcd4linux/lcd4linux-remove-wireless.patch
delete mode 100644 buildroot/package/lcd4linux/lcd4linux.mk
delete mode 100644 buildroot/package/lcd4linux/lcd4linux_armadeus.conf
delete mode 100644 buildroot/package/lcd4linux/lcd4linux_armadeus.patch
delete mode 100644 buildroot/package/mesa/Config.in
delete mode 100644 buildroot/package/mesa/mesa.mk
delete mode 100644 buildroot/package/mesa/mesa.patch
delete mode 100644 buildroot/package/pymysql/Config.in
delete mode 100644 buildroot/package/pymysql/patches/000-setup.patch
delete mode 100644 buildroot/package/pymysql/patches/010-threadsafe.patch
delete mode 100644 buildroot/package/pymysql/pymysql.mk
delete mode 100644 buildroot/package/pyserial/Config.in
delete mode 100644 buildroot/package/pyserial/pyserial.mk
delete mode 100644 buildroot/package/sdlwater/Config.in
delete mode 100644 buildroot/package/sdlwater/sdl_water.mk
delete mode 100644 buildroot/package/snes9x/Config.in
delete mode 100644 buildroot/package/snes9x/snes9x-1.39-compile.patch
delete mode 100644 buildroot/package/snes9x/snes9x.mk
delete mode 100644 buildroot/package/socketcan/Config.in
delete mode 100644 buildroot/package/socketcan/socketcan-svn-rev810-cross-compile.patch
delete mode 100644 buildroot/package/socketcan/socketcan-svn-rev874-cross-compile.patch
delete mode 100644 buildroot/package/socketcan/socketcan.mk
create mode 100644 patches/buildroot/043-mesa-add_packages.patch
create mode 100644 patches/buildroot/118-snes9x-add_package.patch
create mode 100644 patches/buildroot/2010.05/043-mesa-add_packages.patch
create mode 100644 patches/buildroot/2010.05/118-snes9x-add_package.patch
diff --git a/buildroot/package/.gitignore b/buildroot/package/.gitignore
index 489f220..b60d8b2 100644
--- a/buildroot/package/.gitignore
+++ b/buildroot/package/.gitignore
@@ -14,13 +14,5 @@
!/bluez/
!/fbgrab/
!/fbtest/
-!/lcd4linux/
-!/mesa/
!/mtd/
-!/pymysql/
-!/pyserial/
-!/sdlwater/
-!/snes9x/
-!/socketcan/
!/xenomai/
-!/mesa/
diff --git a/buildroot/package/lcd4linux/Config.in b/buildroot/package/lcd4linux/Config.in
deleted file mode 100644
index bdce5b3..0000000
--- a/buildroot/package/lcd4linux/Config.in
+++ /dev/null
@@ -1,8 +0,0 @@
-config BR2_PACKAGE_LCD4LINUX
- bool "LCD4Linux daemon"
- select BR2_PACKAGE_NCURSES
- default n
- help
- LCD4Linux allows you to show some system parameters on a textual LCD
- connected to your Armadeus board.
-
diff --git a/buildroot/package/lcd4linux/lcd4linux-remove-wireless.patch b/buildroot/package/lcd4linux/lcd4linux-remove-wireless.patch
deleted file mode 100644
index 7f1e342..0000000
--- a/buildroot/package/lcd4linux/lcd4linux-remove-wireless.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-This plugin doesn't compile yet (/anymore?)
-
---- lcd4linux-0.10.0/configure.org 2007-11-21 22:31:40.000000000 +0100
-+++ lcd4linux-0.10.0/configure 2007-11-21 22:32:04.000000000 +0100
-@@ -6366,7 +6366,7 @@
- PLUGIN_STATFS="yes"
- PLUGIN_UNAME="yes"
- PLUGIN_UPTIME="yes"
-- PLUGIN_WIRELESS="yes"
-+ PLUGIN_WIRELESS="no"
- PLUGIN_XMMS="yes"
- ;;
- apm)
diff --git a/buildroot/package/lcd4linux/lcd4linux.mk b/buildroot/package/lcd4linux/lcd4linux.mk
deleted file mode 100644
index 9a55c5c..0000000
--- a/buildroot/package/lcd4linux/lcd4linux.mk
+++ /dev/null
@@ -1,64 +0,0 @@
-#############################################################
-#
-# LCD4Linux daemon
-#
-#############################################################
-
-LCD4LINUX_VER:=0.10.1-RC2
-LCD4LINUX_SOURCE:=lcd4linux-$(LCD4LINUX_VER).tar.gz
-LCD4LINUX_SITE:=http://ssl.bulix.org/projects/lcd4linux/raw-attachment/wiki/Download/
-LCD4LINUX_DIR:=$(BUILD_DIR)/lcd4linux-$(LCD4LINUX_VER)
-LCD4LINUX_CAT:=zcat
-LCD4LINUX_BINARY:=lcd4linux
-LCD4LINUX_TARGET_BINARY:=usr/bin/lcd4linux
-LCD4LINUX_PATCH:=lcd4linux_armadeus.patch
-LCD4LINUX_CONF:=lcd4linux_armadeus.conf
-LCD4LINUX_TARGET_CONF:=etc/lcd4linux.conf
-
-
-$(DL_DIR)/$(LCD4LINUX_SOURCE):
- $(WGET) -P $(DL_DIR) $(LCD4LINUX_SITE)/$(LCD4LINUX_SOURCE)
-
-$(LCD4LINUX_DIR)/.unpacked: $(DL_DIR)/$(LCD4LINUX_SOURCE)
- $(LCD4LINUX_CAT) $(DL_DIR)/$(LCD4LINUX_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- touch $@
-
-$(LCD4LINUX_DIR)/.patched: $(LCD4LINUX_DIR)/.unpacked
- toolchain/patch-kernel.sh $(LCD4LINUX_DIR) package/lcd4linux lcd4linux\*.patch
- (if [ -d $(BUILD_DIR)/linux-2.6.12/include/asm-generic ]; then ln -sf $(BUILD_DIR)/linux-2.6.12/include/asm-generic/ $(BUILD_DIR)/staging_dir/arm-linux-uclibc/sys-include/asm-generic; fi)
- touch $@
-
-$(LCD4LINUX_DIR)/.configured: $(LCD4LINUX_DIR)/.patched
- (cd $(LCD4LINUX_DIR); rm -rf config.cache; \
- $(TARGET_CONFIGURE_OPTS) CC_FOR_BUILD=$(HOSTCC) \
- CFLAGS="$(TARGET_CFLAGS)" \
- ./configure \
- --host=$(GNU_TARGET_NAME) \
- );
- touch $@
-
-$(LCD4LINUX_DIR)/$(LCD4LINUX_BINARY): $(LCD4LINUX_DIR)/.configured
- $(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(LCD4LINUX_DIR)
-
-$(TARGET_DIR)/$(LCD4LINUX_TARGET_BINARY): $(LCD4LINUX_DIR)/$(LCD4LINUX_BINARY)
- #cp -f $< $@
- install -D $< $@
- $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@
- cp package/lcd4linux/$(LCD4LINUX_CONF) $(TARGET_DIR)/$(LCD4LINUX_TARGET_CONF)
-
-lcd4linux: uclibc ncurses $(TARGET_DIR)/$(LCD4LINUX_TARGET_BINARY)
-
-lcd4linux-clean:
- rm -f $(TARGET_DIR)/$(LCD4LINUX_TARGET_BINARY)
- -$(MAKE) -C $(LCD4LINUX_DIR) clean
-
-lcd4linux-dirclean:
- rm -rf $(LCD4LINUX_DIR)
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-ifeq ($(strip $(BR2_PACKAGE_LCD4LINUX)),y)
-TARGETS+=lcd4linux
-endif
diff --git a/buildroot/package/lcd4linux/lcd4linux_armadeus.conf b/buildroot/package/lcd4linux/lcd4linux_armadeus.conf
deleted file mode 100644
index 3617344..0000000
--- a/buildroot/package/lcd4linux/lcd4linux_armadeus.conf
+++ /dev/null
@@ -1,445 +0,0 @@
-
-# Armadeus HD44780 display (Nico wiring ;-))
-Display HD44780-generic {
- Driver 'HD44780'
- Model 'generic'
- Port '/dev/parports/0'
- Size '40x2'
- asc255bug 0
- Bits 4
- Wire {
- RW 'DB4'
- RS 'DB5'
- ENABLE 'DB6'
- ENABLE2 'GND'
- GPO 'GND'
- }
-}
-
-Plugin Seti {
- Directory '/root/setiathome-3.08.i686-pc-linux-gnu'
-}
-
-
-Plugin MySQL {
- server 'gsmlandia.com' # if none, localhost assumed
- port 3306 # if none, MySQL default assumed
- user 'lcd4linux' # if none, lcd4linux unix owner assumed
- password 'lcd4linux' # if none, empty password assumed
- database 'lcd4linux' # MUST be specified
-}
-
-Plugin Pop3 {
- server1 'localhost'
- port1 110
- user1 'michael'
- password1 'secret'
-}
-
-
-Widget OS {
- class 'Text'
- expression '*** '.uname('sysname').' '.uname('release').' ***'
- width 20
- align 'M'
- speed 100
- update tick
-}
-
-Widget CPU {
- class 'Text'
- expression uname('machine')
- prefix 'CPU '
- width 9
- align 'L'
- update tick
-}
-
-
-Widget RAM {
- class 'Text'
- expression meminfo('MemTotal')/1024
- postfix ' MB RAM'
- width 11
- precision 0
- align 'R'
- update tick
-}
-
-Widget Busy {
- class 'Text'
- expression proc_stat::cpu('busy', 500)
- prefix 'Busy'
- postfix '%'
- width 8
- precision 1
- align 'R'
- update tick
-}
-
-Widget BusyBar {
- class 'Bar'
- expression proc_stat::cpu('busy', 500)
- expression2 proc_stat::cpu('system', 500)
- length 10
- direction 'E'
- update tack
-}
-
-Widget Load {
- class 'Text'
- expression loadavg(1)
- prefix 'Load'
- postfix loadavg(1)>1.0?'!':' '
- width 10
- precision 1
- align 'R'
- update tick
-}
-
-Widget LoadBar {
- class 'Bar'
- expression loadavg(1)
- max 2.0
- length 10
- direction 'E'
- update tack
-}
-
-
-Widget Disk {
- class 'Text'
- # disk.[rw]blk return blocks, we assume a blocksize of 512
- # to get the number in kB/s we would do blk*512/1024, which is blk/2
- # expression (proc_stat::disk('.*', 'rblk', 500)+proc_stat::disk('.*', 'wblk', 500))/2
- # with kernel 2.6, disk_io disappeared from /proc/stat but moved to /proc/diskstat
- # therefore you have to use another function called 'diskstats':
- expression diskstats('hd.', 'read_sectors', 500) + diskstats('hd.', 'write_sectors', 500)
- prefix 'disk'
- postfix ' '
- width 10
- precision 0
- align 'R'
- update tick
-}
-
-Widget DiskBar {
- class 'Bar'
- #expression proc_stat::disk('.*', 'rblk', 500)
- #expression2 proc_stat::disk('.*', 'wblk', 500)
- # for kernel 2.6:
- expression diskstats('hd.', 'read_sectors', 500)
- expression2 diskstats('hd.', 'write_sectors', 500)
- length 14
- direction 'E'
- update tack
-}
-
-Widget Eth0 {
- class 'Text'
- expression (netdev('eth0', 'Rx_bytes', 500)+netdev('eth0', 'Tx_bytes', 500))/1024
- prefix 'eth0'
- postfix ' '
- width 10
- precision 0
- align 'R'
- update tick
-}
-
-Widget Eth0Bar {
- class 'Bar'
- expression netdev('eth0', 'Rx_bytes', 500)
- expression2 netdev('eth0', 'Tx_bytes', 500)
- length 14
- direction 'E'
- update tack
-}
-
-Widget PPP {
- class 'Text'
- expression (ppp('Rx:0', 500)+ppp('Tx:0', 500))
- prefix 'PPP'
- width 9
- precision 0
- align 'R'
- update tick
-}
-
-Widget Temp {
- class 'Text'
- expression i2c_sensors('temp_input3')*1.0324-67
- prefix 'Temp'
- width 9
- precision 1
- align 'R'
- update tick
-}
-
-Widget TempBar {
- class 'Bar'
- expression i2c_sensors('temp_input3')*1.0324-67
- min 40
- max 80
- length 10
- direction 'E'
- update tack
-}
-
-Widget MySQLtest1 {
- class 'Text'
- expression MySQL::query('SELECT id FROM table1')
- width 20
- align 'R'
- prefix 'MySQL test:'
- update minute
-}
-
-Widget MySQLtest2 {
- class 'Text'
- expression MySQL::status()
- width 20
- align 'M'
- prefix 'Status: '
- update minute
-}
-
-Widget Uptime {
- class 'Text'
- expression uptime('%d days %H:%M:%S')
- width 20
- align 'R'
- prefix 'Up '
- update 1000
-}
-
-
-# debugging widgets
-
-Widget BarTest {
- class 'Bar'
- # test::bar(barno,maxval,startval,delta) - move a test value between 0 and max.
- # delta= step to change value by each time it's read.
- # barno - ten different test bar values can be set up, with barno=0..9
- # if delta=0, just returns the value of bar n instead of changing it.
- expression test::bar(0,30,25,1)
- expression2 test::bar(1,30,0,1)
- length 8
- # max 50
- direction 'E'
- update 10
-}
-
-Widget BarTestVal {
- class 'Text'
- expression test::bar(0,100,50,0)
- prefix 'Test '
- width 9
- update 200
-}
-
-Widget LightningTest {
- class 'icon'
- speed 500
- visible test::onoff(0)
- bitmap {
- row1 '...***'
- row2 '..***.'
- row3 '.***..'
- row4 '.****.'
- row5 '..**..'
- row6 '.**...'
- row7 '**....'
- row8 '*.....'
- }
-}
-
-
-# Icons
-
-Widget Heartbeat {
- class 'Icon'
- speed 800
- Bitmap {
- Row1 '.....|.....'
- Row2 '.*.*.|.*.*.'
- Row3 '*****|*.*.*'
- Row4 '*****|*...*'
- Row5 '.***.|.*.*.'
- Row6 '.***.|.*.*.'
- Row7 '..*..|..*..'
- Row8 '.....|.....'
- }
-}
-
-Widget EKG {
- class 'Icon'
- speed 50
- Bitmap {
- Row1 '.....|.....|.....|.....|.....|.....|.....|.....'
- Row2 '.....|....*|...*.|..*..|.*...|*....|.....|.....'
- Row3 '.....|....*|...*.|..*..|.*...|*....|.....|.....'
- Row4 '.....|....*|...**|..**.|.**..|**...|*....|.....'
- Row5 '.....|....*|...**|..**.|.**..|**...|*....|.....'
- Row6 '.....|....*|...*.|..*.*|.*.*.|*.*..|.*...|*....'
- Row7 '*****|*****|****.|***..|**..*|*..**|..***|.****'
- Row8 '.....|.....|.....|.....|.....|.....|.....|.....'
- }
-}
-Widget Karo {
- class 'Icon'
- speed 200
- Bitmap {
- Row1 '.....|.....|.....|.....|..*..|.....|.....|.....'
- Row2 '.....|.....|.....|..*..|.*.*.|..*..|.....|.....'
- Row3 '.....|.....|..*..|.*.*.|*...*|.*.*.|..*..|.....'
- Row4 '.....|..*..|.*.*.|*...*|.....|*...*|.*.*.|..*..'
- Row5 '.....|.....|..*..|.*.*.|*...*|.*.*.|..*..|.....'
- Row6 '.....|.....|.....|..*..|.*.*.|..*..|.....|.....'
- Row7 '.....|.....|.....|.....|..*..|.....|.....|.....'
- Row8 '.....|.....|.....|.....|.....|.....|.....|.....'
- }
-}
-Widget Heart {
- class 'Icon'
- speed 250
- Bitmap {
- Row1 '.....|.....|.....|.....|.....|.....'
- Row2 '.*.*.|.....|.*.*.|.....|.....|.....'
- Row3 '*****|.*.*.|*****|.*.*.|.*.*.|.*.*.'
- Row4 '*****|.***.|*****|.***.|.***.|.***.'
- Row5 '.***.|.***.|.***.|.***.|.***.|.***.'
- Row6 '.***.|..*..|.***.|..*..|..*..|..*..'
- Row7 '..*..|.....|..*..|.....|.....|.....'
- Row8 '.....|.....|.....|.....|.....|.....'
- }
-}
-Widget Blob {
- class 'Icon'
- speed 250
- Bitmap {
- Row1 '.....|.....|.....'
- Row2 '.....|.....|.***.'
- Row3 '.....|.***.|*...*'
- Row4 '..*..|.*.*.|*...*'
- Row5 '.....|.***.|*...*'
- Row6 '.....|.....|.***.'
- Row7 '.....|.....|.....'
- Row8 '.....|.....|.....'
- }
-}
-Widget Wave {
- class 'Icon'
- speed 100
- Bitmap {
- Row1 '..**.|.**..|**...|*....|.....|.....|.....|.....|....*|...**'
- Row2 '.*..*|*..*.|..*..|.*...|*....|.....|.....|....*|...*.|..*..'
- Row3 '*....|....*|...*.|..*..|.*...|*....|....*|...*.|..*..|.*...'
- Row4 '*....|....*|...*.|..*..|.*...|*....|....*|...*.|..*..|.*...'
- Row5 '*....|....*|...*.|..*..|.*...|*....|....*|...*.|..*..|.*...'
- Row6 '.....|.....|....*|...*.|..*..|.*..*|*..*.|..*..|.*...|*....'
- Row7 '.....|.....|.....|....*|...**|..**.|.**..|**...|*....|.....'
- Row8 '.....|.....|.....|.....|.....|.....|.....|.....|.....|.....'
- }
-}
-Widget Squirrel {
- class 'Icon'
- speed 100
- Bitmap {
- Row1 '.....|.....|.....|.....|.....|.....'
- Row2 '.....|.....|.....|.....|.....|.....'
- Row3 '.....|.....|.....|.....|.....|.....'
- Row4 '**...|.**..|..**.|...**|....*|.....'
- Row5 '*****|*****|*****|*****|*****|*****'
- Row6 '...**|..**.|.**..|**...|*....|.....'
- Row7 '.....|.....|.....|.....|.....|.....'
- Row8 '.....|.....|.....|.....|.....|.....'
- }
-}
-
-Widget Lightning {
- class 'icon'
- speed 100
- visible cpu('busy', 500)-50
- bitmap {
- row1 '...***'
- row2 '..***.'
- row3 '.***..'
- row4 '.****.'
- row5 '..**..'
- row6 '.**...'
- row7 '**....'
- row8 '*.....'
- }
-}
-
-Widget Rain {
- class 'icon'
- speed 200
- bitmap {
- row1 '...*.|.....|.....|.*...|....*|..*..|.....|*....'
- row2 '*....|...*.|.....|.....|.*...|....*|..*..|.....'
- row3 '.....|*....|...*.|.....|.....|.*...|....*|..*..'
- row4 '..*..|.....|*....|...*.|.....|.....|.*...|....*'
- row5 '....*|..*..|.....|*....|...*.|.....|.....|.*...'
- row6 '.*...|....*|..*..|.....|*....|...*.|.....|.....'
- row7 '.....|.*...|....*|..*..|.....|*....|...*.|.....'
- row8 '.....|.....|.*...|....*|..*..|.....|*....|...*.'
- }
-}
-
-Widget Test {
- class 'Text'
- expression '1234567890123456789012345678901234567890'
- #expression '|'
- width 40
-}
-
-Widget Armadeus {
- class 'Text'
- expression 'Armadeus Project'
- width 20
-}
-
-
-Layout L40x2 {
- Row1 {
- Col1 'Busy'
- Col10 'BusyBar'
- Col20 'Uptime'
- }
- Row2 {
- Col1 'Load'
- Col10 'LoadBar'
- Col21 'Armadeus
- }
-}
-
-Layout Test {
- Row01.Col1 'Test'
- Row02.Col1 'Test'
- Row03.Col1 'Test'
- Row04.Col1 'Test'
-}
-
-Layout testMySQL {
- Row1 {
- Col1 'MySQLtest1'
- }
- Row2 {
- Col1 'MySQLtest2'
- }
-}
-
-
-#
-# Specify here which diplay and layout should be used
-#
-Display 'HD44780-generic'
-Layout 'L40x2'
-
-
-Variables {
- tick 500
- tack 100
- minute 60000
-}
diff --git a/buildroot/package/lcd4linux/lcd4linux_armadeus.patch b/buildroot/package/lcd4linux/lcd4linux_armadeus.patch
deleted file mode 100644
index 4b103d3..0000000
--- a/buildroot/package/lcd4linux/lcd4linux_armadeus.patch
+++ /dev/null
@@ -1,181 +0,0 @@
-diff -uprN lcd4linux-0.10.0/configure lcd4linux-0.10.0.armadeus/configure
---- lcd4linux-0.10.0/configure 2005-06-10 13:21:49.000000000 +0200
-+++ lcd4linux-0.10.0.armadeus/configure 2005-09-11 20:39:47.000000000 +0200
-@@ -7242,7 +7242,7 @@ for driver in $drivers; do
- picoLCD="yes"
- PNG="yes"
- PPM="yes"
-- ROUTERBOARD="yes"
-+ ROUTERBOARD="no"
- SAMPLE="yes"
- SERDISPLIB="yes"
- SIMPLELCD="yes"
-diff -uprN lcd4linux-0.10.0/drv_generic_parport.c lcd4linux-0.10.0.armadeus/drv_generic_parport.c
---- lcd4linux-0.10.0/drv_generic_parport.c 2005-05-08 06:32:44.000000000 +0200
-+++ lcd4linux-0.10.0.armadeus/drv_generic_parport.c 2005-09-11 20:46:27.000000000 +0200
-@@ -215,9 +215,8 @@ int drv_generic_parport_open(const char
- return -1;
- }
- } else
--#endif
--
- {
-+#else
- error("using raw port 0x%x (deprecated!)", Port);
- error("You *really* should change your setup and use ppdev!");
- if ((Port + 3) <= 0x3ff) {
-@@ -231,6 +230,7 @@ int drv_generic_parport_open(const char
- return -1;
- }
- }
-+#endif // WITH_PPDEV
- }
- return 0;
- }
-@@ -250,9 +250,9 @@ int drv_generic_parport_close(void)
- }
- free(PPdev);
- } else
--#endif
- {
- debug("closing raw port 0x%x", Port);
-+#else
- if ((Port + 3) <= 0x3ff) {
- if (ioperm(Port, 3, 0) != 0) {
- error("%s: ioperm(0x%x) failed: %s", Driver, Port, strerror(errno));
-@@ -264,6 +264,7 @@ int drv_generic_parport_close(void)
- return -1;
- }
- }
-+#endif // WITH_PPDEV
- }
-
- return 0;
-@@ -426,11 +427,12 @@ void drv_generic_parport_direction(const
- if (PPdev) {
- ioctl(PPfd, PPDATADIR, &direction);
- } else
--#endif
- {
-+#else
- /* code stolen from linux/parport_pc.h */
- ctr = (ctr & ~0x20) ^ (direction ? 0x20 : 0x00);
- outb(ctr, Port + 2);
-+#endif
- }
- }
-
-@@ -445,9 +447,10 @@ unsigned char drv_generic_parport_status
- if (PPdev) {
- ioctl(PPfd, PPRSTATUS, &data);
- } else
--#endif
- {
-+#else
- data = inb(Port + 1);
-+#endif
- }
-
- /* clear unused bits */
-@@ -476,11 +479,12 @@ void drv_generic_parport_control(const u
- frob.val = val;
- ioctl(PPfd, PPFCONTROL, &frob);
- } else
--#endif
- {
-+#else
- /* code stolen from linux/parport_pc.h */
- ctr = (ctr & ~mask) ^ val;
- outb(ctr, Port + 2);
-+#endif
- }
- }
-
-@@ -519,9 +523,10 @@ void drv_generic_parport_toggle(const un
- frob.val = value2;
- ioctl(PPfd, PPFCONTROL, &frob);
-
-- } else
--#endif
-+ }
-+ else
- {
-+#else
- /* rise */
- ctr = (ctr & ~bits) ^ value1;
- outb(ctr, Port + 2);
-@@ -532,6 +537,7 @@ void drv_generic_parport_toggle(const un
- /* lower */
- ctr = (ctr & ~bits) ^ value2;
- outb(ctr, Port + 2);
-+#endif
- }
- }
-
-@@ -541,11 +547,13 @@ void drv_generic_parport_data(const unsi
- #ifdef WITH_PPDEV
- if (PPdev) {
- ioctl(PPfd, PPWDATA, &data);
-- } else
--#endif
-+ }
-+#else
-+ else
- {
- outb(data, Port);
- }
-+#endif
- }
-
- unsigned char drv_generic_parport_read(void)
-@@ -555,11 +563,13 @@ unsigned char drv_generic_parport_read(v
- #ifdef WITH_PPDEV
- if (PPdev) {
- ioctl(PPfd, PPRDATA, &data);
-- } else
--#endif
-- {
-+ }
-+#else
-+ else {
- data = inb(Port);
- }
-+#endif // WITH_PPDEV
-+
- return data;
- }
-
-@@ -571,11 +581,12 @@ void drv_generic_parport_debug(void)
- #ifdef WITH_PPDEV
- if (PPdev) {
- ioctl(PPfd, PPRCONTROL, &control);
-- } else
--#endif
-- {
-+ }
-+#else
-+ else {
- control = ctr;
- }
-+#endif // WITH_PPDEV
-
- debug("%cSTROBE %cAUTOFD %cINIT %cSLCTIN",
- control & PARPORT_CONTROL_STROBE ? '-' : '+',
-diff -uprN lcd4linux-0.10.0/stamp-h lcd4linux-0.10.0.armadeus/stamp-h
---- lcd4linux-0.10.0/stamp-h 1970-01-01 01:00:00.000000000 +0100
-+++ lcd4linux-0.10.0.armadeus/stamp-h 2005-09-11 20:40:06.000000000 +0200
-@@ -0,0 +1 @@
-+timestamp
-diff -uprN lcd4linux-0.10.0/udelay.c lcd4linux-0.10.0.armadeus/udelay.c
---- lcd4linux-0.10.0/udelay.c 2005-05-08 06:32:45.000000000 +0200
-+++ lcd4linux-0.10.0.armadeus/udelay.c 2005-09-11 19:59:42.000000000 +0200
-@@ -133,6 +133,7 @@
- #include <stdlib.h>
- #include <stdio.h>
-
-+#undef USE_OLD_UDELAY // otherwise x86 asm code is used
-
- #ifdef USE_OLD_UDELAY
-
-
-
diff --git a/buildroot/package/mesa/Config.in b/buildroot/package/mesa/Config.in
deleted file mode 100644
index c200963..0000000
--- a/buildroot/package/mesa/Config.in
+++ /dev/null
@@ -1,7 +0,0 @@
-config BR2_PACKAGE_MESALIB
- bool "Mesa library"
- default n
- select BR2_PACKAGE_GPM
- help
- Build MesaGL. It allows you to use OpenGL on your Armadeus board.
-
diff --git a/buildroot/package/mesa/mesa.mk b/buildroot/package/mesa/mesa.mk
deleted file mode 100644
index 9931f21..0000000
--- a/buildroot/package/mesa/mesa.mk
+++ /dev/null
@@ -1,70 +0,0 @@
-#############################################################
-#
-# Mesa
-#
-#############################################################
-
-MESALIB_VER:=7.0
-MESALIB_SOURCE:=MesaLib-$(MESALIB_VER).tar.bz2
-MESALIB_DEMOS:=MesaDemos-$(MESALIB_VER).tar.bz2
-MESAGLUT_SOURCE:=MesaGLUT-$(MESALIB_VER).tar.bz2
-MESALIB_SITE:=http://downloads.sourceforge.net/mesa3d
-MESALIB_DIR:=$(BUILD_DIR)/Mesa-$(MESALIB_VER)
-MESALIB_CAT:=bzcat
-MESALIB_PATCH:=mesa.patch
-
-
-$(DL_DIR)/$(MESALIB_SOURCE):
- $(WGET) -P $(DL_DIR) $(MESALIB_SITE)/$(MESALIB_SOURCE)
-
-$(DL_DIR)/$(MESALIB_DEMOS):
- $(WGET) -P $(DL_DIR) $(MESALIB_SITE)/$(MESALIB_DEMOS)
-
-$(DL_DIR)/$(MESAGLUT_SOURCE):
- $(WGET) -P $(DL_DIR) $(MESALIB_SITE)/$(MESAGLUT_SOURCE)
-
-mesa-source: $(DL_DIR)/$(MESALIB_SOURCE) $(DL_DIR)/$(MESALIB_DEMOS)
-
-$(MESALIB_DIR)/.unpacked: $(DL_DIR)/$(MESALIB_SOURCE) $(DL_DIR)/$(MESALIB_DEMOS) $(DL_DIR)/$(MESAGLUT_SOURCE)
- $(MESALIB_CAT) $(DL_DIR)/$(MESALIB_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- $(MESALIB_CAT) $(DL_DIR)/$(MESALIB_DEMOS) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- $(MESALIB_CAT) $(DL_DIR)/$(MESAGLUT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- touch $@
-
-$(MESALIB_DIR)/.patched: $(MESALIB_DIR)/.unpacked
- toolchain/patch-kernel.sh $(MESALIB_DIR) package/mesa $(MESALIB_PATCH)
- touch $@
-
-$(MESALIB_DIR)/.configured: $(MESALIB_DIR)/.patched
- touch $@
-
-$(MESALIB_DIR)/.compiled: $(MESALIB_DIR)/.configured
- (cd $(MESALIB_DIR); \
- $(MAKE) realclean; \
- $(MAKE) CC=$(TARGET_CC) CXX=$(TARGET_CXX) linux-fbdev \
- );
-#arm-linux-osmesa
- touch $@
-
-$(TARGET_DIR)/usr/lib/libGL.so.7.1.0: $(MESALIB_DIR)/.compiled
- mkdir -p $(TARGET_DIR)/usr/lib/
- cp -a $(MESALIB_DIR)/lib/* $(TARGET_DIR)/usr/lib/
- touch $@
-
-
-MESA mesa: gpm $(TARGET_DIR)/usr/lib/libGL.so.7.1.0
-
-mesa-clean:
- $(MAKE) CC=$(TARGET_CC) clean -C $(MESALIB_DIR)
-
-mesa-dirclean:
- rm -rf $(MESALIB_DIR)
-
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-ifeq ($(strip $(BR2_PACKAGE_MESALIB)),y)
-TARGETS+=mesa
-endif
diff --git a/buildroot/package/mesa/mesa.patch b/buildroot/package/mesa/mesa.patch
deleted file mode 100644
index aea2fc8..0000000
--- a/buildroot/package/mesa/mesa.patch
+++ /dev/null
@@ -1,188 +0,0 @@
-diff -bruN Mesa-7.0.orig/configs/arm-linux-osmesa Mesa-7.0/configs/arm-linux-osmesa
---- Mesa-7.0.orig/configs/arm-linux-osmesa 1970-01-01 01:00:00.000000000 +0100
-+++ Mesa-7.0/configs/arm-linux-osmesa 2007-06-26 23:00:52.000000000 +0200
-@@ -0,0 +1,25 @@
-+# Configuration for building only libOSMesa on Linux, no Xlib driver
-+# This doesn't really have any Linux dependencies, so it should be usable
-+# on other (gcc-based) systems.
-+
-+include $(TOP)/configs/default
-+
-+CONFIG_NAME = arm-linux-osmesa
-+
-+# Compiler and flags
-+CC = gcc
-+CXX = g++
-+CFLAGS = -O3 -ansi -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS
-+CXXFLAGS = -O3 -ansi -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
-+
-+
-+# Directories
-+SRC_DIRS = mesa
-+DRIVER_DIRS = osmesa
-+PROGRAM_DIRS = osdemos
-+
-+
-+# Dependencies
-+OSMESA_LIB_DEPS = -lm -lpthread
-+GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(OSMESA_LIB)
-+APP_LIB_DEPS = -lOSMesa
-diff -bruN Mesa-7.0.orig/Makefile Mesa-7.0/Makefile
---- Mesa-7.0.orig/Makefile 2007-06-22 00:14:38.000000000 +0200
-+++ Mesa-7.0/Makefile 2007-06-26 22:31:34.000000000 +0200
-@@ -111,6 +111,7 @@
- linux-ia64-icc-static \
- linux-icc \
- linux-icc-static \
-+arm-linux-osmesa \
- linux-osmesa \
- linux-osmesa16 \
- linux-osmesa16-static \
-diff -bruN Mesa-7.0.orig/progs/osdemos/osdemo.c Mesa-7.0/progs/osdemos/osdemo.c
---- Mesa-7.0.orig/progs/osdemos/osdemo.c 2007-06-26 23:05:40.000000000 +0200
-+++ Mesa-7.0/progs/osdemos/osdemo.c 2007-06-26 22:44:58.000000000 +0200
-@@ -22,7 +22,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include "GL/osmesa.h"
--#include "GL/glu.h"
-+/*#include "GL/glu.h"*/
-
-
- #define SAVE_TARGA
-@@ -30,7 +30,7 @@
- static int Width = 400;
- static int Height = 400;
-
--
-+/*
- static void
- Sphere(float radius, int slices, int stacks)
- {
-@@ -50,7 +50,7 @@
- gluCylinder(q, base, 0.0, height, slices, stacks);
- gluDeleteQuadric(q);
- }
--
-+*/
-
- static void
- Torus(float innerRadius, float outerRadius, int sides, int rings)
-@@ -131,7 +131,7 @@
- Torus(0.275, 0.85, 20, 20);
- glPopMatrix();
-
-- glPushMatrix();
-+/* glPushMatrix();
- glTranslatef(-0.75, -0.5, 0.0);
- glRotatef(270.0, 1.0, 0.0, 0.0);
- glMaterialfv( GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE, green_mat );
-@@ -143,7 +143,7 @@
- glMaterialfv( GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE, blue_mat );
- Sphere(1.0, 20, 20);
- glPopMatrix();
--
-+*/
- glPopMatrix();
-
- /* This is very important!!!
-diff -bruN Mesa-7.0.orig/progs/osdemos/ostest1.c Mesa-7.0/progs/osdemos/ostest1.c
---- Mesa-7.0.orig/progs/osdemos/ostest1.c 2007-06-26 23:05:40.000000000 +0200
-+++ Mesa-7.0/progs/osdemos/ostest1.c 2007-06-26 22:47:58.000000000 +0200
-@@ -14,7 +14,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include "GL/osmesa.h"
--#include "GL/glu.h"
-+/*#include "GL/glu.h"*/
-
-
- #define WIDTH 600
-@@ -23,7 +23,7 @@
- static GLboolean WriteFiles = GL_FALSE;
- static GLboolean Gradient = GL_FALSE;
-
--
-+/*
- static void
- Sphere(float radius, int slices, int stacks)
- {
-@@ -43,7 +43,7 @@
- gluCylinder(q, base, 0.0, height, slices, stacks);
- gluDeleteQuadric(q);
- }
--
-+*/
-
- static void
- Torus(float innerRadius, float outerRadius, int sides, int rings)
-@@ -225,7 +225,7 @@
- glMaterialfv( GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE, red_mat );
- Torus(0.275, 0.85, 20, 20);
- glPopMatrix();
--
-+/*
- glPushMatrix();
- glTranslatef(-1.5, -0.5, 0.0);
- glRotatef(270.0, 1.0, 0.0, 0.0);
-@@ -241,7 +241,7 @@
- Sphere(1.2, 20, 20);
- glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
- glPopMatrix();
--
-+*/
- #if 0
- glPushMatrix();
- glTranslatef(0.75, 0.0, 1.3);
-diff -bruN Mesa-7.0.orig/src/mesa/Makefile Mesa-7.0/src/mesa/Makefile
---- Mesa-7.0.orig/src/mesa/Makefile 2007-06-22 00:10:54.000000000 +0200
-+++ Mesa-7.0/src/mesa/Makefile 2007-06-26 22:31:34.000000000 +0200
-@@ -107,7 +107,7 @@
-
- stand-alone: depend subdirs $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(OSMESA_LIB_NAME)
-
--osmesa-only: depend subdirs $(TOP)/$(LIB_DIR)/$(OSMESA_LIB_NAME)
-+osmesa-only: depend $(TOP)/$(LIB_DIR)/$(OSMESA_LIB_NAME)
-
- # Make the GL library
- $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME): $(STAND_ALONE_OBJECTS)
-@@ -139,13 +139,13 @@
- depend: $(ALL_SOURCES)
- @ echo "running $(MKDEP)"
- @ touch depend
-- @$(MKDEP) $(MKDEP_OPTIONS) $(DEFINES) $(INCLUDE_DIRS) $(ALL_SOURCES) \
-- > /dev/null 2>/dev/null
-+ @$(MKDEP) $(MKDEP_OPTIONS) $(DEFINES) $(INCLUDE_DIRS) $(ALL_SOURCES) #\
-+ #> /dev/null 2>/dev/null
-
-
--subdirs:
-- @ (cd x86 ; $(MAKE))
-- @ (cd x86-64 ; $(MAKE))
-+#subdirs:
-+# @ (cd x86 ; $(MAKE))
-+# @ (cd x86-64 ; $(MAKE))
-
-
- install: default
---- Mesa-7.0.org/configs/linux-fbdev 2007-06-22 00:10:53.000000000 +0200
-+++ Mesa-7.0/configs/linux-fbdev 2007-06-29 19:13:04.000000000 +0200
-@@ -4,13 +4,14 @@
-
- CONFIG_NAME = linux-fbdev
-
--CFLAGS = -O3 -ffast-math -ansi -pedantic -fPIC -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -DUSE_GLFBDEV_DRIVER
-+CFLAGS = -O3 -ffast-math -ansi -pedantic -fPIC -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -DUSE_GLFBDEV_DRIVER -I$(TOP)/../staging_dir/usr/include -I$(TOP)/../staging_dir/include
-
- SRC_DIRS = mesa glu glut/fbdev
- DRIVER_DIRS = fbdev osmesa
--PROGRAM_DIRS = fbdev demos redbook samples
-+PROGRAM_DIRS = fbdev demos osdemos redbook samples
-
- GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread
--OSMESA_LIB_DEPS = -lm -lpthread
--GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lgpm -lm
-+OSMESA_LIB_DEPS = -lm -lpthread -L$(TOP)/../staging_dir/usr/lib
-+GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L$(TOP)/../staging_dir/usr/lib -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lgpm -lm
-+APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L$(TOP)/../staging_dir/usr/lib -l$(GLU_LIB) -l$(GL_LIB) -l$(GLUT_LIB) $(EXTRA_LIB_PATH) -lgpm -lm -lstdc++
-
diff --git a/buildroot/package/pymysql/Config.in b/buildroot/package/pymysql/Config.in
deleted file mode 100644
index 7d2f461..0000000
--- a/buildroot/package/pymysql/Config.in
+++ /dev/null
@@ -1,9 +0,0 @@
-config BR2_PACKAGE_PYMYSQL
- depends on BR2_PACKAGE_PYTHON
- bool "MySQL support for Python"
- help
- MySQLdb is an thread-compatible interface to the popular MySQL
- database server that provides the Python database API.
-
- http://sourceforge.net/projects/mysql-python
-
diff --git a/buildroot/package/pymysql/patches/000-setup.patch b/buildroot/package/pymysql/patches/000-setup.patch
deleted file mode 100644
index e04e2f9..0000000
--- a/buildroot/package/pymysql/patches/000-setup.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- MySQL-python-1.2.2/setup.py 2007-02-25 04:37:12.000000000 +0100
-+++ MySQL-python-1.2.2/setup.py 2007-08-15 12:23:18.000000000 +0200
-@@ -2,8 +2,7 @@
-
- import os
- import sys
--import ez_setup; ez_setup.use_setuptools()
--from setuptools import setup, Extension
-+from distutils.core import setup, Extension
-
- if sys.version_info < (2, 3):
- raise Error, "Python-2.3 or newer is required"
diff --git a/buildroot/package/pymysql/patches/010-threadsafe.patch b/buildroot/package/pymysql/patches/010-threadsafe.patch
deleted file mode 100644
index bcd9af8..0000000
--- a/buildroot/package/pymysql/patches/010-threadsafe.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- MySQL-python-1.2.2/site_orig.cfg 2007-08-15 12:58:40.000000000 +0200
-+++ MySQL-python-1.2.2/site.cfg 2007-08-15 12:58:49.000000000 +0200
-@@ -4,7 +4,7 @@
- # static: link against a static library (probably required for embedded)
-
- embedded = False
--threadsafe = True
-+threadsafe = False
- static = False
-
- # The path to mysql_config.
diff --git a/buildroot/package/pymysql/pymysql.mk b/buildroot/package/pymysql/pymysql.mk
deleted file mode 100644
index fa5ccd4..0000000
--- a/buildroot/package/pymysql/pymysql.mk
+++ /dev/null
@@ -1,76 +0,0 @@
-#############################################################
-#
-# python
-#
-#############################################################
-PYMYSQL_VERSION=1.2.2
-PYMYSQL_SOURCE:=MySQL-python-$(PYMYSQL_VERSION).tar.gz
-PYMYSQL_SITE:=http://python.org/ftp/python/$(PYMYSQL_VERSION)
-PYMYSQL_DIR:=$(BUILD_DIR)/MySQL-python-$(PYMYSQL_VERSION)
-PYMYSQL_CAT:=$(ZCAT)
-PYMYSQL_BINARY:=_mysql.so
-PYMYSQL_TARGET_BINARY:=usr/bin/python
-PYMYSQL_DEPS:=mysql_client
-TARGET_PYTHON_PACKAGE_DIR:=usr/lib/python2.4/site-packages
-PYMYSQL_SITE_PACKAGE_DIR=$(TARGET_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)
-#HOST_PYTHON:=$(BUILD_DIR)/Python-2.4.5/hostpython
-HOST_PYTHON=python2.4
-
-
-$(DL_DIR)/$(PYMYSQL_SOURCE):
- $(WGET) -P $(DL_DIR) $(PYMYSQL_SITE)/$(PYMYSQL_SOURCE)
-
-pymysql-source: $(DL_DIR)/$(PYMYSQL_SOURCE)
-
-$(PYMYSQL_DIR)/.unpacked: $(DL_DIR)/$(PYMYSQL_SOURCE)
- $(PYMYSQL_CAT) $(DL_DIR)/$(PYMYSQL_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- touch $@
-
-$(PYMYSQL_DIR)/.patched: $(PYMYSQL_DIR)/.unpacked
- toolchain/patch-kernel.sh $(PYMYSQL_DIR) package/pymysql/patches/ \*.patch
- touch $@
-
-$(PYMYSQL_DIR)/.configured: $(PYMYSQL_DIR)/.patched
- (cd $(PYMYSQL_DIR); \
- $(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)" \
- LDSHARED="$(TARGET_CROSS)gcc -shared" \
- $(HOST_PYTHON) setup.py build );
- touch $@
-
-$(PYMYSQL_DIR)/.installed: $(PYMYSQL_DIR)/.configured
- mkdir -p $(STAGING_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)
- (cd $(PYMYSQL_DIR); \
- $(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)" \
- LDSHARED="$(TARGET_CROSS)gcc -shared" \
- $(HOST_PYTHON) setup.py install --prefix=$(STAGING_DIR)/usr );
- touch $@
-
-$(TARGET_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)/$(PYMYSQL_BINARY): $(PYMYSQL_DIR)/.installed
- mkdir -p $(TARGET_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)
- (cd $(STAGING_DIR)/$(TARGET_PYTHON_PACKAGE_DIR); \
- cp -f _mysql.so $(TARGET_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)/; \
- cp -f _mysql_exceptions.py* $(TARGET_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)/; \
- cp -Rdpf MySQLdb $(TARGET_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)/ );
- touch $@
-
-pymysql: uclibc $(PYMYSQL_DEPS) $(TARGET_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)/$(PYMYSQL_BINARY)
-
-pymysql-clean:
- -$(MAKE) -C $(PYMYSQL_DIR) distclean
- rm -rf $(PYMYSQL_DIR)/.configured $(TARGET_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)/MySQLdb
- rm -f $(TARGET_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)/_mysql.so
- rm -f $(TARGET_DIR)/$(TARGET_PYTHON_PACKAGE_DIR)/_mysql_exceptions.py
-
-pymysql-dirclean:
- rm -rf $(PYMYSQL_DIR)
-
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-ifeq ($(strip $(BR2_PACKAGE_PYMYSQL)),y)
-TARGETS+=pymysql
-endif
diff --git a/buildroot/package/pyserial/Config.in b/buildroot/package/pyserial/Config.in
deleted file mode 100644
index 38ccfca..0000000
--- a/buildroot/package/pyserial/Config.in
+++ /dev/null
@@ -1,6 +0,0 @@
-config BR2_PACKAGE_PYSERIAL
- bool "pyserial"
- depends on BR2_PACKAGE_PYTHON
- default n
- help
- Installs the python pyserial extension
diff --git a/buildroot/package/pyserial/pyserial.mk b/buildroot/package/pyserial/pyserial.mk
deleted file mode 100644
index 5c66284..0000000
--- a/buildroot/package/pyserial/pyserial.mk
+++ /dev/null
@@ -1,32 +0,0 @@
-PYSERIAL_VERSION=2.2
-PYSERIAL_BINARY=pyserial
-PYSERIAL_SOURCE=$(PYSERIAL_BINARY)-$(PYSERIAL_VERSION).zip
-PYSERIAL_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/pyserial
-PYSERIAL_DIR=$(BUILD_DIR)/$(PYSERIAL_BINARY)-$(PYSERIAL_VERSION)
-PYSERIAL_SITE_PKG=$(TARGET_DIR)/usr/lib/python2.4/site-packages/serial
-
-$(DL_DIR)/$(PYSERIAL_SOURCE):
- $(WGET) -P $(DL_DIR) $(PYSERIAL_SITE)/$(PYSERIAL_SOURCE)
-
-$(PYSERIAL_DIR)/.source: $(DL_DIR)/$(PYSERIAL_SOURCE)
- unzip -o $(DL_DIR)/$(PYSERIAL_SOURCE) -d $(BUILD_DIR)
- touch $(PYSERIAL_DIR)/.source
-
-$(PYSERIAL_DIR)/.configured: $(PYSERIAL_DIR)/.source
- touch $(PYSERIAL_DIR)/.configured
-
-$(PYSERIAL_BINARY): python $(PYSERIAL_DIR)/.configured
- mkdir -p $(PYSERIAL_SITE_PKG)
- cp -R $(PYSERIAL_DIR)/serial/* $(PYSERIAL_SITE_PKG)
-
-$(PYSERIAL_BINARY)-source: $(DL_DIR)/$(PYSERIAL_SOURCE)
-
-$(PYSERIAL_BINARY)-clean:
- rm -rf $(PYSERIAL_SITE_PKG)
-
-$(PYSERIAL_BINARY)-dirclean:
- rm -rf $(PYSERIAL_DIR)
-
-ifeq ($(strip $(BR2_PACKAGE_PYSERIAL)),y)
-TARGETS+=$(PYSERIAL_BINARY)
-endif
diff --git a/buildroot/package/sdlwater/Config.in b/buildroot/package/sdlwater/Config.in
deleted file mode 100644
index cc2ffba..0000000
--- a/buildroot/package/sdlwater/Config.in
+++ /dev/null
@@ -1,10 +0,0 @@
-
-config BR2_PACKAGE_SDL_WATER
- bool "SDL_water"
- select BR2_PACKAGE_SDL
- default n
- help
-
- Water effect demo coded with SDL
-
- http://www.libsdl.org/projects/SDL_water/
diff --git a/buildroot/package/sdlwater/sdl_water.mk b/buildroot/package/sdlwater/sdl_water.mk
deleted file mode 100644
index f09be22..0000000
--- a/buildroot/package/sdlwater/sdl_water.mk
+++ /dev/null
@@ -1,65 +0,0 @@
-#############################################################
-#
-# SDL Water Demo
-#
-#############################################################
-SDL_WATER_VERSION:=1.0
-SDL_WATER_SOURCE:=water-$(SDL_WATER_VERSION).tar.gz
-SDL_WATER_SITE:=http://www.libsdl.org/projects/water/src/
-SDL_WATER_CAT:=$(ZCAT)
-SDL_WATER_DIR:=$(BUILD_DIR)/water-$(SDL_WATER_VERSION)
-SDL_WATER_TARGET_DATA_DIR:=$(TARGET_DIR)/usr/share/images/
-
-$(DL_DIR)/$(SDL_WATER_SOURCE):
- $(WGET) -P $(DL_DIR) $(SDL_WATER_SITE)/$(SDL_WATER_SOURCE)
-
-sdl-water-source: $(DL_DIR)/$(SDL_WATER_SOURCE)
-
-$(SDL_WATER_DIR)/.unpacked: $(DL_DIR)/$(SDL_WATER_SOURCE)
- $(SDL_WATER_CAT) $(DL_DIR)/$(SDL_WATER_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- touch $@
-
-$(SDL_WATER_DIR)/.configured: $(SDL_WATER_DIR)/.unpacked
- (cd $(SDL_WATER_DIR); \
- $(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) " \
- ./configure \
- --target=$(GNU_TARGET_NAME) \
- --host=$(GNU_TARGET_NAME) \
- --build=$(GNU_HOST_NAME) \
- --prefix=$(STAGING_DIR)/usr \
- --with-sdl-exec-prefix=$(STAGING_DIR)/usr/ \
- --disable-video-x11 );
- touch $@
-
-$(SDL_WATER_DIR)/water: $(SDL_WATER_DIR)/.configured
- $(MAKE) -C $(SDL_WATER_DIR)
-
-$(STAGING_DIR)/usr/bin/water: $(SDL_WATER_DIR)/water
- $(MAKE) -C $(SDL_WATER_DIR) install
- touch -c $@
-
-$(TARGET_DIR)/usr/bin/water: $(STAGING_DIR)/usr/bin/water
- mkdir -p $(SDL_WATER_TARGET_DATA_DIR)
- cp -dpf $(SDL_WATER_DIR)/water320.bmp $(SDL_WATER_TARGET_DATA_DIR)/
- cp -dpf $< $(TARGET_DIR)/usr/bin/
- -$(STRIPCMD) $@
-
-SDL-WATER sdl-water: uclibc sdl $(TARGET_DIR)/usr/bin/water
-
-sdl-water-clean:
- $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SDL_WATER_DIR) uninstall
- rm $(SDL_WATER_TARGET_DATA_DIR)/water320.bmp
- -$(MAKE) -C $(SDL_WATER_DIR) clean
-
-sdl-water-dirclean:
- rm -rf $(SDL_WATER_DIR)
-
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-ifeq ($(strip $(BR2_PACKAGE_SDL_WATER)),y)
-TARGETS+=sdl-water
-endif
diff --git a/buildroot/package/snes9x/Config.in b/buildroot/package/snes9x/Config.in
deleted file mode 100644
index 1d2bcd7..0000000
--- a/buildroot/package/snes9x/Config.in
+++ /dev/null
@@ -1,13 +0,0 @@
-config BR2_PACKAGE_SNES9X
- bool "Snes9X"
- select BR2_PACKAGE_SDL
- default n
- help
-
- Snes9x is a portable, freeware Super Nintendo Entertainment System
- (SNES) emulator. It basically allows you to play most games designed
- for the SNES and Super Famicom Nintendo game systems on your PC or
- Workstation; which includes some real gems that were only ever
- released in Japan.
-
- http://www.snes9x.com/
diff --git a/buildroot/package/snes9x/snes9x-1.39-compile.patch b/buildroot/package/snes9x/snes9x-1.39-compile.patch
deleted file mode 100644
index aa8dcd1..0000000
--- a/buildroot/package/snes9x/snes9x-1.39-compile.patch
+++ /dev/null
@@ -1,295 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- snes9x-sdl-1.39/unix/svga.cpp~compile
-+++ snes9x-sdl-1.39/unix/svga.cpp
-@@ -48,7 +48,7 @@
- #include <stdlib.h>
- #include <signal.h>
-
--#include "sdl.h"
-+#include <SDL.h>
-
- #include "snes9x.h"
- #include "memmap.h"
---- snes9x-sdl-1.39/unix/unix.cpp~compile
-+++ snes9x-sdl-1.39/unix/unix.cpp
-@@ -50,7 +50,7 @@
- #include <sys/types.h>
- #include <ctype.h>
- #include <dirent.h>
--#include <sdl.h>
-+#include <SDL.h>
- #include "keydef.h"
-
- #undef USE_THREADS
-@@ -189,8 +189,7 @@
- }
-
- /*#include "cheats.h"*/
--extern "C"
--int SDL_main (int argc, char **argv)
-+int main (int argc, char **argv)
- {
- if (argc < 2)
- S9xUsage ();
---- /dev/null
-+++ snes9x-sdl-1.39/unzip/unzipP.h
-@@ -0,0 +1,124 @@
-+#ifndef _UNZIPP_H_
-+#define _UNZIPP_H_
-+
-+#include "unzip.h"
-+
-+#ifndef local
-+#define local static
-+#endif
-+/* compile with -Dlocal if your debugger can't find static symbols */
-+
-+
-+
-+#if !defined(unix) && !defined(CASESENSITIVITYDEFAULT_YES) && \
-+ !defined(CASESENSITIVITYDEFAULT_NO)
-+#define CASESENSITIVITYDEFAULT_NO
-+#endif
-+
-+
-+#ifndef UNZ_BUFSIZE
-+#define UNZ_BUFSIZE (16384)
-+#endif
-+
-+#ifndef UNZ_MAXFILENAMEINZIP
-+#define UNZ_MAXFILENAMEINZIP (256)
-+#endif
-+
-+#ifndef ALLOC
-+#define ALLOC(size) (malloc(size))
-+#endif
-+#ifndef TRYFREE
-+#define TRYFREE(p) {if (p) free(p);}
-+#endif
-+
-+#define SIZECENTRALDIRITEM (0x2e)
-+#define SIZEZIPLOCALHEADER (0x1e)
-+
-+
-+/* I've found an old Unix (a SunOS 4.1.3_U1) without all SEEK_* defined.... */
-+
-+#ifndef SEEK_CUR
-+#define SEEK_CUR 1
-+#endif
-+
-+#ifndef SEEK_END
-+#define SEEK_END 2
-+#endif
-+
-+#ifndef SEEK_SET
-+#define SEEK_SET 0
-+#endif
-+
-+/* unz_file_info_interntal contain internal info about a file in zipfile */
-+typedef struct unz_file_info_internal_s
-+{
-+ uLong offset_curfile; /* relative offset of local header 4
-+ * bytes */
-+} unz_file_info_internal;
-+
-+
-+/*
-+ * file_in_zip_read_info_s contain internal information about a file in
-+ * zipfile, when reading and decompress it
-+ */
-+typedef struct
-+{
-+ char *read_buffer;/* internal buffer for compressed data */
-+ z_stream stream; /* zLib stream structure for inflate */
-+
-+ uLong pos_in_zipfile; /* position in byte on the zipfile,
-+ * for fseek */
-+ uLong stream_initialised; /* flag set if stream structure is
-+ * initialised */
-+
-+ uLong offset_local_extrafield; /* offset of the local extra
-+ * field */
-+ uInt size_local_extrafield; /* size of the local extra
-+ * field */
-+ uLong pos_local_extrafield; /* position in the local
-+ * extra field in read */
-+
-+ uLong crc32; /* crc32 of all data uncompressed */
-+ uLong crc32_wait; /* crc32 we must obtain after decompress all */
-+ uLong rest_read_compressed; /* number of byte to be
-+ * decompressed */
-+ uLong rest_read_uncompressed; /* number of byte to be
-+ * obtained after decomp */
-+ FILE *file; /* io structore of the zipfile */
-+ uLong compression_method; /* compression method (0==store) */
-+ uLong byte_before_the_zipfile; /* byte before the zipfile,
-+ * (>0 for sfx) */
-+} file_in_zip_read_info_s;
-+
-+
-+/*
-+ * unz_s contain internal information about the zipfile
-+ */
-+typedef struct
-+{
-+ FILE *file; /* io structore of the zipfile */
-+ unz_global_info gi; /* public global information */
-+ uLong byte_before_the_zipfile; /* byte before the zipfile,
-+ * (>0 for sfx) */
-+ uLong num_file; /* number of the current file in the zipfile */
-+ uLong pos_in_central_dir; /* pos of the current file in the
-+ * central dir */
-+ uLong current_file_ok; /* flag about the usability of the
-+ * current file */
-+ uLong central_pos;/* position of the beginning of the central
-+ * dir */
-+
-+ uLong size_central_dir; /* size of the central directory */
-+ uLong offset_central_dir; /* offset of start of central
-+ * directory with respect to the
-+ * starting disk number */
-+
-+ unz_file_info cur_file_info; /* public info about the current file
-+ * in zip */
-+ unz_file_info_internal cur_file_info_internal; /* private info about it */
-+ file_in_zip_read_info_s *pfile_in_zip_read; /* structure about the
-+ * current file if we are
-+ * decompressing it */
-+} unz_s;
-+
-+#endif
---- snes9x-sdl-1.39/Makefile~compile
-+++ snes9x-sdl-1.39/Makefile
-@@ -53,12 +53,12 @@
-
- ifdef THREAD_SOUND
- CPUDEFINES += -DUSE_THREADS
--EXTRALIBS += -lpthread -L/usr/local/lib -lcygipc
-+EXTRALIBS += -lpthread -lcygipc
- endif
-
- ifdef GLIDE
- GLIDEOBJS = unix/glide.o
--GLIDEDEFINES = -DUSE_GLIDE -I/usr/include/glide
-+GLIDEDEFINES = -DUSE_GLIDE
- GLIDELIBS = -lglide2x
- GLIDEDEPENDS=use_glide
- GLIDENO_DEPENDS=no_glide
-@@ -82,14 +82,12 @@
- CC = gcc
- NASM = nasm
-
--INCLUDES=-I/usr/local/include
-+INCLUDES=
-
--OPTIMISE= -D_ZAURUS -Os -ffast-math -fstrict-aliasing -fomit-frame-pointer -mcpu=strongarm1100 -mtune=strongarm1100
-+OPTIMISE= -D_ZAURUS -Os -ffast-math -fstrict-aliasing -fomit-frame-pointer
- CCFLAGS = $(OPTIMISE) \
---I/opt/Qtopia/include/SDL \
- -I. \
- -Iunzip \
---Isdl \
- -D__linux \
- -DZLIB \
- -DVAR_CYCLES \
-@@ -114,7 +112,7 @@
-
- .SUFFIXES: .o .cpp .c .cc .h .m .i .S .asm .obj
-
--LDLIBS = -L/opt/Qtopia/sharp/lib
-+LDLIBS=
-
- ifdef GLIDE
- all: offsets gsnes9x
-@@ -146,7 +144,7 @@
- $(RM) $(OPENGLNO_DEPENDS)
-
- snes9x: $(OBJECTS)
-- $(CCC) $(INCLUDES) -o $@ $(OBJECTS) $(EXTRALIBS) -L/opt/QtPalmtop/lib/ -lSDL -lSDLmain $(LDLIBS) -lqpe -lqte -lpthread
-+ $(CC) $(INCLUDES) -o $@ $(OBJECTS) $(EXTRALIBS) $(LDLIBS) -lz -lpthread
-
- gsnes9x: $(OBJECTS) unix/x11.o unix/glide.o
- $(CCC) $(INCLUDES) -o $@ $(OBJECTS) unix/x11.o unix/glide.o $(LDLIBS) $(GLIDELIBS) -lXext -lX11 -lXxf86dga -lXxf86vm $(EXTRALIBS) -lz -lm
---- snes9x-sdl-1.39/snapshot.cpp~compile
-+++ snes9x-sdl-1.39/snapshot.cpp
-@@ -671,7 +671,7 @@
- fields [i].type);
- }
-
-- uint8 *block = new uint8 [len];
-+ uint8 *block = (uint8*) malloc(len);
- uint8 *ptr = block;
- uint16 word;
- uint32 dword;
-@@ -739,7 +739,7 @@
- }
-
- FreezeBlock (stream, name, block, len);
-- delete block;
-+ free(block);
- }
-
- void FreezeBlock (STREAM stream, char *name, uint8 *block, int size)
-@@ -767,7 +767,7 @@
- fields [i].type);
- }
-
-- uint8 *block = new uint8 [len];
-+ uint8 *block = (uint8*) malloc(len);
- uint8 *ptr = block;
- uint16 word;
- uint32 dword;
-@@ -776,7 +776,7 @@
-
- if ((result = UnfreezeBlock (stream, name, block, len)) != SUCCESS)
- {
-- delete block;
-+ free(block);
- return (result);
- }
-
-@@ -841,7 +841,7 @@
- }
- }
-
-- delete block;
-+ free(block);
- return (result);
- }
-
-@@ -865,9 +865,9 @@
-
- if (rem)
- {
-- char *junk = new char [rem];
-+ char *junk = (char*) malloc(rem);
- READ_STREAM (junk, rem, stream);
-- delete junk;
-+ free(junk);
- }
-
- return (SUCCESS);
---- snes9x-sdl-1.39/globals.cpp 2003-10-27 09:42:22.000000000 +0100
-+++ snes9x-sdl-1.39.mod/globals.cpp 2009-12-09 10:33:53.000000000 +0100
-@@ -54,6 +54,8 @@
- #include "sa1.h"
- //#include "netplay.h"
-
-+struct SDSP1 DSP1;
-+
- START_EXTERN_C
- char String[513];
-
-@@ -73,8 +75,6 @@
-
- struct SSettings Settings;
-
--struct SDSP1 DSP1;
--
- struct SRegisters SA1Registers;
- //struct SSA1Registers SA1Registers;
-
diff --git a/buildroot/package/snes9x/snes9x.mk b/buildroot/package/snes9x/snes9x.mk
deleted file mode 100644
index 5a1703d..0000000
--- a/buildroot/package/snes9x/snes9x.mk
+++ /dev/null
@@ -1,80 +0,0 @@
-#############################################################
-#
-# SNES9X SNES emulator
-#
-#############################################################
-SNES9X_VERSION:=1.39
-SNES9X_SOURCE:=snes9x-sdl-$(SNES9X_VERSION).tar.bz2
-SNES9X_SITE:=http://www.vanille.de/mirror/
-# roms: http://rtgamer.free.fr/index.php?pg=2&rub=sn
-SNES9X_CAT:=bzcat
-SNES9X_DIR:=$(BUILD_DIR)/snes9x-sdl-$(SNES9X_VERSION)
-SNES9X_TARGET_BIN:=/usr/local/bin/snes9x
-
-#SNES9X_VERSION:=1.43
-#SNES9X_SOURCE:=snes9x-$(SNES9X_VERSION)-src.tar.gz
-#SNES9X_SITE:=http://vincent.grigorieff.free.fr/snes9x/
-#SNES9X_CAT:=$(ZCAT)
-#SNES9X_DIR:=$(BUILD_DIR)/snes9x-$(SNES9X_VERSION)-src
-
-$(DL_DIR)/$(SNES9X_SOURCE):
- $(WGET) -P $(DL_DIR) $(SNES9X_SITE)/$(SNES9X_SOURCE)
-
-snes9x-source: $(DL_DIR)/$(SNES9X_SOURCE)
-
-$(SNES9X_DIR)/.unpacked: $(DL_DIR)/$(SNES9X_SOURCE)
- $(SNES9X_CAT) $(DL_DIR)/$(SNES9X_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- touch $@
-
-$(SNES9X_DIR)/.patched: $(SNES9X_DIR)/.unpacked
- toolchain/patch-kernel.sh $(SNES9X_DIR) package/snes9x/ snes9x-$(SNES9X_VERSION)\*.patch
- touch $@
-
-$(SNES9X_DIR)/.configured: $(SNES9X_DIR)/.patched
-# For v1.49 only !!
-# (cd $(SNES9X_DIR)/snes9x; \
-# $(TARGET_CONFIGURE_OPTS) \
-# CFLAGS="$(TARGET_CFLAGS) " \
-# ./configure \
-# --target=$(GNU_TARGET_NAME) \
-# --host=$(GNU_TARGET_NAME) \
-# --build=$(GNU_HOST_NAME) \
-# --prefix=$(STAGING_DIR)/usr \
-# --with-sdl-prefix=$(STAGING_DIR)/usr \
-# --with-sdl-exec-prefix=$(STAGING_DIR)/usr \
-# --disable-sdltest \
-# --without-x \
-# --without-opengl \
-# --without-nasm \
-# --without-mmx );
- touch $@
-
-$(SNES9X_DIR)/snes9x: $(SNES9X_DIR)/.configured
-# $(MAKE) -C $(SNES9X_DIR)/snes9x
- $(MAKE) -C $(SNES9X_DIR) \
- CC=$(TARGET_CC) CCC="$(TARGET_CXX) -fno-rtti -fno-exceptions" \
- INCLUDES="-I$(STAGING_DIR)/usr/lib/include `$(STAGING_DIR)/usr/bin/sdl-config --cflags`" \
- LDLIBS="`$(STAGING_DIR)/usr/bin/sdl-config --libs`"
- touch $@
-
-$(TARGET_DIR)/$(SNES9X_TARGET_BIN): $(SNES9X_DIR)/snes9x
- cp -f $(SNES9X_DIR)/snes9x $(TARGET_DIR)/$(SNES9X_TARGET_BIN)
- -$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/$(SNES9X_TARGET_BIN)
-
-SNES9X snes9x: sdl $(TARGET_DIR)/$(SNES9X_TARGET_BIN)
-
-snes9x-clean:
-# $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SNES9X_DIR) uninstall
- -$(MAKE) -C $(SNES9X_DIR) clean
-
-snes9x-dirclean:
- rm -rf $(SNES9X_DIR)
-
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-ifeq ($(strip $(BR2_PACKAGE_SNES9X)),y)
-TARGETS+=snes9x
-endif
diff --git a/buildroot/package/socketcan/Config.in b/buildroot/package/socketcan/Config.in
deleted file mode 100644
index b3b001d..0000000
--- a/buildroot/package/socketcan/Config.in
+++ /dev/null
@@ -1,22 +0,0 @@
-config BR2_PACKAGE_SOCKETCAN
- bool "Socket CAN"
- default n
- help
- The socketcan package is an implementation of CAN protocols
- (Controller Area Network) for Linux. CAN is a networking technology
- which has wide-spread use in automation, embedded devices, and
- automotive fields.
-
- While there have been other CAN implementations for Linux based on
- character devices, Socket CAN uses the Berkeley socket API,
- the Linux network stack and implements the CAN device drivers as
- network interfaces. The CAN socket API has been designed as similar
- as possible to the TCP/IP protocols to allow programmers, familiar
- with network programming, to easily learn how to use CAN sockets.
-
-config BR2_PACKAGE_SOCKETCAN_TEST
- bool "install test tools"
- depends on BR2_PACKAGE_SOCKETCAN
- help
- Compile and install socketcan test tools too.
-
diff --git a/buildroot/package/socketcan/socketcan-svn-rev810-cross-compile.patch b/buildroot/package/socketcan/socketcan-svn-rev810-cross-compile.patch
deleted file mode 100644
index 3d1298e..0000000
--- a/buildroot/package/socketcan/socketcan-svn-rev810-cross-compile.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -urN socketcan-svn-rev810.org/can-utils/Makefile socketcan-svn-rev810/can-utils/Makefile
---- socketcan-svn-rev810.org/can-utils/Makefile 2008-07-16 10:52:02.000000000 +0200
-+++ socketcan-svn-rev810/can-utils/Makefile 2008-07-16 11:19:21.000000000 +0200
-@@ -40,6 +40,10 @@
- #
- # Send feedback to <soc...@li...>
-
-+ifeq ($(INSTALL_DIR),)
-+ INSTALL_DIR=/usr/local/bin
-+endif
-+
- MAKEFLAGS = -k
-
- CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
-@@ -52,11 +56,17 @@
-
- all: $(PROGRAMS)
-
-+strip: all
-+ $(STRIP_CMD) $(PROGRAMS)
-+
- clean:
- rm -f $(PROGRAMS) *.o
-
- install:
-- cp -f $(PROGRAMS) /usr/local/bin
-+ cp -f $(PROGRAMS) $(INSTALL_DIR)
-+
-+uninstall:
-+ cd $(INSTALL_DIR); rm -f $(PROGRAMS)
-
- distclean:
- rm -f $(PROGRAMS) *.o *~
diff --git a/buildroot/package/socketcan/socketcan-svn-rev874-cross-compile.patch b/buildroot/package/socketcan/socketcan-svn-rev874-cross-compile.patch
deleted file mode 100644
index 76a3b6b..0000000
--- a/buildroot/package/socketcan/socketcan-svn-rev874-cross-compile.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-diff -urN socketcan-svn-rev810.org/can-utils/Makefile socketcan-svn-rev810/can-utils/Makefile
---- socketcan-svn-rev874.org/can-utils/Makefile 2008-07-16 10:52:02.000000000 +0200
-+++ socketcan-svn-rev874/can-utils/Makefile 2008-07-16 11:19:21.000000000 +0200
-@@ -40,6 +40,10 @@
- #
- # Send feedback to <soc...@li...>
-
-+ifeq ($(INSTALL_DIR),)
-+ INSTALL_DIR=/usr/local/bin
-+endif
-+
- MAKEFLAGS = -k
-
- CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
-@@ -52,11 +56,17 @@
-
- all: $(PROGRAMS)
-
-+strip: all
-+ $(STRIP_CMD) $(PROGRAMS)
-+
- clean:
- rm -f $(PROGRAMS) *.o
-
- install:
-- cp -f $(PROGRAMS) /usr/local/bin
-+ cp -f $(PROGRAMS) $(INSTALL_DIR)
-+
-+uninstall:
-+ cd $(INSTALL_DIR); rm -f $(PROGRAMS)
-
- distclean:
- rm -f $(PROGRAMS) *.o *~
---- socketcan-svn-rev874.org/test/Makefile 2008-12-06 22:22:28.000000000 +0100
-+++ socketcan-svn-rev874/test/Makefile 2008-12-06 22:33:10.000000000 +0100
-@@ -40,6 +40,10 @@
- #
- # Send feedback to <soc...@li...>
-
-+ifeq ($(INSTALL_DIR),)
-+ INSTALL_DIR=/usr/local/bin
-+endif
-+
- CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
- -fno-strict-aliasing \
- -DPF_CAN=29 \
-@@ -64,11 +68,14 @@
-
- all: $(PROGRAMS)
-
-+strip: all
-+ $(STRIP_CMD) $(PROGRAMS)
-+
- install:
-- cp -f $(PROGRAMS) /usr/local/bin
-+ cp -f $(PROGRAMS) $(INSTALL_DIR)
-
- clean:
-- rm -f $(PROGRAMS)
-+ cd $(INSTALL_DIR); rm -f $(PROGRAMS)
-
- distclean:
- rm -f $(PROGRAMS) *~
diff --git a/buildroot/package/socketcan/socketcan.mk b/buildroot/package/socketcan/socketcan.mk
deleted file mode 100644
index 08a629f..0000000
--- a/buildroot/package/socketcan/socketcan.mk
+++ /dev/null
@@ -1,72 +0,0 @@
-#############################################################
-#
-# Socket CAN
-#
-#############################################################
-SOCKETCAN_TRUNK:=http://svn.berlios.de/svnroot/repos/socketcan/trunk
-SOCKETCAN_REVISION:=874
-SOCKETCAN_NAME:=socketcan-svn-rev$(SOCKETCAN_REVISION)
-SOCKETCAN_DIR:=$(BUILD_DIR)/$(SOCKETCAN_NAME)
-SOCKETCAN_SOURCE:=$(SOCKETCAN_NAME).tar.bz2
-SOCKETCAN_CAT=$(BZCAT)
-SOCKETCAN_EXE=candump
-
-$(DL_DIR)/$(SOCKETCAN_SOURCE):
- (cd $(BUILD_DIR); \
- $(SVN_CO) -r $(SOCKETCAN_REVISION) $(SOCKETCAN_TRUNK) $(SOCKETCAN_NAME); \
- tar -cvf $(SOCKETCAN_NAME).tar $(SOCKETCAN_NAME); \
- bzip2 $(SOCKETCAN_NAME).tar; \
- rm -rf $(SOCKETCAN_DIR); \
- mv $(SOCKETCAN_SOURCE) $(DL_DIR)/$(SOCKETCAN_SOURCE); \
- )
-
-$(SOCKETCAN_DIR)/.unpacked: $(DL_DIR)/$(SOCKETCAN_SOURCE)
- $(SOCKETCAN_CAT) $(DL_DIR)/$(SOCKETCAN_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- toolchain/patch-kernel.sh $(SOCKETCAN_DIR) package/socketcan $(SOCKETCAN_NAME)\*.patch
- touch $@
-
-$(SOCKETCAN_DIR)/.configured: $(SOCKETCAN_DIR)/.unpacked
- touch $@
-
-$(SOCKETCAN_DIR)/.compiled: $(SOCKETCAN_DIR)/.configured
- $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(SOCKETCAN_DIR)/can-utils
-ifeq ($(strip $(BR2_PACKAGE_SOCKETCAN_TEST)),y)
- $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(SOCKETCAN_DIR)/test
-endif
- touch $@
-
-$(TARGET_DIR)/usr/bin/$(SOCKETCAN_EXE): $(SOCKETCAN_DIR)/.compiled
- $(...
[truncated message content] |