skeleton: use BR2_SYSTEM_DEFAULT_PATH as default PATH
authorMarkus Mayer <mmayer@broadcom.com>
Thu, 20 Dec 2018 17:58:12 +0000 (09:58 -0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 31 Dec 2018 13:32:44 +0000 (14:32 +0100)
commitdf20a836c14ca50ea2fd761046144b93f9551224
tree7f70cd41b627d5b4a69915625347d1183a5a74dd
parent375f7488758d8cf75af2b56f2ff01af0eb2de933
skeleton: use BR2_SYSTEM_DEFAULT_PATH as default PATH

We substitute the path specified in system/skeleton/etc/profile with
the path specified in the configuration variable
$(BR2_SYSTEM_DEFAULT_PATH).

$(BR2_SYSTEM_DEFAULT_PATH) is a Kconfig string, so it is already
double quoted. This means that export PATH=value will now be export
PATH="value" in /etc/profile, which is perfectly fine.

Signed-off-by: Markus Mayer <mmayer@broadcom.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Thomas: rework commit log about the double quoting]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/skeleton-init-common/skeleton-init-common.mk
system/skeleton/etc/profile