manual/user guide/customization: change recommendation for package paths
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Thu, 18 Sep 2014 19:39:32 +0000 (21:39 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Sep 2014 17:41:12 +0000 (19:41 +0200)
commita373ad02561e6c744d7849822d427f97858b6565
treebec6a7fe025be3bef55f13b8c47c0a8413192ba3
parent69a5343bfb8369c88d2c70b18c635318065d7075
manual/user guide/customization: change recommendation for package paths

The Buildroot manual was recommending following paths for project-specific
packages:
    package/<company>/<boardname>/foo/
    $BR2_EXTERNAL/package/<boardname>/foo/

However, if a company has several boards, it is often the case that some
packages are common for different boards. Therefore, introducing a
<boardname> path component is not ideal.

This patch changes the recommendation to:
    package/<company>/foo/
    $BR2_EXTERNAL/package/foo/

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
docs/manual/customize-directory-structure.txt
docs/manual/customize-outside-br.txt