summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-12-13 18:32:03 -0500
committerRyan Eatmon <reatmon@ti.com>2024-12-16 08:47:11 -0600
commite02c49fd97a3682b0724dd62cec19d017c363ce3 (patch)
tree88bf9f0a7e9741970c332d7744f136e3bab484c3
parenta7bcdcaf6f59f88a1adb1db1f123b48975f9b695 (diff)
downloadmeta-ti-e02c49fd97a3682b0724dd62cec19d017c363ce3.tar.gz
linux-bb.org_6.6: disable FORTIFY_SOURCE for now
Rogue graphics driver 24.1 currently fails to build against the kernel that enables FORTIFY_SOURCE, such as bb.org. Disable this config for now, until the driver is fixed. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
-rw-r--r--meta-beagle/recipes-kernel/linux/linux-bb.org-6.6/no-fortify.cfg1
-rw-r--r--meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb3
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org-6.6/no-fortify.cfg b/meta-beagle/recipes-kernel/linux/linux-bb.org-6.6/no-fortify.cfg
new file mode 100644
index 00000000..808f9519
--- /dev/null
+++ b/meta-beagle/recipes-kernel/linux/linux-bb.org-6.6/no-fortify.cfg
@@ -0,0 +1 @@
CONFIG_FORTIFY_SOURCE=n
diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb
index bf8f8a24..c50802e4 100644
--- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb
+++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb
@@ -66,3 +66,6 @@ PV:aarch64 = "6.6.58+git"
66BRANCH:aarch64 = "v6.6.58-ti-arm64-r16" 66BRANCH:aarch64 = "v6.6.58-ti-arm64-r16"
67 67
68KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git" 68KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"
69
70SRC_URI += "file://no-fortify.cfg"
71KERNEL_CONFIG_FRAGMENTS += "${UNPACKDIR}/no-fortify.cfg"