diff options
author | Phil Sutter <phil@nwl.cc> | 2021-11-01 12:35:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-01 15:16:20 +0100 |
commit | 63e405a44c81c8ea69670b57558fb70ea768065e (patch) | |
tree | 90d862c8bc129daf2fbf8b2ab27c02f957bdc806 /package/libgc/Makefile | |
parent | c43037d2ecd33fdd09852d563829f8dfd18dc3af (diff) |
toolchain: linux-headers: Fix kernel version for ADK_UPDATE_PATCHES_GIT
When using git to apply kernel patches, the extracted kernel sources
become a git repository with HEAD not being at a tag. Therefore
$(LINUX_DIR)/scripts/setlocalversion appends '+' to the kernel version
string which ADK in turn does not expect. In consequence, 'modprobe' on
target won't find any modules. Avoid this by creating an empty
'$(LINUX_DIR)/.scmversion' file - setlocalversion recognizes it and uses
its content instead of doing its own detection.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/libgc/Makefile')
0 files changed, 0 insertions, 0 deletions