| Message ID | 20260828080918.1161144-1-gehariprasath@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,scarthgap] tisdk-default-image: add ti-vendor-kernel-headers-dev to DEVTOOLS | expand |
meta-arago / na / 20260828080918.1161144-1-gehariprasath
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-arago][scarthgap][PATCH] tisdk-default-image: add ti-vendor-kernel-headers-dev to DEVTOOLS
- Submitter: From: Hari Prasath Gujulan Elango <gehariprasath@ti.com>
- Date: Date: Fri, 28 Aug 2026 13:39:18 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: d15089d5184c0a594494b6c45048ceb95059d136
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: scarthgap-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: libyang: Fix CVE-2026-41401
- Commit SHA: 73ab0405254988a501b849d221acf5f468cb8997
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: FAIL
=========================================================
scarthgap
=====================
FAIL
ERROR: Patch is not referenced in any recipe. (REPO-1)
meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx/0001-hostapd-change-conf-file-for-better-oob-startup.patch
ERROR: Patch is not referenced in any recipe. (REPO-1)
meta-arago-extras/recipes-connectivity/open62541/open62541/0001-CMakeLists-do-not-install-git-directories.patch
ERROR: Patch is not referenced in any recipe. (REPO-1)
meta-arago-extras/recipes-connectivity/open62541/open62541/0001-tests-fix-typing-of-size_t-in-printf.patch
ERROR: Patch is not referenced in any recipe. (REPO-1)
meta-arago-extras/recipes-devtools/abseil-cpp/abseil-cpp/0001-absl-always-use-asm-sgidefs.h.patch
ERROR: Patch is not referenced in any recipe. (REPO-1)
meta-arago-extras/recipes-devtools/abseil-cpp/abseil-cpp/0002-Remove-maes-option-from-cross-compilation.patch
ERROR: Patch is not referenced in any recipe. (REPO-1)
meta-arago-extras/recipes-devtools/abseil-cpp/abseil-cpp/0003-Remove-neon-option-from-cross-compilation.patch
ERROR: Patch is not referenced in any recipe. (REPO-1)
meta-arago-extras/recipes-extended/sysrepo/libyang/CVE-2026-41401.patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
diff --git a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb index 264d1b2d..cac6628e 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb @@ -36,6 +36,7 @@ IMAGE_FSTYPES:remove:omapl138 = "ubifs ubi" DEVTOOLS = " \ linux-libc-headers-dev \ + ti-vendor-kernel-headers-dev \ build-essential \ packagegroup-core-tools-debug \ git \
TI vendor kernel uapi additions (e.g. DMA_HEAP_IOCTL_EXPORT) isn't present in the standard header provided by the linux-libc-headers, so on-target compilation against them needs the ti-vendor-kernel-headers-dev package alongside linux-libc-headers-dev. Signed-off-by: Hari Prasath Gujulan Elango <gehariprasath@ti.com> --- meta-arago-distro/recipes-core/images/tisdk-default-image.bb | 1 + 1 file changed, 1 insertion(+)