diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/ltp | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/ltp')
-rw-r--r-- | packages/ltp/ltp-20070228/cross-compile.patch | 51 | ||||
-rw-r--r-- | packages/ltp/ltp-20070228/ltp-run | 4 | ||||
-rw-r--r-- | packages/ltp/ltp-20070228/runltp-path.patch | 24 | ||||
-rw-r--r-- | packages/ltp/ltp-20080229/ballista.patch | 22 | ||||
-rw-r--r-- | packages/ltp/ltp-20080229/cross-compile.patch | 57 | ||||
-rw-r--r-- | packages/ltp/ltp-20080229/ltp-run | 4 | ||||
-rw-r--r-- | packages/ltp/ltp-20080229/posix_shell_compat.patch | 33 | ||||
-rw-r--r-- | packages/ltp/ltp-20080229/runltp-path.patch | 24 | ||||
-rw-r--r-- | packages/ltp/ltp-20090131/cross-compile.patch | 352 | ||||
-rw-r--r-- | packages/ltp/ltp-20090131/fix-tcore_patch_test_suites.patch | 20 | ||||
-rw-r--r-- | packages/ltp/ltp-20090131/no-IDcheck.patch | 17 | ||||
-rw-r--r-- | packages/ltp/ltp-20090131/no_epoll_create2_mips.patch | 17 | ||||
-rw-r--r-- | packages/ltp/ltp-20090131/no_hyperthreading_tests.patch | 14 | ||||
-rw-r--r-- | packages/ltp/ltp-20090131/runltp-path.patch | 17 | ||||
-rw-r--r-- | packages/ltp/ltp_20070228.bb | 65 | ||||
-rw-r--r-- | packages/ltp/ltp_20080229.bb | 67 | ||||
-rw-r--r-- | packages/ltp/ltp_20090131.bb | 75 |
17 files changed, 0 insertions, 863 deletions
diff --git a/packages/ltp/ltp-20070228/cross-compile.patch b/packages/ltp/ltp-20070228/cross-compile.patch deleted file mode 100644 index ae956fd8bf..0000000000 --- a/packages/ltp/ltp-20070228/cross-compile.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff -urN ltp-full-20060615.orig/Makefile ltp-full-20060615/Makefile ---- ltp-full-20060615.orig/Makefile 2006-02-24 10:16:55.000000000 +0800 -+++ ltp-full-20060615/Makefile 2006-07-07 17:10:22.000000000 +0800 -@@ -30,11 +30,12 @@ - endif - ifdef CROSS_COMPILER - CC=$(CROSS_COMPILER)gcc -+CPP=$(CROSS_COMPILER)g++ - AR=$(CROSS_COMPILER)ar - endif - - export CFLAGS += -Wall $(CROSS_CFLAGS) --export CC AR LDFLAGS -+export CC AR LDFLAGS CPP - - -include config.mk - -diff -urN ltp-full-20060615.orig/testcases/ballista/ballista/Makefile ltp-full-20060615/testcases/ballista/ballista/Makefile ---- ltp-full-20060615.orig/testcases/ballista/ballista/Makefile 2006-02-23 08:33:27.000000000 +0800 -+++ ltp-full-20060615/testcases/ballista/ballista/Makefile 2006-07-07 17:11:29.000000000 +0800 -@@ -24,7 +24,7 @@ - ######################## - - # compiler info for the host --CC = g++ -Wno-deprecated -+CC = $(CPP) -Wno-deprecated - CFLAGS = -w -O ${TARGET_DEF} - CLIBS = -lpthread -ldl -lnsl -rdynamic - TEST_MAN_FILE = selfHost -diff -urN ltp-full-20060615.orig/testcases/network/nfs/cthon04/tests.init ltp-full-20060615/testcases/network/nfs/cthon04/tests.init ---- ltp-full-20060615.orig/testcases/network/nfs/cthon04/tests.init 2005-09-01 04:27:17.000000000 +0800 -+++ ltp-full-20060615/testcases/network/nfs/cthon04/tests.init 2006-07-07 17:12:28.000000000 +0800 -@@ -73,7 +73,7 @@ - # Tru64 UNIX - # SVR4 - # Linux --PATH=/bin:/usr/bin:/usr/ucb:/usr/ccs/bin:/sbin:/usr/sbin:. -+#PATH=/bin:/usr/bin:/usr/ucb:/usr/ccs/bin:/sbin:/usr/sbin:. - - # Use this path for: - # DG/UX -@@ -104,7 +104,9 @@ - # Do not remove the following three lines. They may be overridden by - # other configuration parameters lower in this file, but these three - # variables must be defined. -+ifndef CC - CC=cc -+endif - CFLAGS= - LIBS= - LOCKTESTS=tlock diff --git a/packages/ltp/ltp-20070228/ltp-run b/packages/ltp/ltp-20070228/ltp-run deleted file mode 100644 index 5d97f00532..0000000000 --- a/packages/ltp/ltp-20070228/ltp-run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -/usr/libexec/ltp/runltp -t 180s > /home/root/testlog.txt -echo "Benchmark run finished...." -touch /home/root/testfinished.flag diff --git a/packages/ltp/ltp-20070228/runltp-path.patch b/packages/ltp/ltp-20070228/runltp-path.patch deleted file mode 100644 index d117b3c24e..0000000000 --- a/packages/ltp/ltp-20070228/runltp-path.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: runltp -=================================================================== ---- ltp-full-20060412.orig/runltp 2005-03-12 03:26:14.000000000 +0800 -+++ ltp-full-20060412/runltp 2006-04-26 16:42:13.000000000 +0800 -@@ -43,7 +43,7 @@ - echo "FATAL: unable to change directory to $(dirname $0)" - exit 1 - } -- export LTPROOT=${PWD} -+ export LTPROOT=/usr/libexec/ltp - export TMPBASE="/tmp" - export TMP="${TMPBASE}/ltp-$$" - export PATH="${PATH}:${LTPROOT}/testcases/bin" ---- ltp-full-20060412.orig/runltp 2007-02-28 20:40:17.000000000 -0800 -+++ ltp-full-20060412/runltp 2007-04-01 11:38:38.000000000 -0700 -@@ -285,7 +285,7 @@ - ${LTPROOT}/runtest/sched ${LTPROOT}/runtest/math \ - ${LTPROOT}/runtest/nptl ${LTPROOT}/runtest/pty - do -- [ -a "$SCENFILES" ] || \ -+ [ -e "$SCENFILES" ] || \ - { - echo "FATAL: missing scenario file $SCENFILES" - exit 1 diff --git a/packages/ltp/ltp-20080229/ballista.patch b/packages/ltp/ltp-20080229/ballista.patch deleted file mode 100644 index d318480208..0000000000 --- a/packages/ltp/ltp-20080229/ballista.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: ltp-full-20080229/testcases/ballista/Makefile -=================================================================== ---- ltp-full-20080229.orig/testcases/ballista/Makefile 2008-02-29 08:55:46.000000000 +0100 -+++ ltp-full-20080229/testcases/ballista/Makefile 2008-03-01 01:21:16.000000000 +0100 -@@ -1,4 +1,4 @@ --ifeq ($(shell perl -v &> /dev/null && echo yes),yes) -+ifeq ($(shell perl -v > /dev/null && echo yes),yes) - - all: bal - -Index: ltp-full-20080229/testcases/ballista/ballista/Makefile -=================================================================== ---- ltp-full-20080229.orig/testcases/ballista/ballista/Makefile 2008-03-01 01:21:16.000000000 +0100 -+++ ltp-full-20080229/testcases/ballista/ballista/Makefile 2008-03-01 01:22:22.000000000 +0100 -@@ -37,6 +37,7 @@ - - # build everything by default - all : callGen callGen_standAlone genCodeCreator replacer ballista -+ rm blexer bparser mut.out - - # run-of-of-the-mill rules for utility programs - callGen: callGen.cpp diff --git a/packages/ltp/ltp-20080229/cross-compile.patch b/packages/ltp/ltp-20080229/cross-compile.patch deleted file mode 100644 index 456bf4f135..0000000000 --- a/packages/ltp/ltp-20080229/cross-compile.patch +++ /dev/null @@ -1,57 +0,0 @@ -Index: ltp-full-20080229/Makefile -=================================================================== ---- ltp-full-20080229.orig/Makefile 2008-02-29 08:55:41.000000000 +0100 -+++ ltp-full-20080229/Makefile 2008-03-01 01:14:35.000000000 +0100 -@@ -33,11 +33,12 @@ - endif - ifdef CROSS_COMPILER - CC=$(CROSS_COMPILER)gcc -+CPP=$(CROSS_COMPILER)g++ - AR=$(CROSS_COMPILER)ar - endif - - export CFLAGS += -Wall $(CROSS_CFLAGS) --export CC AR LDFLAGS -+export CC AR LDFLAGS CPP - - -include config.mk - -Index: ltp-full-20080229/testcases/ballista/ballista/Makefile -=================================================================== ---- ltp-full-20080229.orig/testcases/ballista/ballista/Makefile 2008-02-29 08:55:46.000000000 +0100 -+++ ltp-full-20080229/testcases/ballista/ballista/Makefile 2008-03-01 01:14:35.000000000 +0100 -@@ -24,7 +24,7 @@ - ######################## - - # compiler info for the host --CC = g++ -Wno-deprecated -+CC = $(CPP) -Wno-deprecated - CFLAGS = -w -O ${TARGET_DEF} - CLIBS = -lpthread -ldl -lnsl -rdynamic - TEST_MAN_FILE = selfHost -Index: ltp-full-20080229/testcases/kernel/security/filecaps/Makefile -=================================================================== ---- ltp-full-20080229.orig/testcases/kernel/security/filecaps/Makefile 2008-03-01 01:14:49.000000000 +0100 -+++ ltp-full-20080229/testcases/kernel/security/filecaps/Makefile 2008-03-01 01:15:05.000000000 +0100 -@@ -20,7 +20,6 @@ - - SCRIPTS = filecapstest.sh checkforlibcap.sh checkforfilecaps.sh - ifeq ($(shell sh checkforlibcap.sh yesno),yes) --CC=gcc - - CFLAGS += -I../../../../include -Wall - LDLIBS += -L../../../../lib -lltp -lcap -@@ -29,11 +28,11 @@ - TARGETS = $(patsubst %.c,%,$(SRCS)) - INSTALLTARGETS = $(TARGETS) $(SCRIPTS) - all: $(TARGETS) -- gcc -o checkforlibcap gotlibcap.c -+ $(CC) -o checkforlibcap gotlibcap.c - else - all: - @echo "setcap or xattr headers not installed. Please install libcap from"; echo "ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2"; echo "Then make clean in ltp or ltp/testcases/kernel/security/filecaps, and recompile ltp." -- gcc -o checkforlibcap nolibcap.c -+ $(CC) -o checkforlibcap nolibcap.c - TARGETS = - endif - diff --git a/packages/ltp/ltp-20080229/ltp-run b/packages/ltp/ltp-20080229/ltp-run deleted file mode 100644 index 5d97f00532..0000000000 --- a/packages/ltp/ltp-20080229/ltp-run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -/usr/libexec/ltp/runltp -t 180s > /home/root/testlog.txt -echo "Benchmark run finished...." -touch /home/root/testfinished.flag diff --git a/packages/ltp/ltp-20080229/posix_shell_compat.patch b/packages/ltp/ltp-20080229/posix_shell_compat.patch deleted file mode 100644 index b88d598deb..0000000000 --- a/packages/ltp/ltp-20080229/posix_shell_compat.patch +++ /dev/null @@ -1,33 +0,0 @@ -Index: ltp-full-20080229/testcases/network/generate.sh -=================================================================== ---- ltp-full-20080229.orig/testcases/network/generate.sh 2008-03-01 00:34:24.000000000 +0100 -+++ ltp-full-20080229/testcases/network/generate.sh 2008-03-01 00:35:13.000000000 +0100 -@@ -53,22 +53,24 @@ - $makeit $data_dir/$jumbo_file $jumbo_size - - if [ ! -e $data_dir/bin.sm ] ; then -- cnt=6 -- while [ $((cnt=cnt-1)) -ge 0 ] ; do -+ cnt=5 -+ while [ $cnt -ge 0 ] ; do - gzip -1 -c datafiles/ascii.sm >> $data_dir/bin.sm -+ cnt=$(($cnt-1)) - done - fi - - genfile() { - local input=$data_dir/$1 output=$data_dir/$2 -- local cnt=20 -+ local cnt=19 - - if [ -e $output ] ; then - return 0 - fi - -- while [ $((cnt=cnt-1)) -ge 0 ] ; do -+ while [ $cnt -ge 0 ] ; do - cat $input >> $output -+ cnt=$(($cnt-1)) - done - } - diff --git a/packages/ltp/ltp-20080229/runltp-path.patch b/packages/ltp/ltp-20080229/runltp-path.patch deleted file mode 100644 index d117b3c24e..0000000000 --- a/packages/ltp/ltp-20080229/runltp-path.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: runltp -=================================================================== ---- ltp-full-20060412.orig/runltp 2005-03-12 03:26:14.000000000 +0800 -+++ ltp-full-20060412/runltp 2006-04-26 16:42:13.000000000 +0800 -@@ -43,7 +43,7 @@ - echo "FATAL: unable to change directory to $(dirname $0)" - exit 1 - } -- export LTPROOT=${PWD} -+ export LTPROOT=/usr/libexec/ltp - export TMPBASE="/tmp" - export TMP="${TMPBASE}/ltp-$$" - export PATH="${PATH}:${LTPROOT}/testcases/bin" ---- ltp-full-20060412.orig/runltp 2007-02-28 20:40:17.000000000 -0800 -+++ ltp-full-20060412/runltp 2007-04-01 11:38:38.000000000 -0700 -@@ -285,7 +285,7 @@ - ${LTPROOT}/runtest/sched ${LTPROOT}/runtest/math \ - ${LTPROOT}/runtest/nptl ${LTPROOT}/runtest/pty - do -- [ -a "$SCENFILES" ] || \ -+ [ -e "$SCENFILES" ] || \ - { - echo "FATAL: missing scenario file $SCENFILES" - exit 1 diff --git a/packages/ltp/ltp-20090131/cross-compile.patch b/packages/ltp/ltp-20090131/cross-compile.patch deleted file mode 100644 index b414b6fc0f..0000000000 --- a/packages/ltp/ltp-20090131/cross-compile.patch +++ /dev/null @@ -1,352 +0,0 @@ ---- - Makefile | 4 +++- - lib/Makefile | 3 --- - m4/GNUmakefile | 3 --- - pan/Makefile | 2 -- - testcases/ballista/ballista/Makefile | 2 +- - testcases/ballista/ballista/compile/Makefile | 8 ++++---- - testcases/kernel/device-drivers/acpi/Makefile | 2 +- - testcases/kernel/device-drivers/agp/user_space/Makefile | 6 +++--- - testcases/kernel/device-drivers/base/user_base/Makefile | 6 +++--- - testcases/kernel/device-drivers/dev_sim_framework/user_space/Makefile | 6 +++--- - testcases/kernel/device-drivers/drm/user_space/Makefile | 2 +- - testcases/kernel/device-drivers/include/Makefile | 2 +- - testcases/kernel/device-drivers/nls/Makefile | 2 +- - testcases/kernel/device-drivers/pci/user_tpci/Makefile | 6 +++--- - testcases/kernel/device-drivers/tbio/user_space/Makefile | 6 +++--- - testcases/kernel/device-drivers/usb/user_usb/Makefile | 6 +++--- - testcases/kernel/fs/fs-bench/Makefile | 6 +++--- - testcases/kernel/fs/scsi/ltpfs/Makefile | 2 +- - testcases/kernel/sched/hyperthreading/ht_affinity/Makefile | 4 ++-- - testcases/kernel/sched/hyperthreading/ht_enabled/Makefile | 2 +- - testcases/kernel/sched/hyperthreading/ht_interrupt/Makefile | 2 +- - 21 files changed, 38 insertions(+), 44 deletions(-) - -Index: ltp-full-20090131/Makefile -=================================================================== ---- ltp-full-20090131.orig/Makefile -+++ ltp-full-20090131/Makefile -@@ -5,14 +5,16 @@ CROSS_COMPILER = $(CROSS_COMPILE) - endif - ifdef CROSS_COMPILER - CC=$(CROSS_COMPILER)gcc -+CPP=$(CROSS_COMPILER)g++ - AR=$(CROSS_COMPILER)ar - RANLIB=$(CROSS_COMPILER)ranlib - endif -+PREFIX=/opt/ltp - - HAS_NUMA=$(shell sh tools/scripts/numa_test.sh) - - export CFLAGS += -Wall $(CROSS_CFLAGS) --export CC AR RANLIB CPPFLAGS LDFLAGS HAS_NUMA -+export CC CPP AR RANLIB CPPFLAGS LDFLAGS HAS_NUMA - - -include config.mk - -Index: ltp-full-20090131/testcases/ballista/ballista/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/ballista/ballista/Makefile -+++ ltp-full-20090131/testcases/ballista/ballista/Makefile -@@ -24,7 +24,7 @@ - ######################## - - # compiler info for the host --CC = g++ -Wno-deprecated -+CC = $(CPP) -Wno-deprecated - CFLAGS += -w ${TARGET_DEF} - CLIBS = -lpthread -ldl -lnsl -rdynamic - TEST_MAN_FILE = selfHost -Index: ltp-full-20090131/testcases/ballista/ballista/compile/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/ballista/ballista/compile/Makefile -+++ ltp-full-20090131/testcases/ballista/ballista/compile/Makefile -@@ -19,14 +19,14 @@ dFLAGS=-g -DDEBUG - FLAGS= -O -Wall - PFLAGS= -p -g3 - --CPPCOMP= g++ -+CPPCOMP= $(CPP) - - # - # The following is "boilerplate" to set up the standard compilation - # commands: - .SUFFIXES: - .SUFFIXES: .cpp .c .cc .h .o --.c.o: ; gcc $(FLAGS) -c $*.c -+.c.o: ; $(CC) $(FLAGS) -c $*.c - .cc.o: ; $(CPPCOMP) $(FLAGS) -c $*.cc - .cpp.o: ; $(CPPCOMP) $(FLAGS) $(INC) -c $*.cpp - .cxx.o: ; $(CPPCOMP) $(FLAGS) $(INC) -c $*.cxx -@@ -41,10 +41,10 @@ all: blexer bparser - chmod 700 ../templates/do_parse - - blexer: jlist.o butil.o lex.yy.o blexer.o -- gcc $(FLAGS) -o blexer jlist.o butil.o lex.yy.o blexer.o -+ $(CC) $(FLAGS) -o blexer jlist.o butil.o lex.yy.o blexer.o - - bparser: bparser.o -- g++ $(FLAGS) -o bparser bparser.o butil.c -+ $(CPP) $(FLAGS) -o bparser bparser.o butil.c - - jlist.o: jlist.c butil.h jlist.h - -Index: ltp-full-20090131/testcases/kernel/device-drivers/acpi/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/device-drivers/acpi/Makefile -+++ ltp-full-20090131/testcases/kernel/device-drivers/acpi/Makefile -@@ -15,7 +15,7 @@ PWD := $(shell pwd) - - default: - $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules -- gcc $(CFLAGS) -o LtpAcpiMain LtpAcpiMain.c -+ $(CC) $(CFLAGS) -o LtpAcpiMain LtpAcpiMain.c - # $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules - endif - -Index: ltp-full-20090131/testcases/kernel/device-drivers/agp/user_space/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/device-drivers/agp/user_space/Makefile -+++ ltp-full-20090131/testcases/kernel/device-drivers/agp/user_space/Makefile -@@ -1,8 +1,8 @@ - test_agp: tagp_ki.o user_tagp.o -- gcc tagp_ki.o user_tagp.o -o test_agp -+ $(CC) tagp_ki.o user_tagp.o -o test_agp - - tagp_ki.o: tagp_ki.c -- gcc -c tagp_ki.c -+ $(CC) -c tagp_ki.c - - user_tagp.o: user_tagp.c -- gcc -c user_tagp.c -+ $(CC) -c user_tagp.c -Index: ltp-full-20090131/testcases/kernel/device-drivers/base/user_base/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/device-drivers/base/user_base/Makefile -+++ ltp-full-20090131/testcases/kernel/device-drivers/base/user_base/Makefile -@@ -1,11 +1,11 @@ - test_base: tbase_ki.o user_tbase.o -- gcc tbase_ki.o user_tbase.o -o test_base -+ $(CC) tbase_ki.o user_tbase.o -o test_base - - tbase_ki.o: tbase_ki.c -- gcc -c tbase_ki.c -+ $(CC) -c tbase_ki.c - - user_tbase.o: user_tbase.c -- gcc -c user_tbase.c -+ $(CC) -c user_tbase.c - - clean: - rm -f *.o 2>/dev/null || true -Index: ltp-full-20090131/testcases/kernel/device-drivers/dev_sim_framework/user_space/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/device-drivers/dev_sim_framework/user_space/Makefile -+++ ltp-full-20090131/testcases/kernel/device-drivers/dev_sim_framework/user_space/Makefile -@@ -1,8 +1,8 @@ - test_mod: tmod_ki.o user_tmod.o -- gcc tmod_ki.o user_tmod.o -o test_mod -+ $(CC) tmod_ki.o user_tmod.o -o test_mod - - tmod_ki.o: tmod_ki.c -- gcc -c tmod_ki.c -+ $(CC) -c tmod_ki.c - - user_tmod.o: user_tmod.c -- gcc -c user_tmod.c -+ $(CC) -c user_tmod.c -Index: ltp-full-20090131/testcases/kernel/device-drivers/drm/user_space/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/device-drivers/drm/user_space/Makefile -+++ ltp-full-20090131/testcases/kernel/device-drivers/drm/user_space/Makefile -@@ -2,4 +2,4 @@ - KDIR := /lib/modules/$(shell uname -r)/build - CFLAGS := -I$(KDIR)/drivers/char/drm - default: -- gcc -o test_drm user_tdrm.c $(CFLAGS) -+ $(CC) -o test_drm user_tdrm.c $(CFLAGS) -Index: ltp-full-20090131/testcases/kernel/device-drivers/include/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/device-drivers/include/Makefile -+++ ltp-full-20090131/testcases/kernel/device-drivers/include/Makefile -@@ -14,7 +14,7 @@ PWD := $(shell pwd) - - default: - $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules -- gcc -Wall -o userBlockInclude userBlockInclude.c -+ $(CC) -Wall -o userBlockInclude userBlockInclude.c - # $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules - endif - -Index: ltp-full-20090131/testcases/kernel/device-drivers/nls/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/device-drivers/nls/Makefile -+++ ltp-full-20090131/testcases/kernel/device-drivers/nls/Makefile -@@ -13,7 +13,7 @@ PWD := $(shell pwd) - - default: - $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules -- gcc $(EXTRA_CFLAGS) -o userBlockNLS userBlockNLS.c -+ $(CC) $(EXTRA_CFLAGS) -o userBlockNLS userBlockNLS.c - # $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules - - clean: -Index: ltp-full-20090131/testcases/kernel/device-drivers/pci/user_tpci/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/device-drivers/pci/user_tpci/Makefile -+++ ltp-full-20090131/testcases/kernel/device-drivers/pci/user_tpci/Makefile -@@ -1,8 +1,8 @@ - test_pci: tpci_ki.o user_tpci.o -- gcc tpci_ki.o user_tpci.o -o test_pci -+ $(CC) tpci_ki.o user_tpci.o -o test_pci - - tpci_ki.o: tpci_ki.c -- gcc -c tpci_ki.c -+ $(CC) -c tpci_ki.c - - user_tpci.o: user_tpci.c -- gcc -c user_tpci.c -+ $(CC) -c user_tpci.c -Index: ltp-full-20090131/testcases/kernel/device-drivers/tbio/user_space/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/device-drivers/tbio/user_space/Makefile -+++ ltp-full-20090131/testcases/kernel/device-drivers/tbio/user_space/Makefile -@@ -1,8 +1,8 @@ - test_bio: tbio_ki.o user_tbio.o -- gcc -g tbio_ki.o user_tbio.o -o test_bio -+ $(CC) -g tbio_ki.o user_tbio.o -o test_bio - - tbio_ki.o: tbio_ki.c -- gcc -c -g tbio_ki.c -+ $(CC) -c -g tbio_ki.c - - user_tbio.o: user_tbio.c -- gcc -c -g user_tbio.c -+ $(CC) -c -g user_tbio.c -Index: ltp-full-20090131/testcases/kernel/device-drivers/usb/user_usb/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/device-drivers/usb/user_usb/Makefile -+++ ltp-full-20090131/testcases/kernel/device-drivers/usb/user_usb/Makefile -@@ -1,8 +1,8 @@ - test_usb: tusb_ki.o user_tusb.o -- gcc tusb_ki.o user_tusb.o -o test_usb -+ $(CC) tusb_ki.o user_tusb.o -o test_usb - - tusb_ki.o: tusb_ki.c -- gcc -c tusb_ki.c -+ $(CC) -c tusb_ki.c - - user_tusb.o: user_tusb.c -- gcc -c user_tusb.c -+ $(CC) -c user_tusb.c -Index: ltp-full-20090131/testcases/kernel/fs/fs-bench/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/fs/fs-bench/Makefile -+++ ltp-full-20090131/testcases/kernel/fs/fs-bench/Makefile -@@ -6,13 +6,13 @@ all: ${EXECS} - @echo done - - cr: create-files.o ${UTILS} -- gcc ${UTILS} create-files.o -lm -o cr -+ $(CC) ${UTILS} create-files.o -lm -o cr - - ra: random-access.o -- gcc random-access.o -o ra -+ $(CC) random-access.o -o ra - - radc: random-del-create.o ${UTILS} -- gcc ${UTILS} random-del-create.o -lm -o radc -+ $(CC) ${UTILS} random-del-create.o -lm -o radc - - install: - @set -e; for i in $(EXECS) $(SCRIPTS); do ln -f $$i ../../../bin/$$i ; done -Index: ltp-full-20090131/testcases/kernel/fs/scsi/ltpfs/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/fs/scsi/ltpfs/Makefile -+++ ltp-full-20090131/testcases/kernel/fs/scsi/ltpfs/Makefile -@@ -15,7 +15,7 @@ PWD := $(shell pwd) - - default: - $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules -- gcc $(CFLAGS) -o ltpfstest -lm main.c -+ $(CC) $(CFLAGS) -o ltpfstest -lm main.c - # $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules - endif - -Index: ltp-full-20090131/testcases/kernel/sched/hyperthreading/ht_affinity/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/sched/hyperthreading/ht_affinity/Makefile -+++ ltp-full-20090131/testcases/kernel/sched/hyperthreading/ht_affinity/Makefile -@@ -7,9 +7,9 @@ TARGETS := ht_affinity - all: $(TARGETS) - - #ht_affinity: HTaffinity.o HTutils.o --# gcc -o ht_affinity HTaffinity.o HTutils.o $(CFLAGS) $(LOADLIBES) -+# $(CC) -o ht_affinity HTaffinity.o HTutils.o $(CFLAGS) $(LOADLIBES) - ht_affinity: -- gcc -o ht_affinity HTaffinity.c HTutils.c $(CFLAGS) $(LOADLIBES) -+ $(CC) -o ht_affinity HTaffinity.c HTutils.c $(CFLAGS) $(LOADLIBES) - - install: - @set -e; for i in $(TARGETS) ; do ln -f $$i ../../../../bin/$$i ; done -Index: ltp-full-20090131/testcases/kernel/sched/hyperthreading/ht_enabled/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/sched/hyperthreading/ht_enabled/Makefile -+++ ltp-full-20090131/testcases/kernel/sched/hyperthreading/ht_enabled/Makefile -@@ -7,7 +7,7 @@ TARGETS := ht_enabled - all: $(TARGETS) - - ht_enabled: -- gcc -o ht_enabled HTenabled.c HTutils.c $(CFLAGS) $(LOADLIBES) -+ $(CC) -o ht_enabled HTenabled.c HTutils.c $(CFLAGS) $(LOADLIBES) - - install: - @set -e; for i in $(TARGETS) ; do ln -f $$i ../../../../bin/$$i ; done -Index: ltp-full-20090131/testcases/kernel/sched/hyperthreading/ht_interrupt/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/sched/hyperthreading/ht_interrupt/Makefile -+++ ltp-full-20090131/testcases/kernel/sched/hyperthreading/ht_interrupt/Makefile -@@ -7,7 +7,7 @@ TARGETS = ht_interrupt - all: $(TARGETS) - - ht_interrupt: -- gcc -o ht_interrupt HTinterrupt.c HTutils.c $(CFLAGS) $(LOADLIBES) -+ $(CC) -o ht_interrupt HTinterrupt.c HTutils.c $(CFLAGS) $(LOADLIBES) - - install: - @set -e; for i in $(TARGETS) ; do ln -f $$i ../../../../bin/$$i ; done -Index: ltp-full-20090131/lib/Makefile -=================================================================== ---- ltp-full-20090131.orig/lib/Makefile -+++ ltp-full-20090131/lib/Makefile -@@ -1,6 +1,3 @@ -- --PREFIX=/opt/ltp -- - CFLAGS+= -Wall - CFLAGS+= -D_USC_LIB_ - CPPFLAGS+= -I../include -Index: ltp-full-20090131/m4/GNUmakefile -=================================================================== ---- ltp-full-20090131.orig/m4/GNUmakefile -+++ ltp-full-20090131/m4/GNUmakefile -@@ -1,6 +1,3 @@ -- -- --PREFIX=/opt/ltp - M4MACROS=$(notdir $(wildcard *.m4)) - - all: -Index: ltp-full-20090131/pan/Makefile -=================================================================== ---- ltp-full-20090131.orig/pan/Makefile -+++ ltp-full-20090131/pan/Makefile -@@ -1,8 +1,6 @@ -- - LOADLIBES += -lm - LFLAGS += -l -w - CFLAGS += -w --PREFIX = /opt/ltp - - all: pan bump scanner - diff --git a/packages/ltp/ltp-20090131/fix-tcore_patch_test_suites.patch b/packages/ltp/ltp-20090131/fix-tcore_patch_test_suites.patch deleted file mode 100644 index 92a8879410..0000000000 --- a/packages/ltp/ltp-20090131/fix-tcore_patch_test_suites.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- - testcases/misc/tcore_patch_test_suites/tcore.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -Index: ltp-full-20090131/testcases/misc/tcore_patch_test_suites/tcore.c -=================================================================== ---- ltp-full-20090131.orig/testcases/misc/tcore_patch_test_suites/tcore.c -+++ ltp-full-20090131/testcases/misc/tcore_patch_test_suites/tcore.c -@@ -27,9 +27,10 @@ extern int Tst_count; /* - extern char *TESTDIR; /* temporary dir created by tst_tmpdir() */ - /* Global Variables */ - char *TCID = "tcore"; /* test program identifier. */ --int TST_TOTAL = 1; /* total number of tests in this file. */ - - #if defined __i386__ || defined(__x86_64__) -+int TST_TOTAL = 1; /* total number of tests in this file. */ -+ - #include <stdio.h> - #include <sys/types.h> - #include <unistd.h> diff --git a/packages/ltp/ltp-20090131/no-IDcheck.patch b/packages/ltp/ltp-20090131/no-IDcheck.patch deleted file mode 100644 index d43780748f..0000000000 --- a/packages/ltp/ltp-20090131/no-IDcheck.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- - Makefile | 2 -- - 1 file changed, 2 deletions(-) - -Index: ltp-full-20090131/Makefile -=================================================================== ---- ltp-full-20090131.orig/Makefile -+++ ltp-full-20090131/Makefile -@@ -37,8 +37,6 @@ install: all - @$(MAKE) -C doc/man1 install - @$(MAKE) -C doc/man3 install - -- @./IDcheck.sh -- - libltp.a: config.h - @$(MAKE) -C lib $@ - diff --git a/packages/ltp/ltp-20090131/no_epoll_create2_mips.patch b/packages/ltp/ltp-20090131/no_epoll_create2_mips.patch deleted file mode 100644 index 84ce8e4128..0000000000 --- a/packages/ltp/ltp-20090131/no_epoll_create2_mips.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- - testcases/kernel/syscalls/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: ltp-full-20090131/testcases/kernel/syscalls/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/syscalls/Makefile -+++ ltp-full-20090131/testcases/kernel/syscalls/Makefile -@@ -25,7 +25,7 @@ EXCLUDE_DIR=epoll - # - # Commented this out since there are directories here we don't want built by default - # --SUBDIR = `ls */Makefile | sed "s/Makefile//g"` -+SUBDIR = `ls */Makefile | sed "s/Makefile//g | grep -vE "^epoll_create2""` - UCLINUX_SUBDIR = `ls */Makefile | sed "s/Makefile//g" | grep -vE "^fork|epoll|capget|capset|chmod|chown|llseek|nftw|clone|profil|getcontext"` - - all: diff --git a/packages/ltp/ltp-20090131/no_hyperthreading_tests.patch b/packages/ltp/ltp-20090131/no_hyperthreading_tests.patch deleted file mode 100644 index 6ef9635df9..0000000000 --- a/packages/ltp/ltp-20090131/no_hyperthreading_tests.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- - testcases/kernel/sched/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: ltp-full-20090131/testcases/kernel/sched/Makefile -=================================================================== ---- ltp-full-20090131.orig/testcases/kernel/sched/Makefile -+++ ltp-full-20090131/testcases/kernel/sched/Makefile -@@ -1,4 +1,4 @@ --SUBDIRS = cfs-scheduler clisrv hyperthreading nptl process_stress pthreads sched_stress tool -+SUBDIRS = cfs-scheduler clisrv nptl process_stress pthreads sched_stress tool - - all: - @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done diff --git a/packages/ltp/ltp-20090131/runltp-path.patch b/packages/ltp/ltp-20090131/runltp-path.patch deleted file mode 100644 index 607e019e61..0000000000 --- a/packages/ltp/ltp-20090131/runltp-path.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- - runltp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: ltp-full-20090131/runltp -=================================================================== ---- ltp-full-20090131.orig/runltp -+++ ltp-full-20090131/runltp -@@ -74,7 +74,7 @@ setup() - echo "FATAL: unable to change directory to $(dirname $0)" - exit 1 - } -- export LTPROOT=${PWD} -+ export LTPROOT=/usr/libexec/ltp - export TMPBASE="/tmp" - export PATH="${PATH}:${LTPROOT}/testcases/bin" - diff --git a/packages/ltp/ltp_20070228.bb b/packages/ltp/ltp_20070228.bb deleted file mode 100644 index 21b48cab64..0000000000 --- a/packages/ltp/ltp_20070228.bb +++ /dev/null @@ -1,65 +0,0 @@ -DESCRIPTION = "Linux Test Project" -HOMEPAGE = "http://ltp.sourceforge.net" -LICENSE = "GPL" -SECTION = "console/utils" - -SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.tgz \ - file://cross-compile.patch;patch=1 \ - file://runltp-path.patch;patch=1 \ - file://ltp-run" - -S = "${WORKDIR}/ltp-full-${PV}" - -EXTRA_OEMAKE_append = " CROSS_COMPILE=${HOST_PREFIX}" - -FILES_${PN}-dbg = "${libexecdir}/ltp/*/*/*/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/*/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/trigo/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/iperb/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/exp_log/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/power/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/bessel/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/abs/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/atof/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/nextafter/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/fptests/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/f00f/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/crash/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/pan/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/network/ipv6/*/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/network/rpc/rpc01/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/bin/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/kernel/syscalls/*/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/kernel/mem/*/.debug" - -do_compile(){ - oe_runmake CROSS_COMPILE=${HOST_PREFIX} -} - -do_install(){ - export CREATE=0 - export LTPROOT=${D}/usr/libexec/ltp/testcases - - oe_runmake install - - install -d ${D}/usr/libexec/ltp/testcases - install -d ${D}/usr/libexec/ltp/pan - - #install testcases - #install -m 0755 ${WORKDIR}/testcases ${D}/usr/libexec/ltp/testcases - #install -m 0755 ${WORKDIR}/testcases ${D}/usr/libexec/ltp/ - - # treecopy testcases pan/pan runtest ver_linux IDcheck.sh \ - # ${D}/usr/libexec/ltp - cp testcases ${D}/usr/libexec/ltp/ -rfp - rm ${D}/usr/libexec/ltp/ballista -rf - cp pan/pan ${D}/usr/libexec/ltp/pan -p - cp runtest ${D}/usr/libexec/ltp/ -rfp - cp ver_linux ${D}/usr/libexec/ltp/ -p - cp runltp ${D}/usr/libexec/ltp/ -p - cp IDcheck.sh ${D}/usr/libexec/ltp/ -p -} - diff --git a/packages/ltp/ltp_20080229.bb b/packages/ltp/ltp_20080229.bb deleted file mode 100644 index 6ad102023b..0000000000 --- a/packages/ltp/ltp_20080229.bb +++ /dev/null @@ -1,67 +0,0 @@ -DESCRIPTION = "Linux Test Project" -HOMEPAGE = "http://ltp.sourceforge.net" -LICENSE = "GPL" -SECTION = "console/utils" - -SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.tgz \ - file://cross-compile.patch;patch=1 \ - file://runltp-path.patch;patch=1 \ - file://ltp-run \ - file://posix_shell_compat.patch;patch=1 \ - file://ballista.patch;patch=1" - -S = "${WORKDIR}/ltp-full-${PV}" - -EXTRA_OEMAKE_append = " CROSS_COMPILE=${HOST_PREFIX}" - -FILES_${PN}-dbg = "${libexecdir}/ltp/*/*/*/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/*/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/trigo/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/iperb/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/exp_log/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/power/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/bessel/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/abs/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/atof/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/nextafter/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/fptests/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/f00f/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/crash/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/pan/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/network/ipv6/*/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/network/rpc/rpc01/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/bin/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/kernel/syscalls/*/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/kernel/mem/*/.debug" - -do_compile(){ - oe_runmake CROSS_COMPILE=${HOST_PREFIX} -} - -do_install(){ - export CREATE=0 - export LTPROOT=${D}/usr/libexec/ltp/testcases - - oe_runmake install - - install -d ${D}/usr/libexec/ltp/testcases - install -d ${D}/usr/libexec/ltp/pan - - #install testcases - #install -m 0755 ${WORKDIR}/testcases ${D}/usr/libexec/ltp/testcases - #install -m 0755 ${WORKDIR}/testcases ${D}/usr/libexec/ltp/ - - # treecopy testcases pan/pan runtest ver_linux IDcheck.sh \ - # ${D}/usr/libexec/ltp - cp testcases ${D}/usr/libexec/ltp/ -rfp - rm ${D}/usr/libexec/ltp/ballista -rf - cp pan/pan ${D}/usr/libexec/ltp/pan -p - cp runtest ${D}/usr/libexec/ltp/ -rfp - cp ver_linux ${D}/usr/libexec/ltp/ -p - cp runltp ${D}/usr/libexec/ltp/ -p - cp IDcheck.sh ${D}/usr/libexec/ltp/ -p -} - diff --git a/packages/ltp/ltp_20090131.bb b/packages/ltp/ltp_20090131.bb deleted file mode 100644 index 73d6f76fa7..0000000000 --- a/packages/ltp/ltp_20090131.bb +++ /dev/null @@ -1,75 +0,0 @@ -DESCRIPTION = "Linux Test Project" -HOMEPAGE = "http://ltp.sourceforge.net" -LICENSE = "GPL" -SECTION = "console/utils" -DEPENDS = "zip-native" -PR = "r1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.tgz \ - file://cross-compile.patch;patch=1 \ - file://runltp-path.patch;patch=1 \ - file://fix-tcore_patch_test_suites.patch;patch=1 \ - file://no-IDcheck.patch;patch=1 \ - file://no_hyperthreading_tests.patch;patch=1" - -SRC_URI_append_mips += "file://no_epoll_create2_mips.patch;patch=1" -SRC_URI_append_mipsel += "file://no_epoll_create2_mips.patch;patch=1" - -S = "${WORKDIR}/ltp-full-${PV}" - -EXTRA_OEMAKE_append = " CROSS_COMPILE=${HOST_PREFIX}" - -FILES_${PN}-dbg = "${libexecdir}/ltp/*/*/*/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/*/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/*/.debug" -FILES_${PN}-dbg += "${libexecdir}/ltp/*/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/trigo/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/iperb/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/exp_log/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/power/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/float/bessel/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/abs/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/atof/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/nextafter/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/math/fptests/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/f00f/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/misc/crash/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/pan/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/network/ipv6/*/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/network/rpc/rpc01/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/bin/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/kernel/syscalls/*/.debug" -#FILES_${PN}-dbg += "${libexecdir}/ltp/testcases/kernel/mem/*/.debug" - -do_compile(){ - oe_runmake CROSS_COMPILE=${HOST_PREFIX} -} - -do_install(){ - export CREATE=0 - export LTPROOT=${D}/usr/libexec/ltp/testcases - - oe_runmake DESTDIR=${D} PREFIX=/usr/libexec/ltp install - - install -d ${D}/usr/libexec/ltp/testcases - install -d ${D}/usr/libexec/ltp/pan - - #install testcases - #install -m 0755 ${WORKDIR}/testcases ${D}/usr/libexec/ltp/testcases - #install -m 0755 ${WORKDIR}/testcases ${D}/usr/libexec/ltp/ - - # treecopy testcases pan/pan runtest ver_linux IDcheck.sh \ - # ${D}/usr/libexec/ltp - cp testcases ${D}/usr/libexec/ltp/ -rfp - rm ${D}/usr/libexec/ltp/testcases/ballista -rf - cp pan/pan ${D}/usr/libexec/ltp/pan -p - cp runtest ${D}/usr/libexec/ltp/ -rfp - cp ver_linux ${D}/usr/libexec/ltp/ -p - cp runltp ${D}/usr/libexec/ltp/ -p - cp IDcheck.sh ${D}/usr/libexec/ltp/ -p - - # We don't want "devel" stuff - rm -rf ${D}/opt/ltp/include - rm ${D}/usr/libexec/ltp/share/pkgconfig/ltp.pc -} |