From 682ffeeafa42f6a6f9f3c95eb40d828a2e53dfea Mon Sep 17 00:00:00 2001 From: Ong Boon Leong Date: Wed, 25 Sep 2013 14:03:06 +0800 Subject: common: Remove obsolete QAT-related recipes Remove openssl-qat-module and zlib-qat-module recipes and any references to them from meta-intel. This is to remove recipes for obsolete and unmaintained software ingredients related to QAT. Signed-off-by Ong Boon Leong Signed-off-by: Tom Zanussi --- .../openssl-qat-module/openssl_qat_module.patch | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 common/recipes-connectivity/openssl-qat-module/openssl-qat-module/openssl_qat_module.patch (limited to 'common/recipes-connectivity/openssl-qat-module/openssl-qat-module/openssl_qat_module.patch') diff --git a/common/recipes-connectivity/openssl-qat-module/openssl-qat-module/openssl_qat_module.patch b/common/recipes-connectivity/openssl-qat-module/openssl-qat-module/openssl_qat_module.patch deleted file mode 100644 index dfed3c08..00000000 --- a/common/recipes-connectivity/openssl-qat-module/openssl-qat-module/openssl_qat_module.patch +++ /dev/null @@ -1,43 +0,0 @@ -Index: openssl-qat-module-1.0.1-r0/openssl-1.0.1/engines/qat_engine/qat_mem/Makefile -=================================================================== ---- openssl-qat-module-1.0.1-r0.orig/openssl-1.0.1/engines/qat_engine/qat_mem/Makefile 2012-10-17 13:31:27.932376960 -0700 -+++ openssl-qat-module-1.0.1-r0/openssl-1.0.1/engines/qat_engine/qat_mem/Makefile 2012-10-17 13:35:40.396389410 -0700 -@@ -9,13 +9,9 @@ - MODULENAME := qat_mem - ### should not need to change stuff below ###################### - -- --KDIR := /lib/modules/$(shell uname -r)/build --#KDIR := /exports/linux-2.6.12.2/ -+KDIR := $(KERNEL_SOURCE_ROOT) - PWD := $(shell pwd) -- --CC := gcc -Wall -imacros /usr/src/kernels/$(shell uname -r)/include/linux/autoconf.h -- -+CC := $(KERNEL_CC) -Wall -imacros $(KERNEL_SOURCE_ROOT)/include/generated/autoconf.h - ifeq ($(KERNELRELEASE),) - all: $(MODULENAME)_test - all: -@@ -23,20 +19,15 @@ - else - obj-m := $(MODULENAME).o - endif -- - $(MODULENAME)_test: $(MODULENAME)_test.c - $(CC) -g -o $(MODULENAME)_test $(MODULENAME)_test.c -- -- -+modules_install: -+ $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules_install - load: - insmod ./$(MODULENAME).ko -- - unload: - rmmod $(MODULENAME) -- - test: all - ./$(MODULENAME)_test.sh -- - clean: - rm -f *.o *.ko Modules.symvers *.mod.c .*.cmd $(MODULENAME)_test -- -- cgit v1.2.3-54-g00ecf