hal-rootstrap-checker: Add kernel header package into allowed_buildrequires/buildconf... 95/315995/4
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 12 Aug 2024 08:40:59 +0000 (17:40 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 12 Aug 2024 10:41:40 +0000 (19:41 +0900)
kernel-header packages depends on hardware. So that it needs to allow
the kernel header packages for each hardware device.

But, Tizen provides the standard kernel header package as
linux-glibc-devel. In order to prevent the conflict between
linux-glibc-devel and kernel-headers-[soc or vendor] package,
add kernel header packages to buildconflicts.

Change-Id: Ib2e57e451484c20420d281b0f9ae94716cbd08c9
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
packaging/hal-rootstrap-checker.yaml

index 5bb4ef12b10ff8eef2060cf2ca345edf9edacb46..f1a595a3da0f49adb3c5bed3c7428cb88ae1bc25 100644 (file)
@@ -13,10 +13,14 @@ excluded_target_package_name:
 allowed_buildrequires:
     - cmake
     - pkgconfig(hal-rootstrap)
+    - linux-glibc-devel
+    - kernel-headers-*
 
 # List of packages that are allowed to be used as BuildConflicts
 # Follow pattern matching of bash(1).
 allowed_buildconflicts:
+    - linux-glibc-devel
+    - kernel-headers-*
 
 # List of packages that are allowed to be used as Requires
 # Follow pattern matching of bash(1).