diff options
author | Gowtham Tammana <g-tammana@ti.com> | 2019-02-19 05:12:30 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-02-20 20:19:44 +0000 |
commit | 27b5027186bcd560719cbfc57ea85ec74d2a216b (patch) | |
tree | 70e93e695a00f5d5cdb03bbf264a00c13774f343 /recipes-bsp/gc320-drivers | |
parent | 42de95f6a687396488032a8bb1251457bbeaf57b (diff) | |
download | meta-ti-27b5027186bcd560719cbfc57ea85ec74d2a216b.tar.gz |
ti-gc320-driver: move to k4.19
- Updated the recipe to pick sources for k4.19
- Removed the gcc8 workaround patch as the new srcrev include those fixes
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/gc320-drivers')
-rw-r--r-- | recipes-bsp/gc320-drivers/ti-gc320-driver/0001-Kbuild-bypass-gcc8-stringop-overflow-error.patch | 26 | ||||
-rw-r--r-- | recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 7 |
2 files changed, 3 insertions, 30 deletions
diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver/0001-Kbuild-bypass-gcc8-stringop-overflow-error.patch b/recipes-bsp/gc320-drivers/ti-gc320-driver/0001-Kbuild-bypass-gcc8-stringop-overflow-error.patch deleted file mode 100644 index 431afa76..00000000 --- a/recipes-bsp/gc320-drivers/ti-gc320-driver/0001-Kbuild-bypass-gcc8-stringop-overflow-error.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | From c93a4217425ffebae1fb2d5c6c7fc957eb8aa18c Mon Sep 17 00:00:00 2001 | ||
2 | From: Denys Dmytriyenko <denys@ti.com> | ||
3 | Date: Tue, 16 Oct 2018 21:16:48 -0400 | ||
4 | Subject: [PATCH] Kbuild: bypass gcc8 stringop-overflow error | ||
5 | |||
6 | Signed-off-by: Denys Dmytriyenko <denys@ti.com> | ||
7 | --- | ||
8 | src/Kbuild | 2 +- | ||
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
10 | |||
11 | diff --git a/src/Kbuild b/src/Kbuild | ||
12 | index 574a107..df4368d 100755 | ||
13 | --- a/src/Kbuild | ||
14 | +++ b/src/Kbuild | ||
15 | @@ -87,7 +87,7 @@ MODULE_NAME ?= galcore | ||
16 | CUSTOMER_ALLOCATOR_OBJS ?= | ||
17 | ALLOCATOR_ARRAY_H_LOCATION ?= $(OS_KERNEL_DIR)/allocator/default/ | ||
18 | |||
19 | -EXTRA_CFLAGS += -Werror | ||
20 | +EXTRA_CFLAGS += -Werror -Wno-stringop-overflow | ||
21 | |||
22 | OBJS := $(OS_KERNEL_DIR)/gc_hal_kernel_device.o \ | ||
23 | $(OS_KERNEL_DIR)/gc_hal_kernel_linux.o \ | ||
24 | -- | ||
25 | 2.7.4 | ||
26 | |||
diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb index 1a6bc5da..551a3512 100644 --- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb +++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | |||
@@ -9,12 +9,11 @@ MACHINE_KERNEL_PR_append = "e" | |||
9 | PR = "${MACHINE_KERNEL_PR}" | 9 | PR = "${MACHINE_KERNEL_PR}" |
10 | 10 | ||
11 | # Need to branch out with ${PV} var | 11 | # Need to branch out with ${PV} var |
12 | BRANCH = "ti-${PV}-k4.14" | 12 | BRANCH = "ti-${PV}-k4.19" |
13 | 13 | ||
14 | SRCREV = "a36799d9329efcfff19e30e690156d5ebf7e0c55" | 14 | SRCREV = "9b59e596b4adefabbb686ce8845edef8114558fd" |
15 | 15 | ||
16 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH} \ | 16 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-driver.git;protocol=git;branch=${BRANCH} |
17 | file://0001-Kbuild-bypass-gcc8-stringop-overflow-error.patch;striplevel=2" | ||
18 | 17 | ||
19 | S = "${WORKDIR}/git/src" | 18 | S = "${WORKDIR}/git/src" |
20 | 19 | ||