]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::utils::development::toolchain::arm
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Apr 2013 17:16:05 +0000 (14:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Apr 2013 17:16:05 +0000 (14:16 -0300)
manifests/utils/development/toolchain/arm.pp [new file with mode: 0644]
manifests/utils/plug.pp

diff --git a/manifests/utils/development/toolchain/arm.pp b/manifests/utils/development/toolchain/arm.pp
new file mode 100644 (file)
index 0000000..8395a5f
--- /dev/null
@@ -0,0 +1,7 @@
+class nodo::utils::development::toolchain::arm {
+  package { [ 'linux-libc-dev-armel-cross', 'libc6-armel-cross',         'libc6-dev-armel-cross',
+              'binutils-arm-linux-gnueabi', 'gcc-4.4-arm-linux-gnueabi', 'g++-4.4-arm-linux-gnueabi',
+              'gdb-arm-linux-gnueabi' ]:
+    ensure => installed,
+  }
+}
index 861c346d6a39aba4ac40647571089c748c4618a0..fe28b55697560ee67c30f58e5d2f22d09f35e27e 100644 (file)
@@ -1,6 +1,6 @@
 # Common utilities for plug computers
 class nodo::utils::plug {
-  package { [ 'mtd-utils', 'cryptsetup', 'u-boot', 'smartmontools' ]:
+  package { [ 'mtd-utils', 'cryptsetup', 'u-boot', 'smartmontools', 'u-boot-tools' ]:
     ensure => installed,
   }
 }