On Tue, Jul 15, 2014 at 11:10 AM, Giovanni Santini <[email protected]> wrote: > Thanks! Just to know, Cloud9 IDE is disabled, right? > And I should tweak the console script in the target/chroot directory for > installing it, correct?
The "rcn-ee_console_debian_stable_armhf" config target doesn't install Cloud9 IDE, nor does it call any secondary chroot scripts. In "bb.org-debian-stable" which is used to create the offical bb.org images: https://github.com/RobertCNelson/omap-image-builder/blob/master/configs/bb.org-debian-stable.conf#L51 It calls: chroot_script="beagleboard.org.sh" Which runs: https://github.com/RobertCNelson/omap-image-builder/blob/master/target/chroot/beagleboard.org.sh and does a bunch of bb.org customizations.. (essentially anything you can't just "sudo apt-get install xyz") 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.
