From 9d06ffe9c62e8ee3af28997e28c7c95b09aa78df Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 3 Dec 2015 13:52:07 +0100 Subject: add new PKG_KDEPENDS feature to depend on kernel modules required to run a package --- docs/package-reference.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/package-reference.txt b/docs/package-reference.txt index 4d465d320..54e0a1712 100644 --- a/docs/package-reference.txt +++ b/docs/package-reference.txt @@ -48,6 +48,10 @@ information is: which might be different to the package directory name. See what is used in PKG_template, to find out the package name used here. +* +PKG_KDEPENDS+ optional, lists the kernel module dependencies that are required to + run the software package on the target. It contains a list of kernel module names + in lower case as used in +target/linux/config+. (use minus instead of underscores) + * +PKG_NEEDS+ optional, lists the features that are required to build or run the software package on the target. It contains a list of keywords. Supported are +threads+ +rt+ +c+++ -- cgit v1.2.3