summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-build-kbuild-Makefile.template-use-SECONDARY.patch
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2024-02-01 10:36:15 -0600
committerRyan Eatmon <reatmon@ti.com>2024-02-07 10:38:35 -0600
commite9ed788e1882ea24c0f349789370e89003c4d019 (patch)
treefabdcab83c976cf4108d16fcb394c0d0035e3f55 /meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-build-kbuild-Makefile.template-use-SECONDARY.patch
parent5b29403de4be5fea2cc1fcc34e378a3d12e6e47f (diff)
downloadmeta-ti-e9ed788e1882ea24c0f349789370e89003c4d019.tar.gz
ti-img-rogue-*: version bump to 23.3.6512818
Migrate to version 23.3.6512818, this includes the stability updates released in 23.2 as well as some additional modifications to help with userspace application support, namely Chromium. We're also dropping the x11 window system extensions from the Vulkan libraries for now. Ideally, both x11 and wayland extensions will be provided by mesa's vulkan-wsi-layer in the future, but currently x11 isn't supported and this just added extra complexity to the package in Yocto. Signed-off-by: Randolph Sapp <rs@ti.com> Tested-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-build-kbuild-Makefile.template-use-SECONDARY.patch')
-rw-r--r--meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-build-kbuild-Makefile.template-use-SECONDARY.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-build-kbuild-Makefile.template-use-SECONDARY.patch b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-build-kbuild-Makefile.template-use-SECONDARY.patch
deleted file mode 100644
index 0989116e..00000000
--- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-build-kbuild-Makefile.template-use-SECONDARY.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1From 738dfc1b33a83e9995ed7f65ec41ebe2fc6a90ed Mon Sep 17 00:00:00 2001
2From: Ryan Eatmon <reatmon@ti.com>
3Date: Wed, 1 Nov 2023 10:04:29 -0500
4Subject: [PATCH] build: kbuild: Makefile.template: use SECONDARY
5
6For some reason on master we are seeing an error:
7
8| make[5]: *** .NOTINTERMEDIATE and .SECONDARY are mutually exclusive. Stop.
9
10Flip this back to .SECONDARY to fix this build issue.
11
12Signed-off-by: Ryan Eatmon <reatmon@ti.com>
13
14Upstream-Status: Pending
15
16---
17 build/linux/kbuild/Makefile.template | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20diff --git a/build/linux/kbuild/Makefile.template b/build/linux/kbuild/Makefile.template
21index aa19d66..31e37fb 100644
22--- a/build/linux/kbuild/Makefile.template
23+++ b/build/linux/kbuild/Makefile.template
24@@ -54,7 +54,7 @@
25
26 include $(OUT)/config_kernel.mk
27
28-.NOTINTERMEDIATE:
29+.SECONDARY:
30
31 define symlink-source-file
32 @if [ ! -e $(dir $@) ]; then mkdir -p $(dir $@); fi
33--
342.17.1
35