summaryrefslogtreecommitdiffstats
path: root/rules/host-nodejs.in
Commit message (Collapse)AuthorAgeFilesLines
* rules: used 'default y if ALLYES' instead of 'default ALLYES'Michael Olbrich2018-11-061-1/+1
| | | | | | | This way the symbol only shows up in the config if ALLYES is enabled. This avoids unnecessary noise in the config files. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: normal noprompt host tools should be tristate and default to ALLYESMichael Olbrich2016-07-091-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: add new packageMichael Grzeschik2015-07-171-0/+5
A host-nodejs is necessary because the target's extra packages are installed on the build host into the target hierarchy via npmbox. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>