summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2016-09-14 21:58:13 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-16 12:16:41 -0400
commitd966cd41340451eda50fcbe9135e766431917b32 (patch)
tree72fc86c97d1d369d1fae0e974d24afca55625d3c
parent614a7c38725988c6b5ff84e998e2140b2d1387c7 (diff)
downloadmeta-ti-d966cd41340451eda50fcbe9135e766431917b32.tar.gz
pa-lld: Bump version and remove makefile error patch
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/pa-lld/files/0001-makefile_armv7-fix-missing-separator-error.patch30
-rw-r--r--recipes-bsp/pa-lld/pa-lld.inc11
2 files changed, 5 insertions, 36 deletions
diff --git a/recipes-bsp/pa-lld/files/0001-makefile_armv7-fix-missing-separator-error.patch b/recipes-bsp/pa-lld/files/0001-makefile_armv7-fix-missing-separator-error.patch
deleted file mode 100644
index 2ff41d3d..00000000
--- a/recipes-bsp/pa-lld/files/0001-makefile_armv7-fix-missing-separator-error.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1From 60a938e6902c7cb8bec34abbc5a3723c8094d728 Mon Sep 17 00:00:00 2001
2From: Denys Dmytriyenko <denys@ti.com>
3Date: Tue, 1 Dec 2015 00:00:00 -0500
4Subject: [PATCH] makefile_armv7: fix missing separator error
5
6Doesn't seem to work in all versions of Make, fails like this:
7makefile_armv7:27: *** missing separator. Stop.
8
9Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10---
11 makefile_armv7 | 3 ---
12 1 file changed, 3 deletions(-)
13
14diff --git a/makefile_armv7 b/makefile_armv7
15index a2bc4f6..1ae6e0a 100644
16--- a/makefile_armv7
17+++ b/makefile_armv7
18@@ -24,9 +24,6 @@ else
19 export LLD_NAME=pa
20 endif
21
22-echo DEVICE=$(DEVICE)
23-echo LLD_NAME=$(LLD_NAME)
24-
25 # Output for prebuilt generated libraries
26 export ARMV7LIBDIR ?= ./lib
27 export ARMV7OBJDIR ?= ./obj/$(DEVICE)
28--
292.2.0
30
diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
index 6c515605..0b2a4cc7 100644
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ b/recipes-bsp/pa-lld/pa-lld.inc
@@ -9,16 +9,15 @@ PA_LLD_GIT_PROTOCOL = "git"
9PA_LLD_GIT_BRANCH = "master" 9PA_LLD_GIT_BRANCH = "master"
10PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa" 10PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa"
11 11
12# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.12" 12# Below Commit ID corresponds to "DEV.PA_LLD.03.00.02.00"
13PA_LLD_SRCREV = "d3f3f5d93d3febc24099974bbc77e67c80a83b1e" 13PA_LLD_SRCREV = "dca2a281c0c57f3b3018a93fae5485825a33042c"
14 14
15BRANCH = "${PA_LLD_GIT_BRANCH}" 15BRANCH = "${PA_LLD_GIT_BRANCH}"
16SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH} \ 16SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
17 file://0001-makefile_armv7-fix-missing-separator-error.patch"
18SRCREV = "${PA_LLD_SRCREV}" 17SRCREV = "${PA_LLD_SRCREV}"
19 18
20PV = "03.00.01.12" 19PV = "03.00.02.00"
21INC_PR = "r2" 20INC_PR = "r0"
22 21
23S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" 22S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
24 23