Commit 6386eda4 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

manual: explain format of comment about udev /dev management dependency

parent 71bdf4c4
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -270,6 +270,23 @@ kernel, use this format:
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
~~~~~~~~~~~~~~
[[adding-packages-mk]]