AH! Missed this bit . . . *To get cloud9 working on the 'console', you'd have to "sudo apt-get* * install nodejs nodejs-legacy npm" however the cloud9 bit hasn't been* * packaged so you still have to do this part by hand:*
* https://github.com/RobertCNelson/omap-image-builder/blob/master/target/chroot/beagleboard.org.sh#L238 <https://github.com/RobertCNelson/omap-image-builder/blob/master/target/chroot/beagleboard.org.sh#L238>* Reading now, and enjoying the commentary. *#fix npm in chroot.. (did i mention i hate npm...)* > On Mon, Aug 25, 2014 at 6:50 PM, William Hermans <[email protected]> wrote: > Awesome, thanks Robert. And now . . .yet one more thing to read up on :/ > > > On Mon, Aug 25, 2014 at 6:46 PM, Robert Nelson <[email protected]> > wrote: > >> On Mon, Aug 25, 2014 at 8:42 PM, William Hermans <[email protected]> >> wrote: >> > Robert, which build system are you using that makes it that "easy" to >> build >> > deb's ? >> > >> > I've been using checkinstall . .. >> >> Mainline kernel has a "make deb-pkg".. I've been using that since >> 2.6.32 to populate rcn-ee.net/deb/ (each deb built in a chroot to >> match it's target os) >> >> Just recently, (after mainline decided where they were going to store >> the *.dtb's) i added this patch to make sure they were also included. >> >> >> https://github.com/RobertCNelson/stable-kernel/blob/master/patches/packaging/0002-deb-pkg-install-dtbs-in-linux-image-package.patch >> >> Thus we now can generate a *.deb that contains everything we need to >> boot.. >> >> Regards, >> >> -- >> Robert Nelson >> http://www.rcn-ee.com/ >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You received this message because you are subscribed to the Google Groups >> "BeagleBoard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
