mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
manual: explain format of comment about udev /dev management dependency
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
71bdf4c40b
commit
6386eda4a7
@ -270,6 +270,23 @@ kernel, use this format:
|
|||||||
foo needs a toolchain w/ featA, featB, featC and a Linux kernel to be built
|
foo needs a toolchain w/ featA, featB, featC and a Linux kernel to be built
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
Dependencies on udev /dev management
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
If a package needs udev /dev management, it should depend on symbol
|
||||||
|
+BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV+, and the following comment
|
||||||
|
should be added:
|
||||||
|
|
||||||
|
--------------------------
|
||||||
|
foo needs udev /dev management
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
If there is a dependency on both toolchain options and udev /dev
|
||||||
|
management, use this format:
|
||||||
|
|
||||||
|
--------------------------
|
||||||
|
foo needs udev /dev management and a toolchain w/ featA, featB, featC
|
||||||
|
--------------------------
|
||||||
|
|
||||||
The +.mk+ file
|
The +.mk+ file
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
[[adding-packages-mk]]
|
[[adding-packages-mk]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user