aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils')
-rw-r--r--manifests/utils/development/toolchain/arm.pp7
-rw-r--r--manifests/utils/plug.pp2
2 files changed, 8 insertions, 1 deletions
diff --git a/manifests/utils/development/toolchain/arm.pp b/manifests/utils/development/toolchain/arm.pp
new file mode 100644
index 0000000..8395a5f
--- /dev/null
+++ b/manifests/utils/development/toolchain/arm.pp
@@ -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,
+ }
+}
diff --git a/manifests/utils/plug.pp b/manifests/utils/plug.pp
index 861c346..fe28b55 100644
--- a/manifests/utils/plug.pp
+++ b/manifests/utils/plug.pp
@@ -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,
}
}