From 68c3ba73f1bbf7a8791565c8681ca7902b925054 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 6 Jun 2025 18:44:12 -0700 Subject: [PATCH] linux-postmarketos-qcom-laptop: enable systemd BPF requirements Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6708 [ci:skip-build]: already built successfully in CI --- device/community/linux-postmarketos-qcom-laptop/APKBUILD | 7 +++++-- .../community/linux-postmarketos-qcom-laptop/misc.config | 9 +++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/device/community/linux-postmarketos-qcom-laptop/APKBUILD b/device/community/linux-postmarketos-qcom-laptop/APKBUILD index 08cb25f27..4d496075d 100644 --- a/device/community/linux-postmarketos-qcom-laptop/APKBUILD +++ b/device/community/linux-postmarketos-qcom-laptop/APKBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Casey Connolly pkgname=linux-postmarketos-qcom-laptop pkgver=6.15 -pkgrel=0 +pkgrel=1 # Commit from branch @ https://github.com/jhovold/linux/tree/wip/x1e80100-$pkgver _commit="64941e2988752ce492e2dac6249535423189ee46" pkgdesc="Generic kernel for Qualcomm laptops" @@ -24,10 +24,13 @@ makedepends=" bc bison devicepkg-dev + elfutils-dev findutils flex git + linux-headers openssl-dev + pahole perl python3 zstd @@ -82,6 +85,6 @@ package() { sha512sums=" 5eea324d83f243a50712f5317b2db55cd3e380eaa2e76d689dd5125bcbbd78601fbd1bf8622c95fa3e0ee43580bdbafce15c507aee65cb4ffac994f7c0b98948 linux-postmarketos-qcom-laptop-64941e2988752ce492e2dac6249535423189ee46.tar.gz -bea4d6dcf60e90b8ce111c3b510e8f57db2d556b4b18aa257b267ea15ea4c90e4f81be656e59da0a525819d34354afdab3501234783c1542bbde9ee6670e17b8 misc.config +85ceb64d2950e95232bdbff4f118f10e4a1296d9b7ec11a807e89c3578d3e8ada79c0fafa9bccc70915fe6eb72bf67f521f3781c229a9f197ae9e63b4a716dd7 misc.config 89244418a7331fd89109591f2748bebdcc7c9a4a34980a551d0a42abf063cb47188758d5e22001caf10f8db893532544a3dbd1111764ddea9db6048bbde005f4 pmos.config " diff --git a/device/community/linux-postmarketos-qcom-laptop/misc.config b/device/community/linux-postmarketos-qcom-laptop/misc.config index db2bb9095..e168955cb 100644 --- a/device/community/linux-postmarketos-qcom-laptop/misc.config +++ b/device/community/linux-postmarketos-qcom-laptop/misc.config @@ -5,3 +5,12 @@ CONFIG_MAGIC_SYSRQ=y CONFIG_PROC_EVENTS=y CONFIG_USB_SERIAL_PL2303=m CONFIG_BOOT_PRINTK_DELAY=y +# systemd +CONFIG_BPF_LSM=y +CONFIG_DEBUG_INFO=y +CONFIG_DEBUG_INFO_BTF=y +CONFIG_DEBUG_INFO_BTF_MODULES=y +CONFIG_DEBUG_INFO_DWARF5=y +CONFIG_KPROBES=y +CONFIG_KPROBE_EVENTS=y +CONFIG_SECURITYFS=y