diff options
| author | Justin Sobota <jsobota@ti.com> | 2016-09-14 21:58:13 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-16 12:18:17 -0400 |
| commit | 9aeeb60207ef8022cd42c6570e92b6759a523f0c (patch) | |
| tree | 10cb0f82369616e0b45d8148a0e777e4732a7a3d /recipes-bsp | |
| parent | f42668a44fca1c67636aae40163c478eeaf8f661 (diff) | |
| download | meta-ti-9aeeb60207ef8022cd42c6570e92b6759a523f0c.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>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/pa-lld/files/0001-makefile_armv7-fix-missing-separator-error.patch | 30 | ||||
| -rw-r--r-- | recipes-bsp/pa-lld/pa-lld.inc | 11 |
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 @@ | |||
| 1 | From 60a938e6902c7cb8bec34abbc5a3723c8094d728 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Denys Dmytriyenko <denys@ti.com> | ||
| 3 | Date: Tue, 1 Dec 2015 00:00:00 -0500 | ||
| 4 | Subject: [PATCH] makefile_armv7: fix missing separator error | ||
| 5 | |||
| 6 | Doesn't seem to work in all versions of Make, fails like this: | ||
| 7 | makefile_armv7:27: *** missing separator. Stop. | ||
| 8 | |||
| 9 | Signed-off-by: Denys Dmytriyenko <denys@ti.com> | ||
| 10 | --- | ||
| 11 | makefile_armv7 | 3 --- | ||
| 12 | 1 file changed, 3 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/makefile_armv7 b/makefile_armv7 | ||
| 15 | index 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 | -- | ||
| 29 | 2.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" | |||
| 9 | PA_LLD_GIT_BRANCH = "master" | 9 | PA_LLD_GIT_BRANCH = "master" |
| 10 | PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa" | 10 | PA_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" |
| 13 | PA_LLD_SRCREV = "d3f3f5d93d3febc24099974bbc77e67c80a83b1e" | 13 | PA_LLD_SRCREV = "dca2a281c0c57f3b3018a93fae5485825a33042c" |
| 14 | 14 | ||
| 15 | BRANCH = "${PA_LLD_GIT_BRANCH}" | 15 | BRANCH = "${PA_LLD_GIT_BRANCH}" |
| 16 | SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH} \ | 16 | SRC_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" | ||
| 18 | SRCREV = "${PA_LLD_SRCREV}" | 17 | SRCREV = "${PA_LLD_SRCREV}" |
| 19 | 18 | ||
| 20 | PV = "03.00.01.12" | 19 | PV = "03.00.02.00" |
| 21 | INC_PR = "r2" | 20 | INC_PR = "r0" |
| 22 | 21 | ||
| 23 | S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" | 22 | S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}" |
| 24 | 23 | ||
