From 2380bc09b584ae176f2275c6ac72d94ebfbf7c3b Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Fri, 11 Nov 2016 13:42:19 +0530 Subject: dra7xx-evm: add support for multimedia acceleration TI Jacinto 6 has hardware multimedia acceleration capability. This patch introduces the firmware and IPC components that are needed to control the hardware accelerators. Change-Id: I795c820f9bb87dd77ad227ce7c80f879dd935e54 Signed-off-by: Karthik Ramanan --- .../ipc/patches/add-dependency-of-pthreads.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-agl-bsp/meta-ti/recipes-arago/ipc/patches/add-dependency-of-pthreads.patch (limited to 'meta-agl-bsp/meta-ti/recipes-arago/ipc/patches/add-dependency-of-pthreads.patch') diff --git a/meta-agl-bsp/meta-ti/recipes-arago/ipc/patches/add-dependency-of-pthreads.patch b/meta-agl-bsp/meta-ti/recipes-arago/ipc/patches/add-dependency-of-pthreads.patch new file mode 100644 index 000000000..649eef5b1 --- /dev/null +++ b/meta-agl-bsp/meta-ti/recipes-arago/ipc/patches/add-dependency-of-pthreads.patch @@ -0,0 +1,13 @@ +diff --git a/linux/src/transport/Makefile.am b/linux/src/transport/Makefile.am +index 32f0046..b4d3078 100644 +--- a/linux/src/transport/Makefile.am ++++ b/linux/src/transport/Makefile.am +@@ -32,7 +32,7 @@ + ## + + # additional include paths necessary to compile the library +-AM_CFLAGS = -I$(top_srcdir)/hlos_common/include -D_GNU_SOURCE -Wall ++AM_CFLAGS = -I$(top_srcdir)/hlos_common/include -D_GNU_SOURCE -Wall -pthread + + if KERNEL_INSTALL_DIR + AM_CFLAGS += -I$(KERNEL_INSTALL_DIR)/include/generated/uapi -- cgit 1.2.3-korg