All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] How to upgrade Nodejs version on buildroot???
@ 2015-08-21 10:08 Hmidi Slim
  2015-08-22 22:13 ` Jonathan Ben Avraham
  0 siblings, 1 reply; 2+ messages in thread
From: Hmidi Slim @ 2015-08-21 10:08 UTC (permalink / raw)
  To: buildroot

How to upgrade nodejs from 0.10.38 to 0.12.7 for ARM cortex A8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150821/ee72f33f/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] How to upgrade Nodejs version on buildroot???
  2015-08-21 10:08 [Buildroot] How to upgrade Nodejs version on buildroot??? Hmidi Slim
@ 2015-08-22 22:13 ` Jonathan Ben Avraham
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Ben Avraham @ 2015-08-22 22:13 UTC (permalink / raw)
  To: buildroot

Hi Hmidi,
There isn't any way to upgrade a Buildroot root filesystem or a particular 
package in a Buildroot filesystem. In the general case, you need to 
replace the entire filesystem. The reason for this is that Buildroot does 
not produce a "distribution", it only produces a hierarchy of directories 
containing files that are installed at the time you generate the 
filesystem. Buildroot does not have a package system that you can use to 
add or remove or upgrade a package after the filesystem is generated.

If you don't have the config file for the Buildroot filesystem that you 
are using, then your best option is to cross compile the nodejs version 
that you need and set the PREFIX and DESTDIR variables in the nodejs 
Makefile to somewhere under your home directory and then copy that 
directory into your current root filesystem, probably to /usr/local/.
Best regards,

  - yba


On Fri, 21 Aug 2015, Hmidi Slim wrote:

> Date: Fri, 21 Aug 2015 12:08:46 +0200
> From: Hmidi Slim <hmidi.slim1@gmail.com>
> To: buildroot at busybox.net, Thomas Petazzoni <thomas.petazzoni@enix.org>,
>     Yann E. MORIN <yann.morin.1998@free.fr>
> Subject: [Buildroot] How to upgrade Nodejs version on buildroot???
> 
> How to upgrade nodejs from 0.10.38 to 0.12.7 for ARM cortex A8
> 
>

-- 
  9590 8E58 D30D 1660 C349  673D B205 4FC4 B8F5 B7F9  ~. .~  Tk Open Systems
=}-------- Jonathan Ben-Avraham ("yba") ----------ooO--U--Ooo------------{=
mailto:yba at tkos.co.il tel:+972.52.486.3386 http://tkos.co.il skype:benavrhm
-------------- next part --------------
_______________________________________________
buildroot mailing list
buildroot at busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-22 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-21 10:08 [Buildroot] How to upgrade Nodejs version on buildroot??? Hmidi Slim
2015-08-22 22:13 ` Jonathan Ben Avraham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.