From fd06d127c443802c30138fd4f75e99641d20bd2f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 26 Apr 2013 14:16:05 -0300 Subject: Adding nodo::utils::development::toolchain::arm --- manifests/utils/development/toolchain/arm.pp | 7 +++++++ manifests/utils/plug.pp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 manifests/utils/development/toolchain/arm.pp 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, } } -- cgit v1.2.3