summaryrefslogtreecommitdiffstats
path: root/rules/nodejs.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: minimize $(shell ..) usage during startupMichael Olbrich2017-05-261-1/+2
| | | | | | | These call take time and make things like 'ptxdist print ...' noticeably slower. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: version bump v0.12.17 -> v6.9.5Michael Olbrich2017-02-101-4/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: set correct architecture for x86_64Michael Olbrich2017-01-151-1/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: use ptx/nlMichael Olbrich2017-01-121-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: make sure the download directory existsMichael Olbrich2017-01-091-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: version bump v0.12.7 -> v0.12.17Michael Olbrich2017-01-061-2/+2
| | | | | | This fixes a segfault when creating npmbox archives on debian testing. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: rework module handlingMichael Olbrich2017-01-061-26/+59
| | | | | | | | It's imposible to get deterministic packages with npmbox. So move the archives to local_src/ in the BSP. Add a manual download target to create the archives initialy and md5 sum checking to detect package changes. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: use correct architecture string for i386Michael Olbrich2015-07-241-2/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: patch npmboxMichael Grzeschik2015-07-241-1/+1
| | | | | | | | | | | With the patch for npmbox we enable npmunbox to run npm with --build-from-source option. We use this in the npunbox stage to force the build of released sub packages. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: add new packageMichael Grzeschik2015-07-171-0/+112
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>