diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2025-06-27 17:54:41 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-01 16:27:28 -0500 |
commit | c734924077c41c40ab013e50c73bbd0aa361e55e (patch) | |
tree | f45996a05ebe51c150a5c814cecc61a4c318ac3d | |
parent | 396d74946a211025fe23e024fc0877e674d29dad (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb | 2 |
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" | |||
66 | BRANCH:aarch64 = "v6.12.22-ti-arm64-r35" | 66 | BRANCH:aarch64 = "v6.12.22-ti-arm64-r35" |
67 | 67 | ||
68 | KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git" | 68 | KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git" |
69 | |||
70 | INSANE_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 | ||
70 | SRC_URI += "file://no-fortify.cfg" | 70 | SRC_URI += "file://no-fortify.cfg" |
71 | KERNEL_CONFIG_FRAGMENTS += "${UNPACKDIR}/no-fortify.cfg" | 71 | KERNEL_CONFIG_FRAGMENTS += "${UNPACKDIR}/no-fortify.cfg" |
72 | |||
73 | INSANE_SKIP:kernel-modules += "debug-deps" | ||