[meta-ti] [master/krogoth][PATCH v2 3/6] pa-lld: Bump version and remove makefile error patch

Jacob Stiffler j-stiffler at ti.com
Wed Sep 14 09:33:21 PDT 2016


ACK


This fixes the issue seen with the previous patch.


On 9/14/2016 11:58 AM, Justin Sobota wrote:
> Signed-off-by: Justin Sobota <jsobota at ti.com>
> ---
>   ...akefile_armv7-fix-missing-separator-error.patch |   30 --------------------
>   recipes-bsp/pa-lld/pa-lld.inc                      |   11 ++++---
>   2 files changed, 5 insertions(+), 36 deletions(-)
>   delete mode 100644 recipes-bsp/pa-lld/files/0001-makefile_armv7-fix-missing-separator-error.patch
>
> 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 2ff41d3..0000000
> --- a/recipes-bsp/pa-lld/files/0001-makefile_armv7-fix-missing-separator-error.patch
> +++ /dev/null
> @@ -1,30 +0,0 @@
> -From 60a938e6902c7cb8bec34abbc5a3723c8094d728 Mon Sep 17 00:00:00 2001
> -From: Denys Dmytriyenko <denys at ti.com>
> -Date: Tue, 1 Dec 2015 00:00:00 -0500
> -Subject: [PATCH] makefile_armv7: fix missing separator error
> -
> -Doesn't seem to work in all versions of Make, fails like this:
> -makefile_armv7:27: *** missing separator.  Stop.
> -
> -Signed-off-by: Denys Dmytriyenko <denys at ti.com>
> ----
> - makefile_armv7 | 3 ---
> - 1 file changed, 3 deletions(-)
> -
> -diff --git a/makefile_armv7 b/makefile_armv7
> -index a2bc4f6..1ae6e0a 100644
> ---- a/makefile_armv7
> -+++ b/makefile_armv7
> -@@ -24,9 +24,6 @@ else
> -     export LLD_NAME=pa
> - endif
> -
> --echo DEVICE=$(DEVICE)
> --echo LLD_NAME=$(LLD_NAME)
> --
> - # Output for prebuilt generated libraries
> - export ARMV7LIBDIR ?= ./lib
> - export ARMV7OBJDIR ?= ./obj/$(DEVICE)
> ---
> -2.2.0
> -
> diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
> index 6c51560..0b2a4cc 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"
>   PA_LLD_GIT_BRANCH = "master"
>   PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa"
>   
> -# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.12"
> -PA_LLD_SRCREV = "d3f3f5d93d3febc24099974bbc77e67c80a83b1e"
> +# Below Commit ID corresponds to "DEV.PA_LLD.03.00.02.00"
> +PA_LLD_SRCREV = "dca2a281c0c57f3b3018a93fae5485825a33042c"
>   
>   BRANCH = "${PA_LLD_GIT_BRANCH}"
> -SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH} \
> -            file://0001-makefile_armv7-fix-missing-separator-error.patch"
> +SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
>   SRCREV = "${PA_LLD_SRCREV}"
>   
> -PV = "03.00.01.12"
> -INC_PR = "r2"
> +PV = "03.00.02.00"
> +INC_PR = "r0"
>   
>   S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
>   



More information about the meta-ti mailing list