diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-06-10 14:36:42 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-10 15:40:11 -0500 |
commit | 3e0b29d2e6780d31b1100cc11329601d6c3a8139 (patch) | |
tree | 1182c61d333884271f891264dd24ceafce7cf7b1 | |
parent | 8ceb99d209947f357b6bded77f06ae5baa603e0a (diff) | |
download | meta-ti-3e0b29d2e6780d31b1100cc11329601d6c3a8139.tar.gz |
meta-beagle: linux: Add INSANE_SKIP debug-deps
We are seeing an error related to a check from oe-core wanting to make
sure that a package does not RDEPEND on a debug package.
ERROR: linux-bb.org-6.12.22+git-r0 do_package_qa: QA Issue: kernel-modules rdepends on kernel-module-g-dbgp-6.12.22-ti [debug-deps]
A bug has been filed:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15901
In the meantime, add debug-deps to the INSANE_SKIP list.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-beagle/recipes-kernel/linux/linux-bb.org_6.1.bb | 2 | ||||
-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 |
3 files changed, 6 insertions, 0 deletions
diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.1.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.1.bb index ceb9787e..805c3a84 100644 --- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.1.bb +++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.1.bb | |||
@@ -66,3 +66,5 @@ PV:aarch64 = "6.1.83+git" | |||
66 | BRANCH:aarch64 = "v6.1.83-ti-arm64-r64" | 66 | BRANCH:aarch64 = "v6.1.83-ti-arm64-r64" |
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.12.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb index 57f7d983..e3521505 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,3 +66,5 @@ 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 d6a4ae96..c6dcdfd2 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,3 +69,5 @@ 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" | ||