projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82be6ca
)
packaging: make headers for user tools
82/254482/1
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_unified
tizen
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
accepted/tizen/6.5/unified/20211028.115837
accepted/tizen/7.0/unified/20221110.061236
accepted/tizen/7.0/unified/hotfix/20221116.110440
accepted/tizen/unified/20210303.215908
submit/tizen/20210303.134037
submit/tizen_6.5/20211028.163201
tizen_6.5.m2_release
tizen_7.0_m2_release
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Wed, 3 Mar 2021 13:03:21 +0000
(22:03 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Wed, 3 Mar 2021 13:09:23 +0000
(22:09 +0900)
The user tools requires uapi headers. Make headers for user tools
in odroid packaging.
Change-Id: I8243b06fe0c0295aa0e3578650c8bf3d446a8027
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
packaging/odroid-linux-kernel.spec
patch
|
blob
|
history
diff --git
a/packaging/odroid-linux-kernel.spec
b/packaging/odroid-linux-kernel.spec
index 83925c5781d2c49d3a4be70b19122c3ef194c6fc..171bb1ddf7184e3c3764a7b12889c7d4137268b6 100644
(file)
--- a/
packaging/odroid-linux-kernel.spec
+++ b/
packaging/odroid-linux-kernel.spec
@@
-89,6
+89,9
@@
make dtbs %{?_smp_mflags}
make modules %{?_smp_mflags}
# Additionally, build kdbus tests
+# extract uapi headers first for user tools
+make headers_check
+make headers_install
make -C tools/testing/selftests/kdbus
%install