summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2025-06-27 17:54:41 -0400
committerRyan Eatmon <reatmon@ti.com>2025-07-01 16:27:28 -0500
commitc734924077c41c40ab013e50c73bbd0aa361e55e (patch)
treef45996a05ebe51c150a5c814cecc61a4c318ac3d
parent396d74946a211025fe23e024fc0877e674d29dad (diff)
downloadmeta-ti-master-wip.tar.gz
Revert "meta-beagle: linux: Add INSANE_SKIP debug-deps"master-wip
This reverts commit 3e0b29d2e6780d31b1100cc11329601d6c3a8139. As debug-deps QA false-positives were recently fixed in OE-Core/master, we no longer need these INSANE_SKIP. https://git.openembedded.org/openembedded-core/commit/?id=1b85d84c736a0fa5cb27b8716ca37f181464c85a Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb2
-rw-r--r--meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
index 6e221d1b..4146bfb4 100644
--- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
+++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
@@ -66,5 +66,3 @@ PV:aarch64 = "6.12.22+git"
66BRANCH:aarch64 = "v6.12.22-ti-arm64-r35" 66BRANCH:aarch64 = "v6.12.22-ti-arm64-r35"
67 67
68KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git" 68KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"
69
70INSANE_SKIP:kernel-modules += "debug-deps"
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 cc7a56ac..3fcd5454 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
@@ -69,5 +69,3 @@ KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"
69 69
70SRC_URI += "file://no-fortify.cfg" 70SRC_URI += "file://no-fortify.cfg"
71KERNEL_CONFIG_FRAGMENTS += "${UNPACKDIR}/no-fortify.cfg" 71KERNEL_CONFIG_FRAGMENTS += "${UNPACKDIR}/no-fortify.cfg"
72
73INSANE_SKIP:kernel-modules += "debug-deps"